Skip to content

Commit 79a54b4

Browse files
authored
Add deployment instructions for ZEIT Now
1 parent 615205c commit 79a54b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/deploy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ When using the HTML5 router, you need to set up redirect rules that redirect all
8888
/* /index.html 200
8989
```
9090

91+
## ZEIT Now
92+
93+
1. Install [Now CLI](https://zeit.co/download), `npm i -g now`
94+
2. Change directory to your docsify website, for example `cd docs`
95+
3. Deploy with a single command, `now`
96+
9197
## AWS Amplify
9298

9399
1. Set the routerMode in the Docsify project `index.html` to *history* mode.

0 commit comments

Comments
 (0)