From 96a970e5bf4f60422f7a02ceacbd1c277f758b00 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Mon, 22 Jul 2019 19:55:53 +0200 Subject: [PATCH] docs: suggest ZEIT Now for quick deployment (#1690) * Suggest ZEIT Now for quick deployment * Simpler heading * Added 1.10.x * Added 1.12.0 * Adedd 1.9.x --- docs/getting-started-publishing.md | 21 +++++++++++++++++++ .../getting-started-publishing.md | 21 +++++++++++++++++++ .../getting-started-publishing.md | 21 +++++++++++++++++++ .../getting-started-publishing.md | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) diff --git a/docs/getting-started-publishing.md b/docs/getting-started-publishing.md index f006e0a9b3..0c205f990f 100644 --- a/docs/getting-started-publishing.md +++ b/docs/getting-started-publishing.md @@ -25,10 +25,31 @@ At this point, you can grab all of the files inside the `website/build` director ### Hosting on a Service: +* [ZEIT Now](#using-zeit-now) * [GitHub Pages](#using-github-pages) * [Netlify](#hosting-on-netlify) * [Render](#hosting-on-render) +## Using ZEIT Now + +Deploying your Docusaurus project to [ZEIT Now](https://zeit.co/now) will provide you with [various benefits](https://zeit.co/now) in the areas of performance and ease of use. + +Most importantly, however, deploying a Docusaurus project only takes a couple seconds: + +1. First, install their [command-line interface](https://zeit.co/download): + +```bash +npm i -g now +``` + +2. Run a single command inside the directory if your project: + +```bash +now +``` + +**That's all.** Your docs will automatically be deployed. + ### Using GitHub Pages Docusaurus was designed to work really well with one of the most popular hosting solutions for open source projects: [GitHub Pages](https://pages.github.com/). diff --git a/website-1.x/versioned_docs/version-1.10.x/getting-started-publishing.md b/website-1.x/versioned_docs/version-1.10.x/getting-started-publishing.md index e540f67d0e..751b0d525f 100644 --- a/website-1.x/versioned_docs/version-1.10.x/getting-started-publishing.md +++ b/website-1.x/versioned_docs/version-1.10.x/getting-started-publishing.md @@ -26,9 +26,30 @@ At this point, you can grab all of the files inside the `website/build` director ### Hosting on a Service: +* [ZEIT Now](#using-zeit-now) * [GitHub Pages](#using-github-pages) * [Netlify](#hosting-on-netlify) +## Using ZEIT Now + +Deploying your Docusaurus project to [ZEIT Now](https://zeit.co/now) will provide you with [various benefits](https://zeit.co/now) in the areas of performance and ease of use. + +Most importantly, however, deploying a Docusaurus project only takes a couple seconds: + +1. First, install their [command-line interface](https://zeit.co/download): + +```bash +npm i -g now +``` + +2. Run a single command inside the directory if your project: + +```bash +now +``` + +**That's all.** Your docs will automatically be deployed. + ### Using GitHub Pages Docusaurus was designed to work really well with one of the most popular hosting solutions for open source projects: [GitHub Pages](https://pages.github.com/). diff --git a/website-1.x/versioned_docs/version-1.12.0/getting-started-publishing.md b/website-1.x/versioned_docs/version-1.12.0/getting-started-publishing.md index 423b2b5bd7..b36a2669db 100644 --- a/website-1.x/versioned_docs/version-1.12.0/getting-started-publishing.md +++ b/website-1.x/versioned_docs/version-1.12.0/getting-started-publishing.md @@ -26,10 +26,31 @@ At this point, you can grab all of the files inside the `website/build` director ### Hosting on a Service: +* [ZEIT Now](#using-zeit-now) * [GitHub Pages](#using-github-pages) * [Netlify](#hosting-on-netlify) * [Render](#hosting-on-render) +## Using ZEIT Now + +Deploying your Docusaurus project to [ZEIT Now](https://zeit.co/now) will provide you with [various benefits](https://zeit.co/now) in the areas of performance and ease of use. + +Most importantly, however, deploying a Docusaurus project only takes a couple seconds: + +1. First, install their [command-line interface](https://zeit.co/download): + +```bash +npm i -g now +``` + +2. Run a single command inside the directory if your project: + +```bash +now +``` + +**That's all.** Your docs will automatically be deployed. + ### Using GitHub Pages Docusaurus was designed to work really well with one of the most popular hosting solutions for open source projects: [GitHub Pages](https://pages.github.com/). diff --git a/website-1.x/versioned_docs/version-1.9.x/getting-started-publishing.md b/website-1.x/versioned_docs/version-1.9.x/getting-started-publishing.md index 167135cf97..8dea51684b 100644 --- a/website-1.x/versioned_docs/version-1.9.x/getting-started-publishing.md +++ b/website-1.x/versioned_docs/version-1.9.x/getting-started-publishing.md @@ -26,9 +26,30 @@ At this point, you can grab all of the files inside the `website/build` director ### Hosting on a Service: +* [ZEIT Now](#using-zeit-now) * [GitHub Pages](#using-github-pages) * [Netlify](#hosting-on-netlify) +## Using ZEIT Now + +Deploying your Docusaurus project to [ZEIT Now](https://zeit.co/now) will provide you with [various benefits](https://zeit.co/now) in the areas of performance and ease of use. + +Most importantly, however, deploying a Docusaurus project only takes a couple seconds: + +1. First, install their [command-line interface](https://zeit.co/download): + +```bash +npm i -g now +``` + +2. Run a single command inside the directory if your project: + +```bash +now +``` + +**That's all.** Your docs will automatically be deployed. + ### Using GitHub Pages Docusaurus was designed to work really well with one of the most popular hosting solutions for open source projects: [GitHub Pages](https://pages.github.com/).