Open
Description
stories: [
{
kind: 'Components',
stories: [
{
name: 'Card',
},
],
},
],
Some more information on the config would be good. What does kind
mean? How do I select only one story to convert? at the moment I'm working on a large design system but I cant figure out how to filter the stories.
In my directory structure I have stories defined in stories/Components/Card/CardStory.jsx
how do I target only that story using the config?