diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a5e01122a..66efe88f8 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -74,21 +74,13 @@ module.exports = { }, { - title: 'Setting up', + title: 'How to install', collapsable: false, sidebarDepth: 1, children: [ 'INSTALLER', - 'BUILD', - ] - - }, - { - title: 'Installation', - collapsable: false, - sidebarDepth: 1, - children: [ - 'BOOT', + 'BUILD', + 'BOOT', 'POST-INSTALL', ]