2020-07-08 22:15:58 +10:00
|
|
|
module.exports = {
|
2020-07-09 18:43:11 +10:00
|
|
|
toc: [
|
|
|
|
{
|
2020-07-09 19:15:35 +10:00
|
|
|
title: 'Get Started',
|
2020-07-09 18:43:11 +10:00
|
|
|
prefix: 'get-started',
|
|
|
|
pages: ['introduction', 'install', 'whats-a-story', 'browse-stories', 'setup', 'conclusion'],
|
|
|
|
},
|
|
|
|
{
|
2020-07-09 19:15:35 +10:00
|
|
|
title: 'Writing Stories',
|
2020-07-09 18:43:11 +10:00
|
|
|
prefix: 'writing-stories',
|
|
|
|
pages: [
|
|
|
|
'introduction',
|
|
|
|
'args',
|
|
|
|
'parameters',
|
|
|
|
'decorators',
|
|
|
|
'naming-components-and-hierarchy',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
2020-07-09 19:15:35 +10:00
|
|
|
title: 'Writing Docs',
|
2020-07-09 18:43:11 +10:00
|
|
|
prefix: 'writing-docs',
|
|
|
|
pages: ['introduction', 'docs-page', 'mdx', 'doc-blocks'],
|
|
|
|
},
|
2020-07-25 02:01:53 +01:00
|
|
|
{
|
2020-07-24 16:15:19 +01:00
|
|
|
title: 'Essentials',
|
|
|
|
prefix:'essentials',
|
|
|
|
pages:['introduction','controls','actions','viewports','backgrounds','toolbars-and-globals']
|
|
|
|
},
|
2020-07-30 17:03:55 +01:00
|
|
|
{
|
|
|
|
title: 'Configure',
|
|
|
|
prefix: 'configure',
|
2020-08-03 22:15:39 +01:00
|
|
|
pages: [
|
|
|
|
'overview',
|
|
|
|
'integration',
|
|
|
|
'story-rendering',
|
|
|
|
'user-interface',
|
|
|
|
'features-and-behavior',
|
|
|
|
'theming',
|
|
|
|
'sidebar-and-urls',
|
|
|
|
'storybook-addons',
|
|
|
|
'environment-variables'
|
|
|
|
],
|
2020-07-30 17:03:55 +01:00
|
|
|
},
|
|
|
|
{
|
2020-07-27 20:48:37 +01:00
|
|
|
title:'Workflows',
|
|
|
|
prefix:'workflows',
|
|
|
|
pages:[
|
|
|
|
'publish-storybook',
|
|
|
|
'build-pages-with-storybook',
|
|
|
|
'stories-for-multiple-components',
|
|
|
|
'testing-with-storybook',
|
|
|
|
'unit-testing',
|
|
|
|
'visual-testing',
|
|
|
|
'interaction-testing',
|
|
|
|
'snapshot-testing',
|
|
|
|
'storybook-composition',
|
|
|
|
'package-composition'
|
|
|
|
]
|
2020-07-30 17:03:55 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
|
2020-07-25 02:01:53 +01:00
|
|
|
title: 'API',
|
|
|
|
prefix:'api',
|
|
|
|
pages:['stories','addons','new-frameworks','cli-options','frameworks-feature-support']
|
|
|
|
},
|
2020-07-09 18:43:11 +10:00
|
|
|
],
|
2020-07-25 02:01:53 +01:00
|
|
|
};
|