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