From af65c0857edfe61f4c417d3333d12898baeda904 Mon Sep 17 00:00:00 2001 From: Maciek Palmowski Date: Fri, 25 Nov 2022 14:11:21 +0100 Subject: [PATCH 1/3] Update deployment.mdx --- website/docs/deployment.mdx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/website/docs/deployment.mdx b/website/docs/deployment.mdx index d285b6447f3b..3e4b901cb974 100644 --- a/website/docs/deployment.mdx +++ b/website/docs/deployment.mdx @@ -807,3 +807,25 @@ See [docs](https://docs.quantcdn.io/docs/cli/continuous-integration) and [blog]( ## Deploying to Azure Static Web Apps {#deploying-to-azure-static-web-apps} [Azure Static Web Apps](https://docs.microsoft.com/en-us/azure/static-web-apps/overview) is a service that automatically builds and deploys full-stack web apps to Azure directly from the code repository, simplifying the developer experience for CI/CD. Static Web Apps separates the web application's static assets from its dynamic (API) endpoints. Static assets are served from globally-distributed content servers, making it faster for clients to retrieve files using servers nearby. Dynamic APIs are scaled with serverless architectures, using an event-driven functions-based approach that is more cost-effective and scales on demand. Get started in a few minutes by following [this step-by-step guide](https://dev.to/azure/11-share-content-with-docusaurus-azure-static-web-apps-30hc). + +## Deploying to Kinsta Application Hosting + +[Kinsta Application Hosting](https://kinsta.com/application-hosting) is a service that lets you build and deploy your web apps directly from your Git repository. + +### Configuring your Docusaurus project + +To host your project on **Kinsta Application Hosting**, you need to: +- Include a `name` field in your `package.json`. (This can be anything and will not affect your deployment.) +- Include a `build` script in your `package.json`. (Your Docusaurus project should already include this.) +- Install the [`serve`](https://www.npmjs.com/package/serve) package and set the `start` script to `serve build/`. + +### Deploying your project + +1. Create an account on [Kinsta](https://kinsta.com/signup/?product_type=app-db) or login directly to [My Kinsta](https://my.kinsta.com/) admin panel. +2. Go to the **Applications** tab. +3. Connect your GitHub repository. +4. Press the **Add service** > **Application** button. +5. Follow the wizard steps. +6. Your application is deployed. + +You can also check out our [Docusaurus Starter](https://github.com/kinsta/hello-world-docusaurus). From 4658c474f8c9189309fe3147a0599fad7a51a2e8 Mon Sep 17 00:00:00 2001 From: Maciek Palmowski Date: Fri, 25 Nov 2022 14:33:34 +0100 Subject: [PATCH 2/3] Update deployment.mdx Changed it and connected this with Kinsta internal documentation. Sorry, that I missed the note about it, the first time. --- website/docs/deployment.mdx | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/website/docs/deployment.mdx b/website/docs/deployment.mdx index 3e4b901cb974..0c3acf37528f 100644 --- a/website/docs/deployment.mdx +++ b/website/docs/deployment.mdx @@ -808,24 +808,6 @@ See [docs](https://docs.quantcdn.io/docs/cli/continuous-integration) and [blog]( [Azure Static Web Apps](https://docs.microsoft.com/en-us/azure/static-web-apps/overview) is a service that automatically builds and deploys full-stack web apps to Azure directly from the code repository, simplifying the developer experience for CI/CD. Static Web Apps separates the web application's static assets from its dynamic (API) endpoints. Static assets are served from globally-distributed content servers, making it faster for clients to retrieve files using servers nearby. Dynamic APIs are scaled with serverless architectures, using an event-driven functions-based approach that is more cost-effective and scales on demand. Get started in a few minutes by following [this step-by-step guide](https://dev.to/azure/11-share-content-with-docusaurus-azure-static-web-apps-30hc). -## Deploying to Kinsta Application Hosting +## Deploying to Kinsta Application Hosting {#deploying-to-kinsta} -[Kinsta Application Hosting](https://kinsta.com/application-hosting) is a service that lets you build and deploy your web apps directly from your Git repository. - -### Configuring your Docusaurus project - -To host your project on **Kinsta Application Hosting**, you need to: -- Include a `name` field in your `package.json`. (This can be anything and will not affect your deployment.) -- Include a `build` script in your `package.json`. (Your Docusaurus project should already include this.) -- Install the [`serve`](https://www.npmjs.com/package/serve) package and set the `start` script to `serve build/`. - -### Deploying your project - -1. Create an account on [Kinsta](https://kinsta.com/signup/?product_type=app-db) or login directly to [My Kinsta](https://my.kinsta.com/) admin panel. -2. Go to the **Applications** tab. -3. Connect your GitHub repository. -4. Press the **Add service** > **Application** button. -5. Follow the wizard steps. -6. Your application is deployed. - -You can also check out our [Docusaurus Starter](https://github.com/kinsta/hello-world-docusaurus). +[Kinsta Application Hosting](https://kinsta.com/application-hosting) is a service that lets you build and deploy your web apps directly from your Git repository. Get started in just a minutes by following our [Docusaurus on Kinsta](https://kinsta.com/help/docusaurus-example/) article. From 44755aa9d83d2543ae0c738ffd6aaeed27991922 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Wed, 7 Dec 2022 16:14:05 +0100 Subject: [PATCH 3/3] add kinsta to project words --- project-words.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/project-words.txt b/project-words.txt index 254609dce57f..64c03a6efde4 100644 --- a/project-words.txt +++ b/project-words.txt @@ -153,6 +153,7 @@ katex kato keyscan keytar +kinsta knapen koyeb kubernetes