change .vuepress config.js testdoc
This commit is contained in:
parent
cebe6b5d00
commit
89bb10af71
|
@ -88,6 +88,10 @@ module.exports = {
|
||||||
text: '完善文档',
|
text: '完善文档',
|
||||||
link: '/community/webdoc.html'
|
link: '/community/webdoc.html'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: '测试文档'
|
||||||
|
link: '/community/testdoc.html'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: '报告Bug',
|
text: '报告Bug',
|
||||||
link: '/community/bugreport.html'
|
link: '/community/bugreport.html'
|
||||||
|
|
Loading…
Reference in New Issue