From 6fec8003ee3d88414ea7e0439e591f2ae08f1f9b Mon Sep 17 00:00:00 2001 From: Toby Glei Date: Thu, 6 May 2021 17:05:40 +0800 Subject: [PATCH] chore(docs): Update 21yunbox guide (#28848) --- docs/docs/deploying-to-21yunbox.md | 8 ++++---- docs/docs/preparing-for-deployment.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/docs/deploying-to-21yunbox.md b/docs/docs/deploying-to-21yunbox.md index 8350d9b0311f1..d8f41682e5c40 100644 --- a/docs/docs/deploying-to-21yunbox.md +++ b/docs/docs/deploying-to-21yunbox.md @@ -2,14 +2,14 @@ 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 @@ -17,7 +17,7 @@ title: Deploying to 21YunBox ## 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 @@ -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. diff --git a/docs/docs/preparing-for-deployment.md b/docs/docs/preparing-for-deployment.md index aad946e649535..b00229e719551 100644 --- a/docs/docs/preparing-for-deployment.md +++ b/docs/docs/preparing-for-deployment.md @@ -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).