robossembler.org/sidebars.js

15 lines
236 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',
'information_support'
2021-04-02 14:38:59 +03:00
],
},
],
};