Commit d4c9f3c47c26438972594991d5347b7a42cd17f1
1 parent
55504bba
docs: update docs title
Showing
1 changed file
with
8 additions
and
3 deletions
docs/.vuepress/config.js
| 1 | 1 | module.exports = { |
| 2 | - title: '鲁班H5', | |
| 2 | + title: 'LubanH5', | |
| 3 | 3 | base: '/luban-h5/', |
| 4 | 4 | locales: { |
| 5 | 5 | '/': { |
| 6 | + title: 'LubanH5', | |
| 6 | 7 | lang: 'en-US', |
| 7 | 8 | // description: 'OpenSource Mobile Page Builder&Generator with Drag&Drop\r\n前后端均开源的H5制作平台,类似易企秀、百度H5、Maka、人人秀', |
| 8 | 9 | description: 'OpenSource Mobile Page Builder&Generator', |
| 9 | 10 | }, |
| 10 | 11 | '/zh/': { |
| 12 | + title: '鲁班H5', | |
| 11 | 13 | lang: 'zh-CN', |
| 12 | - // description: '前后端均开源的H5制作平台,类似易企秀、百度H5、Maka、人人秀', | |
| 14 | + description: '前后端均开源的H5制作平台,类似易企秀、百度H5、Maka、人人秀', | |
| 13 | 15 | }, |
| 14 | 16 | }, |
| 15 | 17 | serviceWorker: {}, |
| ... | ... | @@ -54,9 +56,10 @@ module.exports = { |
| 54 | 56 | }, |
| 55 | 57 | { |
| 56 | 58 | collapsable: false, |
| 57 | - title: '🤝社区生态-周边建设', | |
| 59 | + title: '🤝Ecosystem', | |
| 58 | 60 | children: [ |
| 59 | 61 | '/zh/ecosystem/', |
| 62 | + '/zh/ecosystem/backend-intergration' | |
| 60 | 63 | ], |
| 61 | 64 | }, |
| 62 | 65 | { |
| ... | ... | @@ -122,6 +125,8 @@ module.exports = { |
| 122 | 125 | title: '🤝社区生态-周边建设', |
| 123 | 126 | children: [ |
| 124 | 127 | '/zh/ecosystem/', |
| 128 | + '/zh/ecosystem/backend-intergration' | |
| 129 | + | |
| 125 | 130 | ], |
| 126 | 131 | }, |
| 127 | 132 | { | ... | ... |