diff --git a/docs/api/cli-options.md b/docs/api/cli-options.md index f8606d47cb69..ae567dd69631 100644 --- a/docs/api/cli-options.md +++ b/docs/api/cli-options.md @@ -4,6 +4,10 @@ title: 'CLI options' Storybook comes with two CLI utilities: `start-storybook` and `build-storybook`. +
+Storybook collects completely anonymous data to help us improve user experience. Participation is optional, and you may [opt-out](../configure/telemetry.md#how-to-opt-out) if you'd not like to share any information. +
+ Pass these commands the following options to alter Storybook's behavior. ## start-storybook diff --git a/docs/configure/upgrading.md b/docs/configure/upgrading.md index 4cc4322328e4..5cd1f7cdf0e1 100644 --- a/docs/configure/upgrading.md +++ b/docs/configure/upgrading.md @@ -18,7 +18,7 @@ This upgrades all of the Storybook packages in your project to the latest stable
-In addition to running the command, we also recommend checking the [MIGRATION.md file](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md), for the detailed log of relevant changes and deprecations that might affect your upgrade. +In addition to running the command, we also recommend checking the [MIGRATION.md file](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md), for the detailed log of relevant changes and deprecations that might affect your upgrade.
@@ -42,4 +42,8 @@ To upgrade to the latest pre-release: npx sb@next upgrade --prerelease ``` -If you'd like to downgrade to a stable version, manually edit the package version numbers in your `package.json` and re-install. \ No newline at end of file +If you'd like to downgrade to a stable version, manually edit the package version numbers in your `package.json` and re-install. + +
+Storybook collects completely anonymous data to help us improve user experience. Participation is optional, and you may [opt-out](../configure/telemetry.md#how-to-opt-out) if you'd not like to share any information. +
diff --git a/docs/get-started/install.md b/docs/get-started/install.md index cada685c43da..7daf4ffda386 100644 --- a/docs/get-started/install.md +++ b/docs/get-started/install.md @@ -89,8 +89,12 @@ Below are some of the most common installation issues and instructions on how to +
+Storybook collects completely anonymous data to help us improve user experience. Participation is optional, and you may [opt-out](../configure/telemetry.md#how-to-opt-out) if you'd not like to share any information. +
+ If all else fails, try asking for [help](https://storybook.js.org/support) -Now that you installed Storybook successfully, let’s take a look at a story that was written for us. \ No newline at end of file +Now that you installed Storybook successfully, let’s take a look at a story that was written for us.