2021-05-26 19:26:44 +03:00
|
|
|
|
module.exports = {
|
2021-04-02 14:38:59 +03:00
|
|
|
|
docs: [
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
2021-05-26 21:26:09 +03:00
|
|
|
|
label: 'Общая информация',
|
|
|
|
|
collapsed: false,
|
2021-04-02 14:38:59 +03:00
|
|
|
|
items: [
|
|
|
|
|
'robossembler-overview',
|
2021-05-18 19:10:52 +00:00
|
|
|
|
'plan',
|
2021-05-28 11:44:24 +03:00
|
|
|
|
'replication'
|
2021-05-26 21:26:09 +03:00
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Компоненты',
|
|
|
|
|
collapsed: false,
|
|
|
|
|
items: [
|
2021-05-25 18:11:01 +00:00
|
|
|
|
'autostorage',
|
2021-05-25 23:25:04 +03:00
|
|
|
|
'information/information_support',
|
2021-05-26 19:26:44 +03:00
|
|
|
|
'information/planner',
|
2021-05-27 19:14:33 +03:00
|
|
|
|
'techinstruction'
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Технологии',
|
|
|
|
|
collapsed: false,
|
|
|
|
|
items: [
|
|
|
|
|
'technologies/photopolymer',
|
2021-04-02 14:38:59 +03:00
|
|
|
|
],
|
|
|
|
|
},
|
2021-05-26 21:26:09 +03:00
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Разное',
|
|
|
|
|
collapsed: false,
|
|
|
|
|
items: [
|
|
|
|
|
'glossary',
|
|
|
|
|
'analogy',
|
|
|
|
|
],
|
|
|
|
|
},
|
2021-04-02 14:38:59 +03:00
|
|
|
|
],
|
|
|
|
|
};
|