Skip to content

Commit 9a27faa

Browse files
authored
Merge branch 'develop' into github-callouts
2 parents 88e32ff + 38944bd commit 9a27faa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/deploy.md

+20
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,23 @@ Read more in the [Stormkit Documentation](https://stormkit.io/docs).
189189
```sh
190190
docker run -itp 3000:3000 --name=docsify -v $(pwd):/docs docsify/demo
191191
```
192+
193+
## Kinsta Static Site Hosting
194+
195+
You can deploy **Docsify** as a Static Site on [Kinsta](https://kinsta.com/static-site-hosting/).
196+
197+
1. Login or create an account to view your [MyKinsta](https://my.kinsta.com/) dashboard.
198+
199+
2. Authorize Kinsta with your Git provider.
200+
201+
3. Select **Static Sites** from the left sidebar and press **Add sites**.
202+
203+
4. Select the repository and branch you want to deploy.
204+
205+
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:
206+
207+
- Build command: leave empty
208+
- Node version: leave on default selection or a specific version (e.g. `18.16.0`)
209+
- Publish directory: `docs`
210+
211+
6. Click the **Create site**.

0 commit comments

Comments
 (0)