mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-27 05:28:43 +02:00
docs(v2): add Deploy with QuandCDN (#4430)
* Update deployment.mdx - Adds QuantCDN deployment target. * Update deployment.mdx * Update website/docs/deployment.mdx Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> * Add QuantCDN docs to showcase. Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
07733e1b9c
commit
66e621dca9
3 changed files with 29 additions and 0 deletions
|
@ -397,3 +397,23 @@ echo subdomain.surge.sh > CNAME
|
||||||
```
|
```
|
||||||
|
|
||||||
You can deploy any other changes in the future with the command `surge`.
|
You can deploy any other changes in the future with the command `surge`.
|
||||||
|
|
||||||
|
## Deploying to QuantCDN
|
||||||
|
|
||||||
|
1. Install [Quant CLI](https://docs.quantcdn.io/docs/cli/get-started)
|
||||||
|
|
||||||
|
2. Create a QuantCDN account by [signing up](https://dashboard.quantcdn.io/register)
|
||||||
|
|
||||||
|
3. Initialize your project with `quant init` and fill in your credentials:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
quant init
|
||||||
|
```
|
||||||
|
|
||||||
|
4. Deploy your site
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
quant deploy
|
||||||
|
```
|
||||||
|
|
||||||
|
See [docs](https://docs.quantcdn.io/docs/cli/continuous-integration) and [blog](https://www.quantcdn.io/blog) for more examples and use cases for deploying to QuantCDN.
|
||||||
|
|
BIN
website/src/data/showcase/quantcdn.png
Normal file
BIN
website/src/data/showcase/quantcdn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
|
@ -501,6 +501,15 @@ const users = [
|
||||||
source: 'https://github.com/Samsung/qaboard',
|
source: 'https://github.com/Samsung/qaboard',
|
||||||
tags: ['highlight', 'design', 'large'],
|
tags: ['highlight', 'design', 'large'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'QuantCDN',
|
||||||
|
description:
|
||||||
|
'An all-in-one Static Web solution and global Content Delivery Network',
|
||||||
|
preview: require('./showcase/quantcdn.png'),
|
||||||
|
website: 'https://docs.quantcdn.io',
|
||||||
|
source: 'https://github.com/quantcdn/docs',
|
||||||
|
tags: [],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'QuestDB',
|
title: 'QuestDB',
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue