Documentation for SaaS Pegasus: the Django SaaS Boilerplate.
The latest docs can be found at docs.saaspegasus.com.
This project uses Astro with Starlight for documentation.
Install dependencies using npm:
npm installTo build docs run:
npm run buildYou can serve your docs locally with auto-reload:
npm run devThe docs will be visible at http://localhost:4321.
- Documentation content in
src/content/docs/(Markdown files) - Configuration in
astro.config.mjs - Built docs go to
dist/directory (not committed to repo)
Deployment is handled by Cloudflare Pages. The latest main branch is automatically deployed.