Skip to content

Commit

Permalink
Adds MDX video callout
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniebigodes committed Jul 13, 2023
1 parent e7479e7 commit 59c3af4
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 59c3af4

Please sign in to comment.