Skip to content

Commit 4c851a4

Browse files
committed
Move gitbook to docs.
1 parent d3fedaa commit 4c851a4

10 files changed

+3
-3
lines changed

β€Ž.gitbook.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
root: ./gitbook/
1+
root: ./docs/
22

33
structure:
44
readme: ./introduction.md

β€Ž.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build/
22
coverage/
33
dist/
4-
docs/
4+
storybook/
55
node_modules/
66
pkg/
77
.cache
File renamed without changes.

β€Žgitbook/api.md β€Ždocs/api.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"ci": "yarn lint && yarn test:compat && yarn test:examples",
3030
"build:packages": "lerna run --scope 'react-async*' build",
3131
"build:examples": "lerna run --scope '*-example' build",
32-
"build:storybook": "build-storybook -o docs",
32+
"build:storybook": "build-storybook -o storybook",
3333
"deploy:examples": "now --prod --scope async-library --token $NOW_API_TOKEN",
3434
"bump": "lerna version -m 'Bump' --no-git-tag-version --no-push",
3535
"postbump": "yarn build:packages"

0 commit comments

Comments
Β (0)