diff --git a/sidebars.js b/sidebars.js index 7f6c02a..2a43aa8 100644 --- a/sidebars.js +++ b/sidebars.js @@ -2,16 +2,31 @@ module.exports = { docs: [ { type: 'category', - label: 'Робосборщик', + label: 'Общая информация', + collapsed: false, items: [ 'robossembler-overview', 'plan', - 'glossary', - 'analogy', + ], + }, + { + type: 'category', + label: 'Компоненты', + collapsed: false, + items: [ 'autostorage', 'information/information_support', 'information/planner' ], }, + { + type: 'category', + label: 'Разное', + collapsed: false, + items: [ + 'glossary', + 'analogy', + ], + }, ], };