Skip to content

Commit ca4206b

Browse files
committed
refactor: move to .storybook/docs
1 parent a443093 commit ca4206b

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Meta, ColorPalette, ColorItem } from '@storybook/addon-docs/blocks'
2-
import { theme } from '../uno.theme.ts'
2+
import { theme } from '../../uno.theme.ts'
33

44
<Meta title="Colors" tags={['hide-toolbar']} />
55

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Meta, Typeset } from '@storybook/addon-docs/blocks'
2-
import { theme } from '../uno.theme.ts'
2+
import { theme } from '../../uno.theme.ts'
33

44
<Meta title="Typography" tags={['hide-toolbar']} />
55

File renamed without changes.

.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { StorybookConfig } from '@storybook-vue/nuxt'
22

33
const config = {
4-
stories: ['../.storybook/*.mdx', '../app/**/*.@(mdx|stories.@(js|ts))'],
4+
stories: ['../.storybook/docs/*.mdx', '../app/**/*.@(mdx|stories.@(js|ts))'],
55
addons: [
66
'@storybook/addon-a11y',
77
'@storybook/addon-docs',

0 commit comments

Comments
 (0)