From 89bb10af716c6cf1cb775527f3734005c2f1f2ef Mon Sep 17 00:00:00 2001 From: sunrq Date: Fri, 30 Apr 2021 10:08:22 +0800 Subject: [PATCH] change .vuepress config.js testdoc --- docs/.vuepress/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 024d9eb..4a25e48 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -88,6 +88,10 @@ module.exports = { text: '完善文档', link: '/community/webdoc.html' }, + { + text: '测试文档' + link: '/community/testdoc.html' + }, { text: '报告Bug', link: '/community/bugreport.html'