mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
26 lines
578 B
JavaScript
26 lines
578 B
JavaScript
module.exports = {
|
|
toc: [
|
|
{
|
|
section: 'Get Started',
|
|
prefix: 'get-started',
|
|
pages: ['introduction', 'install', 'whats-a-story', 'browse-stories', 'setup', 'conclusion'],
|
|
},
|
|
{
|
|
section: 'Writing Stories',
|
|
prefix: 'writing-stories',
|
|
pages: [
|
|
'introduction',
|
|
'args',
|
|
'parameters',
|
|
'decorators',
|
|
'naming-components-and-hierarchy',
|
|
],
|
|
},
|
|
{
|
|
section: 'Writing Docs',
|
|
prefix: 'writing-docs',
|
|
pages: ['introduction', 'docs-page', 'mdx', 'doc-blocks'],
|
|
},
|
|
],
|
|
};
|