23 lines
423 B
JavaScript
23 lines
423 B
JavaScript
module.exports = {
|
|
someSidebar: {
|
|
'Getting Started':
|
|
[
|
|
'getting-started-welcome',
|
|
'getting-started-faq',
|
|
'getting-started-contributing',
|
|
],
|
|
'Library':
|
|
[
|
|
'library-welcome',
|
|
'library-te-101',
|
|
'library-te-book',
|
|
],
|
|
'Services':
|
|
[
|
|
'services-welcome',
|
|
'services-reviews',
|
|
'services-workshops',
|
|
],
|
|
},
|
|
};
|