Skip to content

Commit 9548e92

Browse files
authored
Merge pull request #33273 from storybookjs/sidnioulz/growth-sb-experiment-followup
Docs: Follow up on nav experiment
2 parents aa96be0 + a3f239e commit 9548e92

15 files changed

+15
-15
lines changed

docs/get-started/frameworks/angular.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Storybook for Angular is a [framework](../../contribute/framework.mdx) that make
1212

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

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

1717
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/).
1818

docs/get-started/frameworks/nextjs-vite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Storybook for Next.js (Vite) is the **recommended** [framework](../../contribute
1212

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

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

1717
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/).
1818

docs/get-started/frameworks/nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use this Webpack-based framework (`@storybook/nextjs`) only if:
2323

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

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

2828
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)).
2929

docs/get-started/frameworks/preact-vite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Storybook for Preact & Vite is a [framework](../../contribute/framework.mdx) tha
1212

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

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

1717
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/).
1818

docs/get-started/frameworks/react-native-web-vite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Storybook for React Native Web is a [framework](../../contribute/framework.mdx)
2020

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

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

2525
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/).
2626

docs/get-started/frameworks/react-vite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Storybook for React & Vite is a [framework](../../contribute/framework.mdx) that
1212

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

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

1717
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/).
1818

docs/get-started/frameworks/react-webpack5.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use this Webpack-based framework (`@storybook/react-webpack5`) only if you need
1919

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

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

2424
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/).
2525

docs/get-started/frameworks/svelte-vite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Storybook for Svelte & Vite is a [framework](../../contribute/framework.mdx) tha
1313

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

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

1818
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/).
1919

docs/get-started/frameworks/sveltekit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Storybook for SvelteKit is a [framework](../../contribute/framework.mdx) that ma
1212

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

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

1717
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/).
1818

docs/get-started/frameworks/vue3-vite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Storybook for Vue & Vite is a [framework](../../contribute/framework.mdx) that m
1212

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

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

1717
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/).
1818

0 commit comments

Comments
 (0)