From ac0c402dc77d56d8d36a949acf7f07a76f340837 Mon Sep 17 00:00:00 2001 From: Donggang Cao Date: Thu, 29 Apr 2021 10:18:29 +0800 Subject: [PATCH] add webdoc page --- docs/.vuepress/config.js | 9 +++++++++ docs/community/webdoc.md | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 docs/community/webdoc.md diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 0298d4f..024d9eb 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -84,6 +84,10 @@ module.exports = { text: '贡献代码', link: '/community/contrib.html' }, + { + text: '完善文档', + link: '/community/webdoc.html' + }, { text: '报告Bug', link: '/community/bugreport.html' @@ -139,6 +143,11 @@ module.exports = { children: getSidebarByCategory('demo','en') }, ], + '/community/': [ + ['contrib','贡献代码'], + ['webdoc','完善文档'], + ['bugreport','报告Bug'] + ], '/about/': [ ['xuos','泛在操作系统研究计划'], ['contact','联系方式'], diff --git a/docs/community/webdoc.md b/docs/community/webdoc.md new file mode 100644 index 0000000..3168c75 --- /dev/null +++ b/docs/community/webdoc.md @@ -0,0 +1,3 @@ +# 为XiUOS 完善网站文档 + +