DEV Community

Discussion on: Adding testing, linting, and docs to a design system šŸ“š

Collapse
 
stereobooster profile image
stereobooster

This is probably a typo - storybook (from "Ignore stories" section) and styleguidist are two different projects.

Collapse
 
whoisryosuke profile image
Ryosuke

In the first part of the tutorial I setup the project with Storybook, so there are .story.js files floating around that Styleguidist is picking up.

Collapse
 
stereobooster profile image
stereobooster

Oh, you use both storybook and styleguidist this is interesting.

Thread Thread
 
whoisryosuke profile image
Ryosuke

Yep. Storybook works great for testing components in isolation, and can even double as lightweight docs -- but can't replace dedicated documentation like Styleguidist.