mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-11-29 18:48:14 +08:00
docs: add stormkit as deployment platform (#2413)
This commit is contained in:
parent
e15ad0c7d5
commit
11015feecc
@ -135,6 +135,17 @@ frontend:
|
||||
| /<\*>.png | /<\*>.png | 200 (Rewrite) |
|
||||
| /<\*> | /index.html | 200 (Rewrite) |
|
||||
|
||||
## Stormkit
|
||||
|
||||
1. Login to your [Stormkit](https://www.stormkit.io) account.
|
||||
2. Using the user interface, import your docsify project from one of the three supported Git providers (GitHub, GitLab, or Bitbucket).
|
||||
3. Navigate to the project’s production environment in Stormkit or create a new environment if needed.
|
||||
4. Verify the build command in your Stormkit configuration. By default, Stormkit CI will run `npm run build` but you can specify a custom build command on this page.
|
||||
5. Set output folder to `docs`
|
||||
6. Click the “Deploy Now” button to deploy your site.
|
||||
|
||||
Read more in the [Stormkit Documentation](https://stormkit.io/docs).
|
||||
|
||||
## Docker
|
||||
|
||||
- Create docsify files
|
||||
|
Loading…
Reference in New Issue
Block a user