The official documentation for StartOS — covering setup, services, networking, troubleshooting, developer guides, and more.
Live site: docs.start9.com
Built with mdBook and deployed to GitHub Pages. Includes an embedded Start Bot chat widget that provides AI-powered support using RAG (retrieval-augmented generation) over the documentation content.
- Documentation is written in Markdown under
src/ - On push to
master, GitHub Actions builds the site, deploys to Pages, and indexes the content for Start Bot - The indexing step chunks the Markdown by headings, generates vector embeddings via Voyage AI, and sends them to the start9-me server for semantic search
See CONTRIBUTING.md for local development setup and contribution guidelines.