From 2cccd34870339196f53780bca2dbf62d3867f238 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Thu, 10 Oct 2024 20:16:38 +0300 Subject: [PATCH] Adjust sidebar --- docs/.vuepress/config.js | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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', ]