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 348ee8c commit ea6fa5a
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.ts
Expand Up @@ -3,7 +3,7 @@ import { Story, Meta } from '@storybook/angular/types-6-0';
import Button from './button.component';

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

export default {
title: 'Example/Header',
title: 'Official/Example/Header',
component: Header,
decorators: [
moduleMetadata({
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.ts
Expand Up @@ -10,7 +10,7 @@ import Page from './page.component';
import * as HeaderStories from './Header.stories';

export default {
title: 'Example/Page',
title: 'Official/Example/Page',
component: Header,
decorators: [
moduleMetadata({
Expand Down

0 comments on commit ea6fa5a

Please sign in to comment.