Skip to content

Commit df1b784

Browse files
committed
STOP USING STORYBOOK FOR DOC
1 parent e8b78dd commit df1b784

File tree

7 files changed

+3
-274
lines changed

7 files changed

+3
-274
lines changed

.storybook/main.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module.exports = {
22
"stories": [
3-
"../docs/*.stories.mdx",
4-
"../docs/*.stories.@(ts|tsx)",
53
"../stories/*.stories.mdx",
64
"../stories/*.stories.@(ts|tsx)",
75
],
@@ -15,5 +13,5 @@ module.exports = {
1513
},
1614
"staticDirs": [
1715
"./static"
18-
],
16+
]
1917
};

.storybook/preview.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export const parameters = {
55
"actions": { "argTypesRegex": "^on[A-Z].*" },
66
"controls": {
77
"matchers": {
8-
color: /(background|color)$/i,
9-
date: /Date$/,
8+
"color": /(background|color)$/i,
9+
"date": /Date$/,
1010
},
1111
},
1212
"backgrounds": { "disable": true },

docs/Markdown.tsx

Lines changed: 0 additions & 124 deletions
This file was deleted.

docs/intro.stories.mdx

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/quick-start-2.stories.mdx

Lines changed: 0 additions & 53 deletions
This file was deleted.

docs/quick-start.stories.mdx

Lines changed: 0 additions & 46 deletions
This file was deleted.

stories/Markdown.stories.tsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)