2021-10-07 14:42:17 +00: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: [
|
2021-10-06 17:31:13 +03:00
|
|
|
'motivation',
|
2022-04-05 16:46:28 +03:00
|
|
|
'robossembler-overview',
|
|
|
|
'vacancies'
|
2021-05-26 21:26:09 +03:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Компоненты',
|
|
|
|
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
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Технологии',
|
|
|
|
items: [
|
2022-04-11 16:26:38 +03:00
|
|
|
'technologies/open-source-robots-and-tools',
|
2022-04-05 11:47:07 +03:00
|
|
|
'technologies/robonomics',
|
2021-07-06 20:31:25 +03:00
|
|
|
'technologies/machine-learning-in-robotics',
|
2021-11-05 17:14:32 +03:00
|
|
|
'technologies/wrs2020-assembly-challenge',
|
2021-10-26 18:09:11 +03:00
|
|
|
'technologies/plansys2',
|
|
|
|
'technologies/ASP-overview',
|
|
|
|
'technologies/wood',
|
2021-12-11 23:09:24 +03:00
|
|
|
'technologies/knowledge-management'
|
2021-06-12 15:58:12 +03:00
|
|
|
],
|
|
|
|
},
|
2022-04-07 13:15:06 +00:00
|
|
|
/* {
|
|
|
|
type: 'category',
|
|
|
|
label: 'Приложения',
|
|
|
|
items: [
|
|
|
|
'applications/beehive',
|
|
|
|
'applications/microalgae-garden',
|
|
|
|
'applications/sprouts-garden',
|
|
|
|
'applications/vegetable-garden'
|
|
|
|
],
|
|
|
|
}, */
|
2021-06-12 15:58:12 +03:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Модели',
|
|
|
|
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: 'Переводы',
|
|
|
|
items: [
|
2021-11-24 20:51:23 +04:00
|
|
|
'papers/mania-beetz-self-training-with-vr-2019',
|
|
|
|
'technologies/dds_and_ros2',
|
2021-12-01 15:45:41 +03:00
|
|
|
'papers/self-organization-in-robotic-welding',
|
|
|
|
'papers/smerobotics'
|
2021-06-12 15:58:12 +03:00
|
|
|
],
|
|
|
|
},
|
2021-05-26 21:26:09 +03:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Разное',
|
|
|
|
items: [
|
2021-10-06 17:31:13 +03:00
|
|
|
'replication',
|
|
|
|
'mining',
|
2021-05-26 21:26:09 +03:00
|
|
|
'glossary',
|
|
|
|
'analogy',
|
|
|
|
],
|
|
|
|
},
|
2021-04-02 14:38:59 +03:00
|
|
|
],
|
2021-06-12 15:58:12 +03:00
|
|
|
};
|