From d1c2a507a80d35e09c9168bcb54b9a62a38a6c9e Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Fri, 14 Jun 2024 10:37:07 +0100 Subject: [PATCH] Update all videos --- docs/addons/writing-addons.mdx | 8 ++---- docs/essentials/actions.mdx | 4 +-- docs/essentials/backgrounds.mdx | 4 +-- docs/essentials/controls.mdx | 20 ++++---------- docs/essentials/measure-and-outline.mdx | 8 ++---- docs/essentials/viewport.mdx | 4 +-- docs/get-started/browse-stories.mdx | 12 +++------ docs/get-started/whats-a-story.mdx | 28 +++++--------------- docs/get-started/why-storybook.mdx | 8 ++---- docs/sharing/design-integrations.mdx | 8 ++---- docs/sharing/embed.mdx | 4 +-- docs/sharing/publish-storybook.mdx | 4 +-- docs/writing-stories/index.mdx | 12 +++------ docs/writing-tests/accessibility-testing.mdx | 4 +-- docs/writing-tests/index.mdx | 4 +-- docs/writing-tests/interaction-testing.mdx | 12 +++------ docs/writing-tests/test-coverage.mdx | 4 +-- docs/writing-tests/visual-testing.mdx | 4 +-- 18 files changed, 38 insertions(+), 114 deletions(-) diff --git a/docs/addons/writing-addons.mdx b/docs/addons/writing-addons.mdx index d25a0737cd6e..3d31b31cb5c5 100644 --- a/docs/addons/writing-addons.mdx +++ b/docs/addons/writing-addons.mdx @@ -11,9 +11,7 @@ Storybook addons are a powerful way to extend Storybook's functionality and cust This reference guide is to help you develop a mental model for how Storybook addons work by building a simple addon based on the popular [Outline addon](https://storybook.js.org/addons/@storybook/addon-outline/). Throughout this guide, you'll learn how addons are structured, Storybook's APIs, how to test your addon locally, and how to publish it. - +