Skip to content

Commit 0dcb923

Browse files
mizchimizchi
mizchi
authored and
mizchi
committed
Use docz instead of storybook
1 parent f690a68 commit 0dcb923

File tree

5 files changed

+2519
-105
lines changed

5 files changed

+2519
-105
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ public
5252
.netlify
5353
functions
5454
.DS_Store
55+
.docz

doczrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
"typescript": true
3+
}

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test": "run-s test:*",
1212
"test:jest": "jest",
1313
"test:ts": "tsc -p . --noEmit",
14-
"storybook": "start-storybook -p 6006",
15-
"build-storybook": "build-storybook"
14+
"docz": "docz dev",
15+
"docz:build": "docz"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "7.0.0-beta.54",
@@ -23,9 +23,6 @@
2323
"@babel/standalone": "7.0.0-beta.54",
2424
"@mdx-js/loader": "0.14.0",
2525
"@mdx-js/mdx": "0.14.0",
26-
"@storybook/addon-actions": "3.4.8",
27-
"@storybook/addon-links": "3.4.8",
28-
"@storybook/addons": "3.4.8",
2926
"@types/jest": "23.3.0",
3027
"@types/lodash": "4.14.112",
3128
"@types/node": "10.5.2",
@@ -45,6 +42,7 @@
4542
"babel-loader": "8.0.0-beta.4",
4643
"copy-webpack-plugin": "4.5.2",
4744
"css-loader": "1.0.0",
45+
"docz": "^0.6.2",
4846
"file-loader": "1.1.11",
4947
"github-markdown-css": "2.10.0",
5048
"jest": "23.4.1",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: LayoutUtils
3+
---
4+
5+
# LayoutUtils
6+
7+
TODO

0 commit comments

Comments
 (0)