Adjust sidebar

This commit is contained in:
neon ball
2024-10-10 20:16:38 +03:00
committed by GitHub
parent 31790190be
commit 2cccd34870
+3 -11
View File
@@ -74,21 +74,13 @@ module.exports = {
}, },
{ {
title: 'Setting up', title: 'How to install',
collapsable: false, collapsable: false,
sidebarDepth: 1, sidebarDepth: 1,
children: [ children: [
'INSTALLER', 'INSTALLER',
'BUILD', 'BUILD',
] 'BOOT',
},
{
title: 'Installation',
collapsable: false,
sidebarDepth: 1,
children: [
'BOOT',
'POST-INSTALL', 'POST-INSTALL',
] ]