Skip to content

Commit

Permalink
fix: order
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Apr 24, 2024
1 parent 255dfae commit 4f71835
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const parameters = {
storySort: {
// Story section order.
// https://storybook.js.org/docs/react/writing-stories/naming-components-and-hierarchy#sorting-stories
order: ['Introduction', 'Pages', 'Components', 'Styles', 'Timetable', 'Internals'],
order: ['introduction', 'pages', 'components', 'styles', 'timetable', 'internals'],
},
},
};
Expand Down
2 changes: 1 addition & 1 deletion docs/GETTING_STARTED.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Meta } from '@storybook/blocks';

<Meta title="Introduction/Getting started" />
<Meta title="introduction/Getting Started" />

# Getting Started

Expand Down
2 changes: 1 addition & 1 deletion docs/VISION.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Meta } from '@storybook/blocks';

<Meta title="Introduction/Vision" />
<Meta title="introduction/Vision" />

# Lyne Design System — Vision

Expand Down

0 comments on commit 4f71835

Please sign in to comment.