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
|
|
|
{
|
|
|
|
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
|
|
|
};
|