fabien0102 / gatsby-starter

Gatsby 2.0 starter with typescript and many cools dev tools
386 stars 99 forks source link

[Suggestion] replace storybook-readme with Docs Addon #97

Open davidhorm opened 4 years ago

davidhorm commented 4 years ago

It seems that Storybook Docs will replace storybook-readme.

FYI - I tried to install/configure Storybook Docs with this starter template, but I couldn't get the View Code Behind feature to work.

Instead, I took another starter template that had Typescript, and followed Gatsby's instructions at https://www.gatsbyjs.org/docs/visual-testing-with-storybook/ and was able to get Storybook Docs to show the code-behind. The config.js and webpack.config.js files are very different than what's in this template.

fabien0102 commented 4 years ago

Thanks for the feedback and the suggestion, I probably need to spend some times to follow the gastby/storybook updates, some part of this starter become to be quite old (and I don't really have the time/motivation to keep this up-to-date, since I don't have any gatsby projects running :-/ )

BTW, if you want to update a bit this starter, with the new storybook format and docs, I will review/help you with pleasure! 😀