Deployment
This page documents the docs pipeline contract for publishing rsspot-sdk docs to GitHub Pages.
Local Docs Validation
npx sparkify doctor
npx sparkify dev
When production build dependencies are healthy:
npx sparkify build --site https://sparkaiur.github.io --base /rsspot-sdk
GitHub Workflow Contract
- CI validation:
.github/workflows/docs-ci.yml - Pages publish:
.github/workflows/docs-pages.yml - Reusable action:
uses: SparkAIUR/sparkify@v1
docs-pages.yml behavior:
- Build job checks out repo and runs Sparkify action
- Build uploads Pages artifact
- Deploy job publishes artifact with
actions/deploy-pages
Verification Checklist
- Confirm latest
docs-pagesrun succeeded - Open homepage and one nested route
- Verify search and sidebar navigation
- Verify llms copy widget appears on docs pages
- Confirm
llms.txtandllms-full.txtare reachable