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 cded306
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ import theme from '../src/theme'
import { GlobalStyle } from '../src'

const STORY_SORT = {
order: ['Home', 'Testing', 'Theme', 'Components'],
method: 'alphabetical',
locales: 'en-US',
includeName: false,
order: [
'Home',
'Documentation Guidelines',
'Testing',
'Theme',
'Components',
'Responsive',
],
}

const ENV_PARAMETERS = {
Expand Down

0 comments on commit cded306

Please sign in to comment.