Skip to content

Commit

Permalink
Remove titles to enable automatic title generation
Browse files Browse the repository at this point in the history
Stories written in MDX or importing MDX must have title.
  • Loading branch information
kazuma1989 authored and joshwooding committed Apr 8, 2022
1 parent 82703db commit eccc9e4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/react/stories/EnvironmentVariables.stories.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { EnvironmentVariables } from './EnvironmentVariables';

export default {
title: 'Environment Variables',
component: EnvironmentVariables,
};

Expand Down
1 change: 0 additions & 1 deletion examples/react/stories/Header.stories.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Header } from './Header';

export default {
title: 'Example/Header',
component: Header,
};

Expand Down
1 change: 0 additions & 1 deletion examples/react/stories/Page.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Page } from './Page';
import * as HeaderStories from './Header.stories';

export default {
title: 'Example/Page',
component: Page,
};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Button } from './Button';

export default {
title: 'Example/Button',
component: Button,
argTypes: {
backgroundColor: { control: 'color' },
Expand Down

0 comments on commit eccc9e4

Please sign in to comment.