Skip to content

Commit

Permalink
Move Why Storybook? to be 1st in Get Started menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Mar 7, 2023
1 parent 19bdc68 commit 77a9790
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/toc.js
Expand Up @@ -6,18 +6,18 @@ module.exports = {
pathSegment: 'get-started',
type: 'menu',
children: [
{
pathSegment: 'install',
title: 'Install',
type: 'bullet-link',
description: 'Install the Storybook package in your project',
},
{
pathSegment: 'why-storybook',
title: 'Why Storybook?',
type: 'bullet-link',
description: 'Learn why Storybook can help you build better UIs',
},
{
pathSegment: 'install',
title: 'Install',
type: 'bullet-link',
description: 'Install the Storybook package in your project',
},
{
pathSegment: 'whats-a-story',
title: "What's a story?",
Expand Down

0 comments on commit 77a9790

Please sign in to comment.