storybook-readme
storybook-readme copied to clipboard
New stroybook builtin features covers storybook-readme features
Seems now we don't need this addon because most of the feature provided by stroybook-readme
are implemented at storybook
https://medium.com/storybookjs/storybook-docspage-e185bc3622bf
If i am not wrong docs-addon
doesn't allow to have additional tab with content from markdown.
My current need is to use docs
for all stories with source and tab with readme from component
Would be awesome if we can have readme next to docs.
Let's see how it goes. storybook's addon-info
, addon-notes
, docs-page
and there direction in the future. Some part of storybook-readme
is more powerful and personally, this is the first repo that I've involved in so yeah it's kind of mixed feelings. I'm currently in a hiring process which made me hard to thoroughly evaluate what to do next.
Maybe it's documented in a misleading way, but the new Storybook-official addon seems very designed around MDX and writing documentation in JavaScript. "Not tied to React," in some ways, but very "tied to the React way of writing code" by embedding other syntaxes inside JS. I can't tell how to have my documentation in Markdown that GitHub can display and then also just...add it to Storybook. Definitely didn't look like the developer experience I personally want.
I'm having the same dilemma. Got a bucketload of old storiesOf
stories and md files. No easy way to migrate.
At least I've been struggling.