The documentation site for the Spora project.
Live site: https://docs.spora-ai.com
- VuePress 2 (release candidate)
- vuepress-theme-plume — third-party theme
- Deployed to GitHub Pages
npm install
npm run dev # local preview at http://localhost:8080
npm run build # production build into docs/.vuepress/dist
npm run lint:md # markdown lint
npm run format # prettierdocs/
├── .vuepress/
│ ├── config.ts # site + Plume theme config
│ ├── styles/index.scss # brand tokens (Spora palette)
│ └── public/ # logo, favicon, og-image
├── index.md # home page
├── guide/ # Getting Started (4 tracks)
├── develop/ # Plugins + Projects
├── deploy/ # 4 deployment scenarios
├── reference/ # exact specs (env vars, CLI, API, schema)
├── about/ # what is Spora, roadmap, FAQ, license
└── contribute/ # contributor docs
See docs/contribute/index.md. All changes go through pull requests.
MIT — see LICENSE.