From bcff0480db23760e85c101adbb51ae6310b5fa41 Mon Sep 17 00:00:00 2001 From: Maciek Palmowski Date: Mon, 6 Nov 2023 10:20:27 +0100 Subject: [PATCH 1/5] Adds Kinsta Static Site Hosting --- docs/deploy.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/deploy.md b/docs/deploy.md index ce6a82a07..0f0c8fdfa 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -178,3 +178,23 @@ frontend: ```sh docker run -itp 3000:3000 --name=docsify -v $(pwd):/docs docsify/demo ``` + +## Kinsta Static Site Hosting +You can deploy **Docsify** as a Static Site on [Kinsta](https://kinsta.com/static-site-hosting/). + +1. Login or create an account to view your [MyKinsta](https://my.kinsta.com/) dashboard. + +2. Authorize Kinsta with your Git provider. + +3. Select **Static Sites** from the left sidebar and press **Add sites**. + +4. Select the repository and branch you want to deploy. + +5. During the build settings, Kinsta will automatically try to fill out the **Build command**, **Node version**, and **Publish directory**. If it won't, fill out the following: + + - Build command: leave empty + - Node version: `18.16.0` + - Publish directory: `docs` + +6. Click the **Create site**. + From ae78e454b468f41e5281caad7e27097dc8dadc28 Mon Sep 17 00:00:00 2001 From: Koy Zhuang Date: Thu, 19 Sep 2024 13:54:35 +0800 Subject: [PATCH 2/5] Update deploy.md --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index 0f0c8fdfa..88d34ad02 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -193,7 +193,7 @@ You can deploy **Docsify** as a Static Site on [Kinsta](https://kinsta.com/stati 5. During the build settings, Kinsta will automatically try to fill out the **Build command**, **Node version**, and **Publish directory**. If it won't, fill out the following: - Build command: leave empty - - Node version: `18.16.0` + - Node version: leave on default selection or a specific version ( e.g. `18.16.0`) - Publish directory: `docs` 6. Click the **Create site**. From 2011bb860cc7f49fe627a2a8ecd4e22ada89d3a7 Mon Sep 17 00:00:00 2001 From: Koy Zhuang Date: Thu, 19 Sep 2024 13:56:07 +0800 Subject: [PATCH 3/5] Update deploy.md --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index 88d34ad02..2f6213604 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -193,7 +193,7 @@ You can deploy **Docsify** as a Static Site on [Kinsta](https://kinsta.com/stati 5. During the build settings, Kinsta will automatically try to fill out the **Build command**, **Node version**, and **Publish directory**. If it won't, fill out the following: - Build command: leave empty - - Node version: leave on default selection or a specific version ( e.g. `18.16.0`) + - Node version: leave on default selection or a specific version (e.g. `18.16.0`) - Publish directory: `docs` 6. Click the **Create site**. From c97faa0ba334c72baa6149323a2da2d4ab75699a Mon Sep 17 00:00:00 2001 From: Koy Zhuang Date: Thu, 19 Sep 2024 14:17:54 +0800 Subject: [PATCH 4/5] Update deploy.md --- docs/deploy.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index 0d9ff5c56..aeffe1549 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -208,4 +208,3 @@ You can deploy **Docsify** as a Static Site on [Kinsta](https://kinsta.com/stati - Publish directory: `docs` 6. Click the **Create site**. - From 48492a7033e6f3a16dda555bd27063e4c8346e88 Mon Sep 17 00:00:00 2001 From: Koy Zhuang Date: Thu, 19 Sep 2024 14:31:34 +0800 Subject: [PATCH 5/5] Update deploy.md --- docs/deploy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploy.md b/docs/deploy.md index aeffe1549..8fcafdb63 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -191,6 +191,7 @@ Read more in the [Stormkit Documentation](https://stormkit.io/docs). ``` ## Kinsta Static Site Hosting + You can deploy **Docsify** as a Static Site on [Kinsta](https://kinsta.com/static-site-hosting/). 1. Login or create an account to view your [MyKinsta](https://my.kinsta.com/) dashboard.