diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 0fff1e7fe..0c637ec7c 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -76,6 +76,14 @@ module.exports = { ], }, 'intro.md', + { + title: 'Concepts', + children: [ + 'container.md', + ['lifecycle.md', 'Lifecycle'], + 'modules.md', + ], + }, { title: 'Features', children: [ @@ -98,14 +106,6 @@ module.exports = { }, ], }, - { - title: 'Concepts', - children: [ - 'container.md', - 'lifecycle.md', - 'modules.md', - ], - }, ['faq.md', 'FAQ'], { title: 'Community',