From 7eb8f8418b4a7737f26c869c77c1517d043be3bc Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Wed, 21 Jun 2023 18:50:41 +0200 Subject: [PATCH] fix links in configure.mdx [skip ci] --- src/stories/Configure.mdx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/stories/Configure.mdx b/src/stories/Configure.mdx index 42180d9d5def..14f71924feb0 100644 --- a/src/stories/Configure.mdx +++ b/src/stories/Configure.mdx @@ -30,7 +30,7 @@ Because Storybook works separately from your app, you'll need to configure it fo

Add styling and CSS

Like with web applications, there are many ways to include CSS within Storybook. Learn more about setting up styling within Storybook.

Read more on how to set up styling @@ -49,7 +49,7 @@ Because Storybook works separately from your app, you'll need to configure it fo expecting a specific environment or context (like a theme provider) to be available. Learn more about solving these issues by providing context and mocking to Storybook.

Read more on how to set up context @@ -60,7 +60,7 @@ Because Storybook works separately from your app, you'll need to configure it fo

Load assets and resources

To link static files (like fonts) to your projects and stories, use the `staticDirs` configuration option to specify folders to load when starting Storybook.

Read more on how to load assets @@ -80,7 +80,7 @@ Now that you know the basics, let's explore other parts of Storybook that will i

Autodocs

Auto-generate living, interactive reference documentation from your components and stories.

Learn more @@ -89,7 +89,7 @@ Now that you know the basics, let's explore other parts of Storybook that will i

Testing

Use stories to test a component in all its variations, no matter how complex.

Learn more @@ -98,7 +98,7 @@ Now that you know the basics, let's explore other parts of Storybook that will i

Publish to Chromatic

Publish your Storybook to review and collaborate with your entire team.

Learn more @@ -107,7 +107,7 @@ Now that you know the basics, let's explore other parts of Storybook that will i

Figma Plugin

Embed your stories into Figma to cross-reference the design and live implementation in one place.

Learn more @@ -116,7 +116,7 @@ Now that you know the basics, let's explore other parts of Storybook that will i

Accessibility

Automatically test your components for a11y issues as you develop.

Learn more @@ -125,7 +125,7 @@ Now that you know the basics, let's explore other parts of Storybook that will i

Theming

Theme Storybook's UI to personalize it to your project.

Learn more