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-08-01 13:02:36 -06:00
|
|
|
type: 'menu',
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
path: '/docs/get-started/introduction/',
|
|
|
|
title: 'Introduction',
|
|
|
|
type: 'bullet-link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/get-started/install/',
|
|
|
|
title: 'Install',
|
|
|
|
type: 'bullet-link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/get-started/whats-a-story/',
|
|
|
|
title: "What's a story?",
|
|
|
|
type: 'bullet-link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/get-started/browse-stories/',
|
|
|
|
title: 'Browse stories',
|
|
|
|
type: 'bullet-link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/get-started/setup/',
|
|
|
|
title: 'Setup',
|
|
|
|
type: 'bullet-link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/get-started/conclusion/',
|
|
|
|
title: 'Conclusion',
|
|
|
|
type: 'bullet-link',
|
|
|
|
},
|
|
|
|
],
|
2020-07-09 18:43:11 +10:00
|
|
|
},
|
|
|
|
{
|
2020-07-09 19:15:35 +10:00
|
|
|
title: 'Writing Stories',
|
2020-08-01 13:02:36 -06:00
|
|
|
type: 'menu',
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
path: '/docs/writing-stories/introduction/',
|
|
|
|
title: 'Introduction',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/writing-stories/args/',
|
|
|
|
title: 'Args',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/writing-stories/parameters/',
|
|
|
|
title: 'Parameters',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/writing-stories/decorators/',
|
|
|
|
title: 'Decorators',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/writing-stories/naming-components-and-hierarchy/',
|
|
|
|
title: 'Naming components and hierarchy',
|
|
|
|
type: 'link',
|
|
|
|
},
|
2020-07-09 18:43:11 +10:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
2020-07-09 19:15:35 +10:00
|
|
|
title: 'Writing Docs',
|
2020-08-01 13:02:36 -06:00
|
|
|
type: 'menu',
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
path: '/docs/writing-docs/introduction/',
|
|
|
|
title: 'Introduction',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/writing-docs/docs-page/',
|
|
|
|
title: 'Docs Page',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/writing-docs/mdx/',
|
|
|
|
title: 'MDX',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/writing-docs/doc-blocks/',
|
|
|
|
title: 'Docs Blocks',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
],
|
2020-07-09 18:43:11 +10:00
|
|
|
},
|
2020-07-25 02:01:53 +01:00
|
|
|
{
|
2020-07-24 16:15:19 +01:00
|
|
|
title: 'Essentials',
|
2020-08-01 13:02:36 -06:00
|
|
|
type: 'menu',
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
path: '/docs/essentials/introduction/',
|
|
|
|
title: 'Introduction',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/essentials/controls/',
|
|
|
|
title: 'Controls',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/essentials/actions/',
|
|
|
|
title: 'Actions',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/essentials/viewports/',
|
|
|
|
title: 'Viewports',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/essentials/backgrounds/',
|
|
|
|
title: 'Backgrounds',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/essentials/toolbars-and-globals/',
|
|
|
|
title: 'Toolbars & globals',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
],
|
2020-07-24 16:15:19 +01:00
|
|
|
},
|
2020-07-30 17:03:55 +01:00
|
|
|
{
|
|
|
|
title: 'Configure',
|
2020-08-01 13:02:36 -06:00
|
|
|
type: 'menu',
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
path: '/docs/configure/overview/',
|
|
|
|
title: 'Overview',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/configure/integration/',
|
|
|
|
title: 'Integration',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/configure/story-rendering/',
|
|
|
|
title: 'Story rendering',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/configure/user-interface/',
|
|
|
|
title: 'User interface',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
],
|
2020-07-30 17:03:55 +01:00
|
|
|
},
|
|
|
|
{
|
2020-08-01 13:02:36 -06:00
|
|
|
title: 'Workflows',
|
|
|
|
type: 'menu',
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
path: '/docs/workflows/publish-storybook/',
|
|
|
|
title: 'Publish Storybook',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/workflows/build-pages-with-storybook/',
|
|
|
|
title: 'Building pages with Storybook',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/workflows/stories-for-multiple-components/',
|
|
|
|
title: 'Stories for multiple components',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: 'Testing with Storybook',
|
|
|
|
type: 'menu',
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
path: '/docs/workflows/testing-with-storybook/',
|
|
|
|
title: 'Introduction',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/workflows/unit-testing/',
|
|
|
|
title: 'Unit testing',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/workflows/visual-testing/',
|
|
|
|
title: 'Visual testing',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/workflows/interaction-testing/',
|
|
|
|
title: 'Interaction testing',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/workflows/snapshot-testing/',
|
|
|
|
title: 'Snapshot testing',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/workflows/storybook-composition/',
|
|
|
|
title: 'Storybook Composition',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/workflows/package-composition/',
|
|
|
|
title: 'Package Composition',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
],
|
2020-07-30 17:03:55 +01:00
|
|
|
},
|
|
|
|
{
|
2020-07-25 02:01:53 +01:00
|
|
|
title: 'API',
|
2020-08-01 13:02:36 -06:00
|
|
|
type: 'menu',
|
|
|
|
children: [
|
|
|
|
{
|
|
|
|
path: '/docs/api/stories/',
|
|
|
|
title: 'Stories',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/api/addons/',
|
|
|
|
title: 'Addons',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/api/new-frameworks/',
|
|
|
|
title: 'Frameworks',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/api/cli-options/',
|
|
|
|
title: 'CLI Options',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
path: '/docs/api/frameworks-feature-support/',
|
|
|
|
title: 'Feature support for frameworks',
|
|
|
|
type: 'link',
|
|
|
|
},
|
|
|
|
],
|
2020-07-25 02:01:53 +01:00
|
|
|
},
|
2020-07-09 18:43:11 +10:00
|
|
|
],
|
2020-08-01 13:02:36 -06:00
|
|
|
};
|