Merge pull request 'add webdoc page' (#7) from caodg/xuos-web:develop into master
This commit is contained in:
commit
f19d31edef
|
@ -84,6 +84,10 @@ module.exports = {
|
||||||
text: '贡献代码',
|
text: '贡献代码',
|
||||||
link: '/community/contrib.html'
|
link: '/community/contrib.html'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: '完善文档',
|
||||||
|
link: '/community/webdoc.html'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: '报告Bug',
|
text: '报告Bug',
|
||||||
link: '/community/bugreport.html'
|
link: '/community/bugreport.html'
|
||||||
|
@ -139,6 +143,11 @@ module.exports = {
|
||||||
children: getSidebarByCategory('demo','en')
|
children: getSidebarByCategory('demo','en')
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
'/community/': [
|
||||||
|
['contrib','贡献代码'],
|
||||||
|
['webdoc','完善文档'],
|
||||||
|
['bugreport','报告Bug']
|
||||||
|
],
|
||||||
'/about/': [
|
'/about/': [
|
||||||
['xuos','泛在操作系统研究计划'],
|
['xuos','泛在操作系统研究计划'],
|
||||||
['contact','联系方式'],
|
['contact','联系方式'],
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
# 为XiUOS 完善网站文档
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue