Skip to content

Commit

Permalink
minor restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
mrksbnc committed Nov 17, 2023
1 parent 3245652 commit 1b78d52
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .storybook/docs/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import Changelog from '../../CHANGELOG.md?raw';
import { Meta, Markdown } from '@storybook/blocks';

<Meta title="Docs/Changelog" />

<Markdown>{Changelog}</Markdown>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Meta, ColorPalette, ColorItem } from '@storybook/blocks';

<Meta title="Css/Colors" />
<Meta title="Docs/Colors" />

<ColorPalette>
<ColorItem
Expand Down
6 changes: 0 additions & 6 deletions .storybook/docs/development/changelog.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion .storybook/docs/get-started.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Readme from '../../README.md?raw';
import { Meta, Markdown } from '@storybook/blocks';

<Meta title="Get Started" />
<Meta title="Docs/Get Started" />

<Markdown>{Readme}</Markdown>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import License from '../../../LICENSE?raw';
import License from '../../LICENSE?raw';
import { Meta, Markdown } from '@storybook/blocks';

<Meta title="Lib/License" />
<Meta title="Docs/License" />

<Markdown>{License}</Markdown>
5 changes: 1 addition & 4 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './storybook.scss';
import '@/styles/index.scss';
import { themes } from '@storybook/theming';
import type { Preview } from '@storybook/vue3';
import './storybook.scss';

const bambooPreview: Preview = {
parameters: {
Expand All @@ -14,9 +14,6 @@ const bambooPreview: Preview = {
},
docs: {
toc: true,
story: {
// height: '400px',
},
},
darkMode: {
stylePreview: true,
Expand Down

0 comments on commit 1b78d52

Please sign in to comment.