Thunder documentation built with Astro + Starlight.
This documentation is generated with AI support and reviewed by humans.
Contributions are very welcome, including AI-assisted contributions. If you use AI during the process, please perform a technical review before opening a PR.
npm ci
npm run devThis repository is configured to publish automatically to GitHub Pages.
- Workflow:
.github/workflows/deploy-pages.yml - Trigger:
pushon themainbranch (and manual execution viaworkflow_dispatch) - Build:
npm ci+npm run build - Deploy:
dist/artifact withactions/deploy-pages
- Open
Settings->Pages. - Under
Build and deployment, selectSource: GitHub Actions. - Ensure the main branch is
main. - Push this configuration to trigger the first deploy.
- User/organization repository (
<owner>.github.io): publishes at/ - Project repository (e.g.
thunder-docs): publishes at/<repo>
astro.config.mjs is already configured to detect this scenario automatically in CI.