Back to Storybook

Attached docs with `!dev`

code/addons/docs/template/stories/docs2/no-dev-attached.mdx

10.4.3329 B
Original Source

import { Meta } from '@storybook/addon-docs/blocks'; import * as ButtonStories from './button.stories.ts';

<Meta of={ButtonStories} tags={['!dev', 'manifest']} />

Attached docs with !dev

Attached MDX (Meta of={…}) with tags={['!dev', 'manifest']}.

Should be hidden from the sidebar, same as no-dev-unattached.mdx.