Skip to content

Commit

Permalink
Merge pull request #23444 from storybookjs/chore_docs_adds_mdx_video_…
Browse files Browse the repository at this point in the history
…callout

Docs: Adds MDX video callout
(cherry picked from commit 9f9070d)
  • Loading branch information
jonniebigodes authored and storybook-bot committed Jul 14, 2023
1 parent 498b485 commit 6fe70a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/writing-docs/mdx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: 'MDX'
---

<YouTubeCallout id="YeIvFke5_5Y" title="MDX Storybook Quick Tips" />

[MDX](https://mdxjs.com/) files mix Markdown and Javascript/JSX to create rich interactive documentation. You can use Markdown’s readable syntax (such as `# heading`) for your documentation, include stories defined in [Component Story Format (CSF)](../api/csf.md), and freely embed JSX component blocks at any point in the file. All at once.

In addition, you can write pure documentation pages in MDX and add them to Storybook alongside your stories.
Expand Down

0 comments on commit 6fe70a2

Please sign in to comment.