diff --git a/docs/_assets/contribute/local-storybook-website-dropdown-optimized.mp4 b/docs/_assets/contribute/local-storybook-website-dropdown-optimized.mp4 new file mode 100644 index 000000000000..b165b199c31b Binary files /dev/null and b/docs/_assets/contribute/local-storybook-website-dropdown-optimized.mp4 differ diff --git a/docs/_assets/contribute/local-storybook-website-dropdown-optimized.png b/docs/_assets/contribute/local-storybook-website-dropdown-optimized.png deleted file mode 100644 index 229efa469abf..000000000000 Binary files a/docs/_assets/contribute/local-storybook-website-dropdown-optimized.png and /dev/null differ diff --git a/docs/_snippets/add-localize-package-to-polyfills.md b/docs/_snippets/add-localize-package-to-polyfills.md deleted file mode 100644 index 109a146cb5d3..000000000000 --- a/docs/_snippets/add-localize-package-to-polyfills.md +++ /dev/null @@ -1,4 +0,0 @@ -```ts filename="src/polyfills.ts" renderer="angular" language="ts" -import '@angular/localize/init'; -``` - diff --git a/docs/_snippets/addon-actions-action-function.md b/docs/_snippets/addon-actions-action-function.md index 2bfa724a201b..ac2c1cd93a7d 100644 --- a/docs/_snippets/addon-actions-action-function.md +++ b/docs/_snippets/addon-actions-action-function.md @@ -91,4 +91,3 @@ const meta: Meta { export default meta; ``` - diff --git a/docs/_snippets/addon-backgrounds-grid.md b/docs/_snippets/addon-backgrounds-grid.md index 03c3b7559735..266d4e39d520 100644 --- a/docs/_snippets/addon-backgrounds-grid.md +++ b/docs/_snippets/addon-backgrounds-grid.md @@ -131,4 +131,3 @@ const meta: Meta = { export default meta; ``` - diff --git a/docs/_snippets/addon-consume-and-update-globaltype.md b/docs/_snippets/addon-consume-and-update-globaltype.md index d2e163551ea6..08eed8c3a8bd 100644 --- a/docs/_snippets/addon-consume-and-update-globaltype.md +++ b/docs/_snippets/addon-consume-and-update-globaltype.md @@ -38,4 +38,3 @@ const ExampleToolbar = () => { ); }; ``` - diff --git a/docs/_snippets/addon-consume-globaltype.md b/docs/_snippets/addon-consume-globaltype.md index cbebb92a408d..6a53af2bdc55 100644 --- a/docs/_snippets/addon-consume-globaltype.md +++ b/docs/_snippets/addon-consume-globaltype.md @@ -38,4 +38,3 @@ const ThemePanel = (props) => { ); }; ``` - diff --git a/docs/_snippets/addon-highlight-reset.md b/docs/_snippets/addon-highlight-reset.md index 5cd0e675b9f0..72a5f296a996 100644 --- a/docs/_snippets/addon-highlight-reset.md +++ b/docs/_snippets/addon-highlight-reset.md @@ -240,4 +240,3 @@ export const ResetHighlight: Story = { ], }; ``` - diff --git a/docs/_snippets/addon-test-install.md b/docs/_snippets/addon-test-install.md index b516f291b85f..482a6c00793e 100644 --- a/docs/_snippets/addon-test-install.md +++ b/docs/_snippets/addon-test-install.md @@ -1,4 +1,4 @@ -```shell renderer="common" language="js" packageManager="npx" +```shell renderer="common" language="js" packageManager="npm" npx storybook add @storybook/experimental-addon-test ``` diff --git a/docs/_snippets/angular-install.md b/docs/_snippets/angular-install.md index 25add9054a0d..5333417d45d9 100644 --- a/docs/_snippets/angular-install.md +++ b/docs/_snippets/angular-install.md @@ -9,4 +9,3 @@ pnpm add --save-dev @storybook/angular ```shell renderer="angular" language="js" packageManager="yarn" yarn add --dev @storybook/angular ``` - diff --git a/docs/_snippets/angular-project-compodoc-config.md b/docs/_snippets/angular-project-compodoc-config.md index 161f5cfce106..ce7077448325 100644 --- a/docs/_snippets/angular-project-compodoc-config.md +++ b/docs/_snippets/angular-project-compodoc-config.md @@ -46,4 +46,3 @@ } } ``` - diff --git a/docs/_snippets/api-doc-block-argtypes-parameter.md b/docs/_snippets/api-doc-block-argtypes-parameter.md index f0f64183d994..abd54038f549 100644 --- a/docs/_snippets/api-doc-block-argtypes-parameter.md +++ b/docs/_snippets/api-doc-block-argtypes-parameter.md @@ -63,4 +63,3 @@ const meta: Meta = { export default meta; ``` - diff --git a/docs/_snippets/api-doc-block-canvas-parameter.md b/docs/_snippets/api-doc-block-canvas-parameter.md index 64c77770d0d2..f49d31200bde 100644 --- a/docs/_snippets/api-doc-block-canvas-parameter.md +++ b/docs/_snippets/api-doc-block-canvas-parameter.md @@ -107,4 +107,3 @@ export const Basic: Story = { }, }; ``` - diff --git a/docs/_snippets/api-doc-block-controls-parameter.md b/docs/_snippets/api-doc-block-controls-parameter.md index 229051ffabb8..03f33b83c7ed 100644 --- a/docs/_snippets/api-doc-block-controls-parameter.md +++ b/docs/_snippets/api-doc-block-controls-parameter.md @@ -94,4 +94,3 @@ const meta: Meta = { export default meta; ``` - diff --git a/docs/_snippets/api-doc-block-description-example.md b/docs/_snippets/api-doc-block-description-example.md index 8ae271fdb0af..63221a8078fc 100644 --- a/docs/_snippets/api-doc-block-description-example.md +++ b/docs/_snippets/api-doc-block-description-example.md @@ -4,7 +4,7 @@ import type { Meta, StoryObj } from '@storybook/angular'; import { Button } from './button.component'; /** - * # Button stories + * Button stories * These stories showcase the button */ const meta: Meta