Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add docs for story tags #26715

Merged
merged 7 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/cli-options.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 'CLI options'
hideRendererSelector: true
---

The Storybook command line interface (CLI) is the main tool you use to build and develop Storybook.
Expand Down
33 changes: 0 additions & 33 deletions docs/snippets/angular/button-story-auto-docs.ts.mdx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default {
addons: ['@storybook/addon-essentials'],
docs: {
//👇 See the table below for the list of supported options
autodocs: 'tag',
defaultName: 'Documentation',
},
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const config: StorybookConfig = {
addons: ['@storybook/addon-essentials'],
docs: {
//👇 See the table below for the list of supported options
autodocs: 'tag',
defaultName: 'Documentation',
},
};
Expand Down
28 changes: 0 additions & 28 deletions docs/snippets/react/button-story-auto-docs.js.mdx

This file was deleted.

33 changes: 0 additions & 33 deletions docs/snippets/react/button-story-auto-docs.ts-4-9.mdx

This file was deleted.

33 changes: 0 additions & 33 deletions docs/snippets/react/button-story-auto-docs.ts.mdx

This file was deleted.

28 changes: 0 additions & 28 deletions docs/snippets/solid/button-story-auto-docs.js.mdx

This file was deleted.

33 changes: 0 additions & 33 deletions docs/snippets/solid/button-story-auto-docs.ts-4-9.mdx

This file was deleted.

33 changes: 0 additions & 33 deletions docs/snippets/solid/button-story-auto-docs.ts.mdx

This file was deleted.

28 changes: 0 additions & 28 deletions docs/snippets/svelte/button-story-auto-docs.js.mdx

This file was deleted.

33 changes: 0 additions & 33 deletions docs/snippets/svelte/button-story-auto-docs.ts-4-9.mdx

This file was deleted.

33 changes: 0 additions & 33 deletions docs/snippets/svelte/button-story-auto-docs.ts.mdx

This file was deleted.

28 changes: 0 additions & 28 deletions docs/snippets/vue/button-story-auto-docs.js.mdx

This file was deleted.

Loading