diff --git a/website/docs/deployment.mdx b/website/docs/deployment.mdx index 1061a21ac6..7036333394 100644 --- a/website/docs/deployment.mdx +++ b/website/docs/deployment.mdx @@ -397,3 +397,23 @@ echo subdomain.surge.sh > CNAME ``` 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. diff --git a/website/src/data/showcase/quantcdn.png b/website/src/data/showcase/quantcdn.png new file mode 100644 index 0000000000..ba6a07c9a1 Binary files /dev/null and b/website/src/data/showcase/quantcdn.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index be553d98da..1a8308267e 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -501,6 +501,15 @@ const users = [ source: 'https://github.com/Samsung/qaboard', 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', description: