From bc7cdc460dc2cf8e283655c7ae4c52c8394640fa Mon Sep 17 00:00:00 2001 From: Bruno Germano Date: Tue, 22 Apr 2025 10:46:08 -0300 Subject: [PATCH 1/3] doc: add Azion to deployments documentation --- docs/en/guide/deploy.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/en/guide/deploy.md b/docs/en/guide/deploy.md index ed6331c1a2ab..a5b327ab1fdd 100644 --- a/docs/en/guide/deploy.md +++ b/docs/en/guide/deploy.md @@ -24,13 +24,13 @@ The following guides are based on some shared assumptions: 1. Run this command to build the docs: ```sh - $ npm run docs:build + npm run docs:build ``` 2. Once built, preview it locally by running: ```sh - $ npm run docs:preview + npm run docs:preview ``` The `preview` command will boot up a local static web server that will serve the output directory `.vitepress/dist` at `http://localhost:4173`. You can use this to make sure everything looks good before pushing to production. @@ -294,6 +294,12 @@ You can deploy your VitePress website on [Kinsta](https://kinsta.com/static-site You can deploy your VitePress project to [Stormkit](https://www.stormkit.io) by following these [instructions](https://stormkit.io/blog/how-to-deploy-vitepress). +### Azion + +[Azion](https://www.azion.com/en/) is a web platform that allows you to deploy your VitePress site globally. It provides a efficient way to host your website with low latency and high availability. + +You can follow the [this guide](https://www.azion.com/pt-br/documentacao/produtos/guias/vitepress-typescript-boilerplate/) to set it up. + ### Nginx Here is a example of an Nginx server block configuration. This setup includes gzip compression for common text-based assets, rules for serving your VitePress site's static files with proper caching headers as well as handling `cleanUrls: true`. From 7260535ee1c023aaf1ec9234371c0b9d5ab6d079 Mon Sep 17 00:00:00 2001 From: Bruno Germano Date: Wed, 23 Apr 2025 17:18:20 -0300 Subject: [PATCH 2/3] update correct link --- docs/en/guide/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guide/deploy.md b/docs/en/guide/deploy.md index a5b327ab1fdd..f94f85306018 100644 --- a/docs/en/guide/deploy.md +++ b/docs/en/guide/deploy.md @@ -298,7 +298,7 @@ You can deploy your VitePress project to [Stormkit](https://www.stormkit.io) by [Azion](https://www.azion.com/en/) is a web platform that allows you to deploy your VitePress site globally. It provides a efficient way to host your website with low latency and high availability. -You can follow the [this guide](https://www.azion.com/pt-br/documentacao/produtos/guias/vitepress-typescript-boilerplate/) to set it up. +You can follow [this guide](https://www.azion.com/en/documentation/products/guides/vitepress-typescript-boilerplate/) to set it up. ### Nginx From add0a96727fec23731e556b9403082f63991e3c5 Mon Sep 17 00:00:00 2001 From: Bruno Germano Date: Wed, 23 Apr 2025 17:20:45 -0300 Subject: [PATCH 3/3] update text --- docs/en/guide/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guide/deploy.md b/docs/en/guide/deploy.md index f94f85306018..accb8cc96a32 100644 --- a/docs/en/guide/deploy.md +++ b/docs/en/guide/deploy.md @@ -296,7 +296,7 @@ You can deploy your VitePress project to [Stormkit](https://www.stormkit.io) by ### Azion -[Azion](https://www.azion.com/en/) is a web platform that allows you to deploy your VitePress site globally. It provides a efficient way to host your website with low latency and high availability. +[Azion](https://www.azion.com/en/) is a web platform that allows you to deploy your VitePress site globally. It provides an efficient way to host your website with low latency and high availability. You can follow [this guide](https://www.azion.com/en/documentation/products/guides/vitepress-typescript-boilerplate/) to set it up.