export default { flecksSidebar: [ 'introduction', { type: 'category', label: 'Getting Started', link: { type: 'generated-index', }, collapsed: false, items: [ 'installation', 'configuration', 'creating-a-fleck', 'adding-flecks', ], }, { type: 'category', label: 'Guides', link: { type: 'generated-index', }, collapsed: false, items: [ 'cli', 'environment', { type: 'category', label: 'Writing your code', link: { type: 'generated-index', }, collapsed: false, items: [ 'testing', 'gathering', 'ordering', 'isomorphism', 'documentation', ], }, 'database', 'sockets', 'react', 'electron', 'redux', 'repl', ], }, { 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', ], }, ], };