From 79a54b462bb5a7078cc41d4d1929de336299c14d Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 21 Nov 2019 09:27:50 -0500 Subject: [PATCH] Add deployment instructions for ZEIT Now --- docs/deploy.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/deploy.md b/docs/deploy.md index a879f2eaa..3ad8a074d 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -88,6 +88,12 @@ When using the HTML5 router, you need to set up redirect rules that redirect all /* /index.html 200 ``` +## ZEIT Now + +1. Install [Now CLI](https://zeit.co/download), `npm i -g now` +2. Change directory to your docsify website, for example `cd docs` +3. Deploy with a single command, `now` + ## AWS Amplify 1. Set the routerMode in the Docsify project `index.html` to *history* mode.