mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
52 lines
1.2 KiB
JavaScript
52 lines
1.2 KiB
JavaScript
module.exports = {
|
|
toc: [
|
|
{
|
|
title: 'Get Started',
|
|
prefix: 'get-started',
|
|
pages: ['introduction', 'install', 'whats-a-story', 'browse-stories', 'setup', 'conclusion'],
|
|
},
|
|
{
|
|
title: 'Writing Stories',
|
|
prefix: 'writing-stories',
|
|
pages: [
|
|
'introduction',
|
|
'args',
|
|
'parameters',
|
|
'decorators',
|
|
'naming-components-and-hierarchy',
|
|
],
|
|
},
|
|
{
|
|
title: 'Writing Docs',
|
|
prefix: 'writing-docs',
|
|
pages: ['introduction', 'docs-page', 'mdx', 'doc-blocks'],
|
|
},
|
|
{
|
|
title: 'Configure',
|
|
prefix: 'configure',
|
|
pages: ['overview', 'integration', 'story-rendering', 'user-interface'],
|
|
|
|
|
|
title: 'Essentials',
|
|
prefix:'essentials',
|
|
pages:['introduction','controls','actions','viewports','backgrounds','toolbars-and-globals']
|
|
},
|
|
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'
|
|
|
|
]
|
|
}
|
|
],
|
|
};
|