Update TOC description for What's a story?

This commit is contained in:
Kyle Suss 2020-08-07 15:21:56 -06:00
parent 234103b28b
commit a234f2fc5c

View File

@ -14,28 +14,24 @@ module.exports = {
pathSegment: 'install', pathSegment: 'install',
title: 'Install', title: 'Install',
type: 'bullet-link', type: 'bullet-link',
// DOCSTODO: Update the description
description: 'Install the Storybook package in your project', description: 'Install the Storybook package in your project',
}, },
{ {
pathSegment: 'whats-a-story', pathSegment: 'whats-a-story',
title: "What's a story?", title: "What's a story?",
type: 'bullet-link', type: 'bullet-link',
// DOCSTODO: Update the description description: 'Learn how to save component examples as stories',
description: 'Learn the base construct of stories within Storybook',
}, },
{ {
pathSegment: 'browse-stories', pathSegment: 'browse-stories',
title: 'Browse stories', title: 'Browse stories',
type: 'bullet-link', type: 'bullet-link',
// DOCSTODO: Update the description
description: 'Learn how to explore your stories within Storybook', description: 'Learn how to explore your stories within Storybook',
}, },
{ {
pathSegment: 'setup', pathSegment: 'setup',
title: 'Setup', title: 'Setup',
type: 'bullet-link', type: 'bullet-link',
// DOCSTODO: Update the description
description: description:
'Write your first story & adjust Storybook configuration for your environment', 'Write your first story & adjust Storybook configuration for your environment',
}, },
@ -43,7 +39,6 @@ module.exports = {
pathSegment: 'conclusion', pathSegment: 'conclusion',
title: 'Conclusion', title: 'Conclusion',
type: 'bullet-link', type: 'bullet-link',
// DOCSTODO: Update the description
description: 'Take your Storybook skills to the next level', description: 'Take your Storybook skills to the next level',
}, },
], ],
@ -279,19 +274,19 @@ module.exports = {
{ {
pathSegment: 'csf', pathSegment: 'csf',
title: 'Component Story Format', title: 'Component Story Format',
description:'Learn about the Component Story Format API', description: 'Learn about the Component Story Format API',
type: 'bullet-link', type: 'bullet-link',
}, },
{ {
pathSegment: 'mdx', pathSegment: 'mdx',
title: 'MDX syntax', title: 'MDX syntax',
description:'Learn how to add MDX to your Storybook', description: 'Learn how to add MDX to your Storybook',
type: 'bullet-link', type: 'bullet-link',
}, },
{ {
pathSegment: 'argtypes', pathSegment: 'argtypes',
title: 'ArgTypes', title: 'ArgTypes',
description:'Learn how to use Argtypes with your Storybook', description: 'Learn how to use Argtypes with your Storybook',
type: 'bullet-link', type: 'bullet-link',
}, },
{ {