Документы раскидал по подкатегориям
This commit is contained in:
parent
3472851067
commit
9f46c041ef
1 changed files with 18 additions and 3 deletions
21
sidebars.js
21
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',
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue