storybookjs / storybook

Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
https://storybook.js.org
MIT License
84.79k stars 9.33k forks source link

Embed MDX Docs into Gatsby #10000

Open fictivecreations opened 4 years ago

fictivecreations commented 4 years ago

Is your feature request related to a problem? Please describe. So I noticed in this blog post here that it mentions being able to embed the new mdx docs into gatsby at some point. But I went looking for some reference to that here in github that I could try to subscribe to and keep an eye on and didn't see anything. Is it still on the radar at all?

Describe the solution you'd like Being able to embed the MDX docs into gatsby.

Describe alternatives you've considered We've been playing with embedding the storybook iframe setup into gatsby already with some success, but if there's a built-in way to do something similar with the storybook MDX docs that would be really useful.

Are you able to assist bring the feature to reality? Probably not.

shilman commented 4 years ago

Integrating cleanly with Gatsby is definitely one of my goals for addon-docs. I've been working on getting the basics working smoothly before taking that on, but if anybody wants to give it a shot, I'd be happy to advise.