Part of https://github.com/fractaldotbox/ddevkit/issues/83 ## Background - Source addon isn't usable https://github.com/storybookjs/storybook/issues/22922 - It's easier to embed the stories to show code block and args - prefer to keep writing docs in astro - e.g. installation command - parsing and re-render on astro side with `@storybook/blocks` is potentially possible but trikcy - https://storybook.js.org/docs/writing-docs/doc-blocks#within-mdx ## current workaround - use autodocs and embed only docs on astro for now, instead of each story as a page - consider separate page for embed / usage and let iframe take full screen
Part of #83
Background
@storybook/blocksis potentially possible but trikcycurrent workaround