Skip to content

Commit

Permalink
fix: production story order
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMaliszewski committed Jul 26, 2021
1 parent 4394718 commit cf661bf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ import theme from '../src/theme'
import { GlobalStyle } from '../src'

const STORY_SORT = {
order: ['Home', 'Testing', 'Theme', 'Components'],
order: [
'Home',
'Documentation Guidelines',
'Testing',
'Theme',
'Components',
'Responsive',
],
}

const ENV_PARAMETERS = {
Expand Down

0 comments on commit cf661bf

Please sign in to comment.