Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion docs/get-started/frameworks/angular.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Storybook for Angular is a [framework](../../contribute/framework.mdx) that make

To install Storybook in an existing Angular project, run this command in your project's root directory:

<CodeSnippets path="create-command.md" variant="new-users" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

You can then get started [writing stories](/docs/get-started/whats-a-story/), [running tests](/docs/writing-tests/) and [documenting your components](/docs/writing-docs/). For more control over the installation process, refer to the [installation guide](/docs/install/).

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/frameworks/nextjs-vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Storybook for Next.js (Vite) is the **recommended** [framework](../../contribute

To install Storybook in an existing Next.js project, run this command in your project's root directory:

<CodeSnippets path="create-command.md" variant="new-users" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

You can then get started [writing stories](/docs/get-started/whats-a-story/), [running tests](/docs/writing-tests/) and [documenting your components](/docs/writing-docs/). For more control over the installation process, refer to the [installation guide](/docs/install/).

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/frameworks/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Use this Webpack-based framework (`@storybook/nextjs`) only if:

To install Storybook in an existing Next.js project, run this command in your project's root directory:

<CodeSnippets path="create-command.md" variant="new-users" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

The command will prompt you to choose between this framework and [`@storybook/nextjs-vite`](./nextjs-vite.mdx). We recommend the Vite-based framework ([learn why](./nextjs-vite.mdx#choose-between-vite-and-webpack)).

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/frameworks/preact-vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Storybook for Preact & Vite is a [framework](../../contribute/framework.mdx) tha

To install Storybook in an existing Preact project, run this command in your project's root directory:

<CodeSnippets path="create-command.md" variant="new-users" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

You can then get started [writing stories](/docs/get-started/whats-a-story/), [running tests](/docs/writing-tests/) and [documenting your components](/docs/writing-docs/). For more control over the installation process, refer to the [installation guide](/docs/install/).

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/frameworks/react-native-web-vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Storybook for React Native Web is a [framework](../../contribute/framework.mdx)

To install Storybook in an existing React Native project, run this command in your project's root directory:

<CodeSnippets path="create-command.md" variant="new-users" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

You can then get started [writing stories](/docs/get-started/whats-a-story/), [running tests](/docs/writing-tests/) and [documenting your components](/docs/writing-docs/). For more control over the installation process, refer to the [installation guide](/docs/install/).

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/frameworks/react-vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Storybook for React & Vite is a [framework](../../contribute/framework.mdx) that

To install Storybook in an existing React project, run this command in your project's root directory:

<CodeSnippets path="create-command.md" variant="new-users" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

You can then get started [writing stories](/docs/get-started/whats-a-story/), [running tests](/docs/writing-tests/) and [documenting your components](/docs/writing-docs/). For more control over the installation process, refer to the [installation guide](/docs/install/).

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/frameworks/react-webpack5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Use this Webpack-based framework (`@storybook/react-webpack5`) only if you need

To install Storybook in an existing React project, run this command in your project's root directory:

<CodeSnippets path="create-command.md" variant="new-users" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

You can then get started [writing stories](/docs/get-started/whats-a-story/), [running tests](/docs/writing-tests/) and [documenting your components](/docs/writing-docs/). For more control over the installation process, refer to the [installation guide](/docs/install/).

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/frameworks/svelte-vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Storybook for Svelte & Vite is a [framework](../../contribute/framework.mdx) tha

To install Storybook in an existing Svelte project, run this command in your project's root directory:

<CodeSnippets path="create-command.md" variant="new-users" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

You can then get started [writing stories](/docs/get-started/whats-a-story/), [running tests](/docs/writing-tests/) and [documenting your components](/docs/writing-docs/). For more control over the installation process, refer to the [installation guide](/docs/install/).

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/frameworks/sveltekit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Storybook for SvelteKit is a [framework](../../contribute/framework.mdx) that ma

To install Storybook in an existing SvelteKit project, run this command in your project's root directory:

<CodeSnippets path="create-command.md" variant="new-users" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

You can then get started [writing stories](/docs/get-started/whats-a-story/), [running tests](/docs/writing-tests/) and [documenting your components](/docs/writing-docs/). For more control over the installation process, refer to the [installation guide](/docs/install/).

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/frameworks/vue3-vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Storybook for Vue & Vite is a [framework](../../contribute/framework.mdx) that m

To install Storybook in an existing Vue project, run this command in your project's root directory:

<CodeSnippets path="create-command.md" variant="new-users" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

You can then get started [writing stories](/docs/get-started/whats-a-story/), [running tests](/docs/writing-tests/) and [documenting your components](/docs/writing-docs/). For more control over the installation process, refer to the [installation guide](/docs/install/).

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/frameworks/web-components-vite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Storybook for Web components & Vite is a [framework](../../contribute/framework.

To install Storybook in an existing project, run this command in your project's root directory:

<CodeSnippets path="create-command.md" variant="new-users" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

You can then get started [writing stories](/docs/get-started/whats-a-story/), [running tests](/docs/writing-tests/) and [documenting your components](/docs/writing-docs/). For more control over the installation process, refer to the [installation guide](/docs/install/).

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar:

Use the Storybook CLI to install it in a single command. Run this inside your project’s root directory:

<CodeSnippets path="create-command.md" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

Storybook will look into your project's dependencies during its install process and provide you with the best configuration available.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Storybook is a frontend workshop for building UI components and pages in isolati

Run this command to install Storybook into an existing project or create a new one from scratch:

<CodeSnippets path="create-command.md" variant="new-users" />
<CodeSnippets path="create-command.md" variant="new-users" copyEvent="CreateCommandCopy" />

Want to know more about installing Storybook? Check out the [installation guide](./get-started/install.mdx).

Expand Down
2 changes: 1 addition & 1 deletion docs/releases/migration-guide-from-older-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To add Storybook to a project that isn’t currently using Storybook:

{/* prettier-ignore-start */}

<CodeSnippets path="create-command.md" />
<CodeSnippets path="create-command.md" copyEvent="CreateCommandCopy" />

{/* prettier-ignore-end */}

Expand Down
2 changes: 1 addition & 1 deletion docs/releases/migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To add Storybook to a project that isn’t currently using Storybook:

{/* prettier-ignore-start */}

<CodeSnippets path="create-command.md" />
<CodeSnippets path="create-command.md" copyEvent="CreateCommandCopy" />

{/* prettier-ignore-end */}

Expand Down
2 changes: 1 addition & 1 deletion docs/versions/next.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"10.2.0-alpha.2","info":{"plain":"- CLI: Remove any return type of getAbsolutePath - [#32977](https://github.com/storybookjs/storybook/pull/32977), thanks @nzws!\n- Checklist: Fix how state changes are reported and drop some completion restrictions - [#33217](https://github.com/storybookjs/storybook/pull/33217), thanks @ghengeveld!\n- Core: Avoid late layout shift and improve ChecklistWidget perceived performance - [#33184](https://github.com/storybookjs/storybook/pull/33184), thanks @ghengeveld!\n- Core: Minor UI fixes - [#33218](https://github.com/storybookjs/storybook/pull/33218), thanks @ghengeveld!\n- Preview: Prevent error in RN due to `navigator?.clipboard` - [#33219](https://github.com/storybookjs/storybook/pull/33219), thanks @ndelangen!\n- Solid: Add Solid to the list of supported frameworks for addon-vitest - [#33084](https://github.com/storybookjs/storybook/pull/33084), thanks @valentinpalkovic!\n- Telemetry: Add playwright-prompt - [#33229](https://github.com/storybookjs/storybook/pull/33229), thanks @valentinpalkovic!\n- UI: Fix excessive height in TabbedArgsTable - [#33205](https://github.com/storybookjs/storybook/pull/33205), thanks @Sidnioulz!"}}
{"version":"10.2.0-alpha.3","info":{"plain":"- Addon Docs: Skip `!autodocs` stories when computing primary story - [#32712](https://github.com/storybookjs/storybook/pull/32712), thanks @ia319!\n- Angular: Honor --loglevel and --logfile in dev/build - [#33212](https://github.com/storybookjs/storybook/pull/33212), thanks @valentinpalkovic!\n- CSF: Export type to prevent `type cannot be named`-errors - [#33216](https://github.com/storybookjs/storybook/pull/33216), thanks @unional!\n- Chore: Upgrade Chromatic CLI - [#33176](https://github.com/storybookjs/storybook/pull/33176), thanks @ghengeveld!\n- Core: Enhance getPrettier function to provide prettier interface - [#33260](https://github.com/storybookjs/storybook/pull/33260), thanks @valentinpalkovic!\n- Core: Fix cwd handling for negated globs - [#33241](https://github.com/storybookjs/storybook/pull/33241), thanks @ia319!\n- NextJS: Alias image to use fileURLToPath for better resolution - [#33256](https://github.com/storybookjs/storybook/pull/33256), thanks @ndelangen!\n- Nextj.js: Support top-level weight/style in next/font/local with string src - [#32998](https://github.com/storybookjs/storybook/pull/32998), thanks @Chiman2937!\n- Telemetry: Cache Storybook metadata by main config content hash - [#33247](https://github.com/storybookjs/storybook/pull/33247), thanks @valentinpalkovic!\n- TypeScript: Fix summary undefined type issue - [#32585](https://github.com/storybookjs/storybook/pull/32585), thanks @afsalshamsudeen!"}}
Loading