Skip to content

Commit 6b8773f

Browse files
authored
Move instructions up
1 parent c6fde53 commit 6b8773f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/deploy.md

Lines changed: 6 additions & 6 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.
@@ -128,9 +134,3 @@ frontend:
128134
|----------------|----------------|---------------|
129135
| /<*>.md | /<*>.md | 200 (Rewrite) |
130136
| /<*> | /index.html | 200 (Rewrite) |
131-
132-
## ZEIT Now
133-
134-
1. Install [Now CLI](https://zeit.co/download), `npm i -g now`
135-
2. Change directory to your docsify website, for example `cd docs`
136-
3. Deploy with a single command, `now`

0 commit comments

Comments
 (0)