Skip to content

Commit

Permalink
Name Grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalee committed Sep 15, 2020
1 parent d8c563d commit 47bde35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/stories/Button.stories.js
@@ -1,7 +1,7 @@
import MyButton from './Button.vue';

export default {
title: 'Button',
title: 'Official/Example/Button',
component: MyButton,
parameters: {
backgrounds: {
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Header.stories.js
@@ -1,7 +1,7 @@
import MyHeader from './Header';

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

Expand Down
2 changes: 1 addition & 1 deletion src/stories/Introduction.stories.mdx
Expand Up @@ -8,7 +8,7 @@ import Plugin from './assets/plugin.svg';
import Repo from './assets/repo.svg';
import StackAlt from './assets/stackalt.svg';

<Meta title="Example/Introduction" />
<Meta title="Official/Example/Introduction" />

<style>{`
.subheading {
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Page.stories.js
Expand Up @@ -2,7 +2,7 @@ import MyPage from './Page';
import * as HeaderStories from './Header.stories';

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

Expand Down

0 comments on commit 47bde35

Please sign in to comment.