1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-03-18 05:02:24 +08:00

26 lines
572 B
JavaScript
Raw Normal View History

module.exports = {
toc: [
{
2020-07-09 19:15:35 +10:00
title: 'Get Started',
prefix: 'get-started',
pages: ['introduction', 'install', 'whats-a-story', 'browse-stories', 'setup', 'conclusion'],
},
{
2020-07-09 19:15:35 +10:00
title: 'Writing Stories',
prefix: 'writing-stories',
pages: [
'introduction',
'args',
'parameters',
'decorators',
'naming-components-and-hierarchy',
],
},
{
2020-07-09 19:15:35 +10:00
title: 'Writing Docs',
prefix: 'writing-docs',
pages: ['introduction', 'docs-page', 'mdx', 'doc-blocks'],
},
],
};