Skip to content

saaspegasus/pegasus-docs

Repository files navigation

Pegasus Documentation

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.

Installation

Install dependencies using npm:

npm install

Building Docs

To build docs run:

npm run build

Viewing docs locally

You can serve your docs locally with auto-reload:

npm run dev

The docs will be visible at http://localhost:4321.

Project Structure

  • Documentation content in src/content/docs/ (Markdown files)
  • Configuration in astro.config.mjs
  • Built docs go to dist/ directory (not committed to repo)

Deployment

Deployment is handled by Cloudflare Pages. The latest main branch is automatically deployed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 12

Languages