From 9f46c041efecebf1b66912c4a375fa7c38a7fe42 Mon Sep 17 00:00:00 2001 From: Igor Brylyov Date: Wed, 26 May 2021 21:26:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D1=8B=20=D1=80=D0=B0=D1=81=D0=BA=D0=B8=D0=B4=D0=B0=D0=BB?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=BF=D0=BE=D0=B4=D0=BA=D0=B0=D1=82=D0=B5?= =?UTF-8?q?=D0=B3=D0=BE=D1=80=D0=B8=D1=8F=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sidebars.js | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) 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', + ], + }, ], };