flecks/website/sidebars.js

53 lines
1001 B
JavaScript
Raw Normal View History

2023-12-31 16:23:28 -06:00
export default {
flecksSidebar: [
'introduction',
{
type: 'category',
label: 'Getting Started',
link: {
type: 'generated-index',
},
collapsed: false,
items: [
'installation',
'configuration',
2024-01-04 03:23:04 -06:00
'creating-a-fleck',
2024-01-04 18:39:21 -06:00
'adding-flecks',
2023-12-31 16:23:28 -06:00
],
},
{
type: 'category',
label: 'Guides',
link: {
type: 'generated-index',
},
collapsed: false,
items: [
2024-01-02 15:13:43 -06:00
'cli',
'environment',
'database',
'sockets',
'react',
'electron',
2023-12-31 16:23:28 -06:00
'isomorphism',
2024-01-02 15:13:43 -06:00
'redux',
'repl',
'documentation',
2023-12-31 16:23:28 -06:00
],
},
{
type: 'category',
label: 'Generated details',
link: {
type: 'generated-index',
},
items: [
'flecks/@flecks/dox/hooks',
'flecks/@flecks/dox/config',
'flecks/@flecks/dox/build-configs',
'flecks/@flecks/dox/TODO',
],
},
],
};