Документы раскидал по подкатегориям
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: [
|
docs: [
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Робосборщик',
|
label: 'Общая информация',
|
||||||
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
'robossembler-overview',
|
'robossembler-overview',
|
||||||
'plan',
|
'plan',
|
||||||
'glossary',
|
],
|
||||||
'analogy',
|
},
|
||||||
|
{
|
||||||
|
type: 'category',
|
||||||
|
label: 'Компоненты',
|
||||||
|
collapsed: false,
|
||||||
|
items: [
|
||||||
'autostorage',
|
'autostorage',
|
||||||
'information/information_support',
|
'information/information_support',
|
||||||
'information/planner'
|
'information/planner'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'category',
|
||||||
|
label: 'Разное',
|
||||||
|
collapsed: false,
|
||||||
|
items: [
|
||||||
|
'glossary',
|
||||||
|
'analogy',
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue