ScottyLabs Docs
Unified documentation for all ScottyLabs projects. Repositories are included by default; opt out with docs = false in governance.
How it works
- Governance registers repositories (docs hub inclusion is on by default)
- At build time, CI resolves each repo (monorepo sibling or shallow clone) and copies its
docs/directory into this site - The built site is published to docs.scottylabs.org
Aggregated pages are not stored in git. Edit documentation in each project’s own repository.
Adding your project
Add your repository in governance (no flag needed). To exclude a repo:
[[team.repos]]
name = "my-internal-tool"
docs = false
Commit markdown to docs/ in your repository, then trigger a documentation rebuild (push to the documentation repo, or run the deploy workflow manually).