Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add stormkit as deployment platform #10011

Merged
merged 3 commits into from
Apr 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions website/docs/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,19 @@

You can deploy any other changes in the future with the command `surge`.

## Deploying to Stormkit {#deploying-to-stormkit}

Check failure on line 818 in website/docs/deployment.mdx

View workflow job for this annotation

GitHub Actions / Lint

Unknown word (Stormkit) -- ## Deploying to Stormkit {#deploying-to-stormkit

You can deploy your Docusaurus project to Stormkit, a deployment platform for static websites, single-page applications (SPAs), and serverless functions.

Check failure on line 820 in website/docs/deployment.mdx

View workflow job for this annotation

GitHub Actions / Lint

Unknown word (Stormkit) -- Docusaurus project to Stormkit, a deployment platform

- Log in to [Stormkit](https://stormkit.io/).

Check failure on line 822 in website/docs/deployment.mdx

View workflow job for this annotation

GitHub Actions / Lint

Unknown word (Stormkit) -- - Log in to [Stormkit](https://stormkit.io
- Using the user interface, import your Docusaurus project from one of the three supported Git providers (GitHub, GitLab, or Bitbucket).
- Navigate to the project’s production environment in Stormkit or create a new environment if needed.

Check failure on line 824 in website/docs/deployment.mdx

View workflow job for this annotation

GitHub Actions / Lint

Unknown word (Stormkit) -- production environment in Stormkit or create a new environment
- 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.

Check failure on line 825 in website/docs/deployment.mdx

View workflow job for this annotation

GitHub Actions / Lint

Unknown word (Stormkit) -- build command in your Stormkit configuration. By default
- Click the “Deploy Now” button to deploy your site.

Read more in the [Stormkit Documentation](https://stormkit.io/docs/welcome/getting-started).


Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is too much text, too detailed , and likely to diverge and get stale over time

## Deploying to QuantCDN {#deploying-to-quantcdn}

1. Install [Quant CLI](https://docs.quantcdn.io/docs/cli/get-started)
Expand Down
Loading