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-06-29 21:58:27 +03:00
|
|
|
|
'replication',
|
|
|
|
|
'mining'
|
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: [
|
2021-06-21 13:19:02 +03:00
|
|
|
|
'technologies/photopolymer',
|
2021-07-05 18:56:16 +03:00
|
|
|
|
'technologies/wood',
|
2021-07-06 20:31:25 +03:00
|
|
|
|
'technologies/machine-learning-in-robotics',
|
2021-10-04 13:36:13 +04:00
|
|
|
|
'technologies/gripper-tools-research',
|
2021-10-07 18:22:45 +04:00
|
|
|
|
'technologies/o2ac-repo-review',
|
|
|
|
|
'technologies/moveit2.md',
|
|
|
|
|
'technologies/dds_and_ros2.md'
|
2021-06-12 15:58:12 +03:00
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Модели',
|
|
|
|
|
collapsed: false,
|
|
|
|
|
items: [
|
2021-06-18 12:24:29 +03:00
|
|
|
|
'models/generation/generation',
|
|
|
|
|
'models/growth/growth'
|
2021-04-02 14:38:59 +03:00
|
|
|
|
],
|
|
|
|
|
},
|
2021-06-12 15:58:12 +03:00
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Переводы',
|
|
|
|
|
collapsed: false,
|
|
|
|
|
items: [
|
|
|
|
|
'papers/mania-beetz-self-training-with-vr-2019'
|
|
|
|
|
],
|
|
|
|
|
},
|
2021-05-26 21:26:09 +03:00
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Разное',
|
|
|
|
|
collapsed: false,
|
|
|
|
|
items: [
|
|
|
|
|
'glossary',
|
|
|
|
|
'analogy',
|
|
|
|
|
],
|
|
|
|
|
},
|
2021-04-02 14:38:59 +03:00
|
|
|
|
],
|
2021-06-12 15:58:12 +03:00
|
|
|
|
};
|