Skip to content

Commit 6ddfbea

Browse files
committed
Address feedback
1 parent 40599d3 commit 6ddfbea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sharing/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Once your components are built and tested, sharing your Storybook helps the rest
99

1010
## Quick sharing
1111

12-
The easiest way to share your Storybook is the Share button in the Storybook UI, which generates a link to your Storybook that you can share with anyone. That allows you to quickly share your Storybook with teammates and stakeholders without needing to set up a hosting solution. (Requires the [Chromatic addon](https://storybook.js.org/addons/@chromatic-com/storybook).)
12+
The easiest way to share your Storybook is the Share button in the Storybook UI, which generates a link to your Storybook that you can share with anyone without needing to set up a hosting solution. Sharing is provided by Chromatic's [Visual Tests addon](https://storybook.js.org/addons/@chromatic-com/storybook).
1313

1414
![Share menu open, with title: Publish a build to share](../_assets/sharing/share-menu.png)
1515

1616
## Publish
1717

18-
If you need more control over how your Storybook is shared, you can build Storybook as a static web app and deploy it anywhere you host static sites. A published Storybook gives developers, designers, PMs, and other stakeholders a shared URL to review work in progress without a local dev environment. You can host it for free on [Chromatic](https://www.chromatic.com/?utm_source=storybook_website&utm_medium=link&utm_campaign=storybook) for review and visual testing workflows, or on services like GitHub Pages, Netlify, or AWS S3.
18+
If you need more control over how your Storybook is shared, you can build Storybook as a static web app and deploy it anywhere you host static sites. A published Storybook gives developers, designers, PMs, and other stakeholders a shared URL to review work in progress without a local dev environment. You can host it for free on [Chromatic](https://www.chromatic.com/features/publish?utm_source=storybook_website&utm_medium=link&utm_campaign=storybook) for review and visual testing workflows, or on services like GitHub Pages, Netlify, or AWS S3.
1919

2020
Read more in [Publish Storybook](./publish-storybook.mdx).
2121

0 commit comments

Comments
 (0)