17 lines
297 B
JavaScript
17 lines
297 B
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: 'category',
|
|
label: 'Робосборщик',
|
|
items: [
|
|
'robossembler-overview',
|
|
'plan',
|
|
'glossary',
|
|
'analogy',
|
|
'autostorage',
|
|
'information_support',
|
|
'planner'
|
|
],
|
|
},
|
|
],
|
|
};
|