Skip to content

Commit

Permalink
Remove sections as it makes finding harder
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Dec 21, 2018
1 parent 8cb8579 commit cffd102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/stories-from-readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function generateStories(readme) {

const testIndividualExamples = percyShouldTestIndividualExamples(readme.name);

storiesOf(`${readme.category}|${readme.name}`, module)
storiesOf(`All Components|${readme.name}`, module)
.addDecorator(AppProviderDecorator)
.addDecorator(checkA11y)
.addWithPercyOptions(
Expand All @@ -37,7 +37,7 @@ export function generateStories(readme) {
);

readme.examples.forEach((example) => {
storiesOf(`${readme.category}|${readme.name}`, module)
storiesOf(`All Components|${readme.name}`, module)
.addDecorator(AppProviderDecorator)
.addDecorator(checkA11y)
.addParameters({
Expand Down

0 comments on commit cffd102

Please sign in to comment.