Skip to content

Commit

Permalink
chore(docs): Update 21yunbox guide (#28848)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyglei authored and axe312ger committed May 20, 2021
1 parent b451489 commit 6fec800
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/deploying-to-21yunbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
title: Deploying to 21YunBox
---

[21YunBox](https://www.21yunbox.com) provides blazing fast Chinese CDN, [continuous deployment](/docs/glossary/continuous-deployment), one-click HTTPS and [other services like managed databases and backend web services](https://www.21yunbox.com/docs/v2/index.html), providing an avenue to launch web projects in China.
[21YunBox](https://www.21yunbox.com) provides blazing fast Chinese CDN, [continuous deployment](/docs/glossary/continuous-deployment), one-click HTTPS and [other services like managed databases and backend web services](https://www.21yunbox.com/docs/), providing an avenue to launch web projects in China.

21YunBox includes the following features:

- Continuous, automatic builds & deploys from GitHub and Gitee
- Automatic SSL certificates through [Let's Encrypt](https://letsencrypt.org)
- Instant cache invalidation with a blazing fast, Chinese CDN
- Unlimited [custom domains](https://www.21yunbox.com/docs/v2/custom-domains.html)
- Unlimited [custom domains](https://www.21yunbox.com/docs/#/custom-domains)
- Automatic [Brotli compression](https://en.wikipedia.org/wiki/Brotli) for faster sites
- Native HTTP/2 support
- Automatic HTTP → HTTPS redirects
- Custom URL redirects and rewrites

## Prerequisites

This guide assumes you already have a Gatsby project to deploy. If you need a project, use the [quick Start](/docs/quick-start) to get started or fork 21YunBox's [Gatsby Example](https://github.com/tobyglei/gatsby) before continuing.
This guide assumes you already have a Gatsby project to deploy. If you need a project, use the [Quick Start](/docs/quick-start) to get started or fork 21YunBox's [Gatsby Example](https://gitee.com/eryiyunbox-examples/gatsby) before continuing.

## Setup

Expand Down Expand Up @@ -46,4 +46,4 @@ Every deploy automatically and instantly invalidates the CDN cache, so your user

## Custom domains

Add your own domains to your site easily using 21YunBox's [custom domains](https://www.21yunbox.com/docs/v2/custom-domains.html) guide.
Add your own domains to your site easily using 21YunBox's [custom domains](https://www.21yunbox.com/docs/#/custom-domains) guide.
1 change: 1 addition & 0 deletions docs/docs/preparing-for-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ If you have a server from one of the following providers, you should read the in
- [Microsoft Internet Information Server (IIS)](/docs/deploying-to-iis)
- [Firebase Hosting](/docs/how-to/previews-deploys-hosting/deploying-to-firebase)
- [KintoHub](/docs/deploying-to-kintohub)
- [21YunBox](/docs/how-to/previews-deploys-hosting/deploying-to-21yunbox)

If you don't see the hosting you are interested, it's possible to add other hosting providers through [contributions to the docs](/contributing/docs-contributions).

0 comments on commit 6fec800

Please sign in to comment.