diff --git a/docs/get-started/index.md b/docs/get-started/index.md index 8e2e3cdb8d28..a89a028e7357 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -115,22 +115,22 @@ Want to know more about installing Storybook? Check out the [installation guide] Storybook is a powerful tool that can help you with many aspects of your UI development workflow. Here are some of the main concepts to get you started.
A story captures the rendered state of a UI component. Each component can have multiple stories, where each story describes a different component state.
- +Storybook can analyze your components to automatically create documentation alongside your stories. This automatic documentation makes it easier for you to create UI library usage guidelines, design system sites, and more.
- +Stories are a pragmatic starting point for your UI testing strategy. You already write stories as a natural part of UI development, so testing those stories is a low-effort way to prevent UI bugs over time.
- +Publishing your Storybook allows you to share your work with others. You can also embed your stories in places like Notion or Figma.
@@ -142,7 +142,7 @@ Storybook is a powerful tool that can help you with many aspects of your UI deve Once you've learned the basics, explore these other ways to get the most out of Storybook.