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
This commit is contained in:
Leo Lamprecht 2019-07-22 19:55:53 +02:00 committed by Yangshun Tay
parent 55ef751f26
commit 96a970e5bf
4 changed files with 84 additions and 0 deletions

View file

@ -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/).

View file

@ -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/).

View file

@ -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/).

View file

@ -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/).