From c6fde53f91ba6517a23d914668b5b0b97b5b6db9 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 4 Oct 2019 11:44:49 -0400 Subject: [PATCH 1/2] Add deployment instructions for ZEIT Now --- docs/deploy.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/deploy.md b/docs/deploy.md index 7d47e0f73..cc4b8dcfc 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -129,3 +129,8 @@ frontend: | /<*>.md | /<*>.md | 200 (Rewrite) | | /<*> | /index.html | 200 (Rewrite) | +## 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` From 6b8773fbb0fa17be5576eedcf48ea5a9044bfa25 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 21 Nov 2019 09:13:36 -0500 Subject: [PATCH 2/2] Move instructions up --- docs/deploy.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/deploy.md b/docs/deploy.md index cc4b8dcfc..162a97929 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. @@ -128,9 +134,3 @@ frontend: |----------------|----------------|---------------| | /<*>.md | /<*>.md | 200 (Rewrite) | | /<*> | /index.html | 200 (Rewrite) | - -## 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`