robossembler.org/sidebars.js

18 lines
321 B
JavaScript
Raw Normal View History

2021-04-02 14:38:59 +03:00
module.exports = {
docs: [
{
type: 'category',
label: 'Робосборщик',
items: [
'robossembler-overview',
2021-05-18 19:10:52 +00:00
'plan',
2021-05-25 17:55:57 +00:00
'glossary',
2021-05-25 18:42:05 +00:00
'analogy',
2021-05-25 18:11:01 +00:00
'autostorage',
2021-05-25 23:25:04 +03:00
'information/information_support',
'information/planner'
2021-04-02 14:38:59 +03:00
],
},
],
};