mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs: add stormkit as deployment platform (#10011)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
parent
e012e03158
commit
5bb4832869
|
|
@ -324,6 +324,7 @@ solana
|
|||
spâce
|
||||
stackblitz
|
||||
stackblitzrc
|
||||
Stormkit
|
||||
Strikethrough
|
||||
strikethroughs
|
||||
stylelint
|
||||
|
|
|
|||
|
|
@ -815,6 +815,10 @@ echo subdomain.surge.sh > CNAME
|
|||
|
||||
You can deploy any other changes in the future with the command `surge`.
|
||||
|
||||
## Deploying to Stormkit {#deploying-to-stormkit}
|
||||
|
||||
You can deploy your Docusaurus project to [Stormkit](https://www.stormkit.io), a deployment platform for static websites, single-page applications (SPAs), and serverless functions. For detailed instructions, refer to this [guide](https://www.stormkit.io/blog/how-to-deploy-docusarous).
|
||||
|
||||
## Deploying to QuantCDN {#deploying-to-quantcdn}
|
||||
|
||||
1. Install [Quant CLI](https://docs.quantcdn.io/docs/cli/get-started)
|
||||
|
|
|
|||
Loading…
Reference in New Issue