Skip to content

Commit

Permalink
Merge pull request #67 from storybookjs/fix/mdx-links
Browse files Browse the repository at this point in the history
fix links in configure.mdx
  • Loading branch information
yannbf authored Jun 21, 2023
2 parents 4359334 + 7eb8f84 commit 06a8d19
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/stories/Configure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Because Storybook works separately from your app, you'll need to configure it fo
<h3>Add styling and CSS</h3>
<p>Like with web applications, there are many ways to include CSS within Storybook. Learn more about setting up styling within Storybook.</p>
<a
href="https://storybook.js.org/docs/{{renderer}}/configure/styling-and-css"
href="https://storybook.js.org/docs/react/configure/styling-and-css"
target="_blank"
>
Read more on how to set up styling
Expand All @@ -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.</p>
<a
href="https://storybook.js.org/docs/{{renderer}}/writing-stories/decorators#context-for-mocking"
href="https://storybook.js.org/docs/react/writing-stories/decorators#context-for-mocking"
target="_blank"
>Read more on how to set up context <span className="sb-chevron">&#8250;</span></a>
</div>
Expand All @@ -60,7 +60,7 @@ Because Storybook works separately from your app, you'll need to configure it fo
<h3>Load assets and resources</h3>
<p>To link static files (like fonts) to your projects and stories, use the `staticDirs` configuration option to specify folders to load when starting Storybook.</p>
<a
href="https://storybook.js.org/docs/{{renderer}}/configure/images-and-assets"
href="https://storybook.js.org/docs/react/configure/images-and-assets"
target="_blank"
>Read more on how to load assets <span className="sb-chevron">&#8250;</span></a>
</div>
Expand All @@ -80,7 +80,7 @@ Now that you know the basics, let's explore other parts of Storybook that will i
<h3>Autodocs</h3>
<p>Auto-generate living, interactive reference documentation from your components and stories.</p>
<a
href="https://storybook.js.org/docs/{{renderer}}/writing-docs/autodocs"
href="https://storybook.js.org/docs/react/writing-docs/autodocs"
target="_blank"
>Learn more <span className="sb-chevron">&#8250;</span></a>
</div>
Expand All @@ -89,7 +89,7 @@ Now that you know the basics, let's explore other parts of Storybook that will i
<h3>Testing</h3>
<p>Use stories to test a component in all its variations, no matter how complex.</p>
<a
href="https://storybook.js.org/docs/{{renderer}}/writing-tests/introduction"
href="https://storybook.js.org/docs/react/writing-tests/introduction"
target="_blank"
>Learn more <span className="sb-chevron">&#8250;</span></a>
</div>
Expand All @@ -98,7 +98,7 @@ Now that you know the basics, let's explore other parts of Storybook that will i
<h3>Publish to Chromatic</h3>
<p>Publish your Storybook to review and collaborate with your entire team.</p>
<a
href="https://storybook.js.org/docs/{{renderer}}/sharing/publish-storybook#publish-storybook-with-chromatic"
href="https://storybook.js.org/docs/react/sharing/publish-storybook#publish-storybook-with-chromatic"
target="_blank"
>Learn more <span className="sb-chevron">&#8250;</span></a>
</div>
Expand All @@ -107,7 +107,7 @@ Now that you know the basics, let's explore other parts of Storybook that will i
<h3>Figma Plugin</h3>
<p>Embed your stories into Figma to cross-reference the design and live implementation in one place.</p>
<a
href="https://storybook.js.org/docs/{{renderer}}/sharing/design-integrations#embed-storybook-in-figma-with-the-plugin"
href="https://storybook.js.org/docs/react/sharing/design-integrations#embed-storybook-in-figma-with-the-plugin"
target="_blank"
>Learn more <span className="sb-chevron">&#8250;</span></a>
</div>
Expand All @@ -116,7 +116,7 @@ Now that you know the basics, let's explore other parts of Storybook that will i
<h3>Accessibility</h3>
<p>Automatically test your components for a11y issues as you develop.</p>
<a
href="https://storybook.js.org/docs/{{renderer}}/writing-tests/accessibility-testing"
href="https://storybook.js.org/docs/react/writing-tests/accessibility-testing"
target="_blank"
>Learn more <span className="sb-chevron">&#8250;</span></a>
</div>
Expand All @@ -125,7 +125,7 @@ Now that you know the basics, let's explore other parts of Storybook that will i
<h3>Theming</h3>
<p>Theme Storybook's UI to personalize it to your project.</p>
<a
href="https://storybook.js.org/docs/{{renderer}}/configure/theming"
href="https://storybook.js.org/docs/react/configure/theming"
target="_blank"
>Learn more <span className="sb-chevron">&#8250;</span></a>
</div>
Expand Down

0 comments on commit 06a8d19

Please sign in to comment.