module.exports = { docs: [ { type: 'category', label: 'Общая информация', collapsed: false, items: [ 'motivation', 'robossembler-overview', 'vacancies' ], }, { type: 'category', label: 'Компоненты', items: [ 'autostorage', 'information/information_support', 'information/planner', ], }, { type: 'category', label: 'Технологии', items: [ 'technologies/open-source-robots-and-tools', 'technologies/robonomics', 'technologies/machine-learning-in-robotics', 'technologies/wrs2020-assembly-challenge', 'technologies/plansys2', 'technologies/ASP-overview', 'technologies/wood', 'technologies/recycling', 'technologies/knowledge-management' ], }, /* { type: 'category', label: 'Приложения', items: [ 'applications/beehive', 'applications/microalgae-garden', 'applications/sprouts-garden', 'applications/vegetable-garden' ], }, */ { type: 'category', label: 'Модели', items: [ 'models/generation/generation', 'models/growth/growth' ], }, { type: 'category', label: 'Переводы', items: [ 'papers/mania-beetz-self-training-with-vr-2019', 'technologies/dds_and_ros2', 'papers/self-organization-in-robotic-welding', 'papers/smerobotics' ], }, { type: 'category', label: 'Разное', items: [ 'workflow-rules', 'replication', 'mining', 'glossary', 'analogy', ], }, ], };