Skip to content

Commit b95f8d2

Browse files
authored
Merge pull request #931 from styfle/patch-1
Add deployment instructions for ZEIT Now
2 parents 8ea7e32 + 6b8773f commit b95f8d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: docs/deploy.md

+6-1
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.
@@ -128,4 +134,3 @@ frontend:
128134
|----------------|----------------|---------------|
129135
| /<*>.md | /<*>.md | 200 (Rewrite) |
130136
| /<*> | /index.html | 200 (Rewrite) |
131-

0 commit comments

Comments
 (0)