diff --git a/website/docs/deployment.mdx b/website/docs/deployment.mdx index 18b79e86e39b..522105cd4a33 100644 --- a/website/docs/deployment.mdx +++ b/website/docs/deployment.mdx @@ -937,3 +937,15 @@ See [docs](https://docs.quantcdn.io/docs/cli/continuous-integration) and [blog]( [Kinsta Static Site Hosting](https://kinsta.com/static-site-hosting) lets you deploy up to 100 static sites for free, custom domains with SSL, 100 GB monthly bandwidth, and 260+ Cloudflare CDN locations. Get started in just a few clicks by following our [Docusaurus on Kinsta](https://kinsta.com/docs/docusaurus-example/) article. + +## EdgeOne Pages + +You can quickly deploy your Docusaurus app as a Static Site on [EdgeOne Pages](https://pages.edgeone.ai/). You need: + +1. Creat a [EdgeOne Account](https://edgeone.ai/register?s_url=https%3A%2F%2Fconsole.tencentcloud.com%2Fedgeone%2Fpages), Log in to the EdgeOne Pages Dashboard. +2. Connect your GitHub/Gitee/Coding account or use an [offcial docusaurus template](https://pages.edgeone.ai/templates/docusaurus-template). +3. Specify a product name, acceleration region, production branch, build settings, environment variables and other related configuration information. +4. Click **Start Deployment**. +5. Once deployed successfully, you can access your project via the preview link. + +Note: All commits to the specified production branch (default is "main") will automatically trigger a new deployment.