hydrateio / docz-plugin-storybook

Docz plugin that makes migrating from Storybook a breeze.
76 stars 1 forks source link

Support automated docz contents with stories #7

Open transitive-bullshit opened 5 years ago

transitive-bullshit commented 5 years ago

Plugin option to insert one virtual mdx entry for each story "kind".

This should be the default behavior that may be disabled by a plugin config option.

See #4

Dependent on https://github.com/storybooks/storybook/pull/4649 and https://github.com/pedronauck/docz/pull/431

transitive-bullshit commented 5 years ago

One thing we'll want to support before closing this will be detecting if the version of docz or storybook installed is too old to have our updates.

For storybook, we should be able to work around the bugfix by adding some custom logic.

For docz, we should just bail and alert the user to upgrade.

transitive-bullshit commented 5 years ago

Current status:

MaluNoPeleke commented 5 years ago

Does this plugin still work with Docz v2?

transitive-bullshit commented 5 years ago

@MaluNoPeleke I'm not sure, though I doubt it as things were pretty brittle and a lot changed with docz v2.

@jpeters5392 any idea on this?