Skip to content

Commit

Permalink
Merge pull request #27387 from yuheiy/fix-docs-tags
Browse files Browse the repository at this point in the history
Docs: Fix typo for `autodocs` tag
  • Loading branch information
jonniebigodes committed May 28, 2024
2 parents e6173a0 + ee72e2e commit 70e70e7
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/snippets/angular/tags-combo-example.ts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ type Story = StoryObj<Button>;

export const Variant1: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 1 },
};

export const Variant2: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 2 },
};

Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/react/tags-combo-example.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ export default {

export const Variant1 = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 1 },
};

export const Variant2 = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 2 },
};

Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/react/tags-combo-example.ts-4-9.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ type Story = StoryObj<typeof meta>;

export const Variant1: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 1 },
};

export const Variant2: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 2 },
};

Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/react/tags-combo-example.ts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ type Story = StoryObj<typeof Button>;

export const Variant1: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 1 },
};

export const Variant2: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 2 },
};

Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/solid/tags-combo-example.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ export default {

export const Variant1 = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 1 },
};

export const Variant2 = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 2 },
};

Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/solid/tags-combo-example.ts-4-9.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ type Story = StoryObj<typeof meta>;

export const Variant1: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 1 },
};

export const Variant2: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 2 },
};

Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/solid/tags-combo-example.ts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ type Story = StoryObj<typeof Button>;

export const Variant1: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 1 },
};

export const Variant2: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 2 },
};

Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/vue/tags-combo-example.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ export default {

export const Variant1 = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 1 },
};

export const Variant2 = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 2 },
};

Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/vue/tags-combo-example.ts-4-9.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ type Story = StoryObj<typeof meta>;

export const Variant1: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 1 },
};

export const Variant2: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 2 },
};

Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/vue/tags-combo-example.ts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ type Story = StoryObj<typeof Button>;

export const Variant1: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 1 },
};

export const Variant2: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 2 },
};

Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/web-components/tags-combo-example.js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ export default {

export const Variant1 = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 1 },
};

export const Variant2 = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 2 },
};

Expand Down
4 changes: 2 additions & 2 deletions docs/snippets/web-components/tags-combo-example.ts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ type Story = StoryObj;

export const Variant1: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 1 },
};

export const Variant2: Story = {
// 👇 This story will not appear in Storybook's sidebar or docs page
tags: ['!dev', '!docs'],
tags: ['!dev', '!autodocs'],
args: { variant: 2 },
};

Expand Down

0 comments on commit 70e70e7

Please sign in to comment.