This repository is the source for docs.outcomeops.ai.
To read the documentation, go to docs.outcomeops.ai --- this repo is for editing them.
OutcomeOps.ai is a self-hosted, regulated-grade AI code assistant that runs entirely in your own AWS account.
Typos, broken links, unclear explanations, missing content --- please open an issue. The more specific, the better (page URL + what's confusing).
Pull requests are not accepted at this time. OutcomeOps maintains editorial control over the documentation to keep voice, framing, and technical accuracy consistent.
If something is wrong or missing, open an issue and someone from the team will edit the source and ship the fix. Issues are triaged weekly.
If you feel strongly about a change, include suggested wording in the issue --- we'll happily lift good language when it fits.
pip install -r requirements-docs.txt
mkdocs serveOpens at http://0.0.0.0:8123 (bound to all interfaces so LAN + SSH-tunneled clients can reach it). Edits to any docs/*.md file live-reload.
Every push to main triggers .github/workflows/deploy.yml:
- Installs pinned
mkdocs+mkdocs-materialfromrequirements-docs.txt - Runs
mkdocs gh-deploy --force --clean --verbose - Publishes the built site to the
gh-pagesbranch
GitHub Pages serves the gh-pages branch at docs.outcomeops.ai (custom domain lives at docs/CNAME, copied into every build).
docs/--- markdown content, one page per*.mdfilemkdocs.yml--- theme, nav, pluginsdocs/CNAME--- custom domain, copied into build output so GitHub Pages picks it updocs/stylesheets/brand.css--- OutcomeOps color palette overrides on top of the Material defaultdocs/assets/--- logo + shared image assets
Documentation content is licensed under Creative Commons Attribution 4.0 International (full text). You are free to share and adapt the content for any purpose, provided you give appropriate credit ("OutcomeOps.ai documentation, licensed under CC BY 4.0") and link back to the source.
Repository configuration files (mkdocs.yml, .github/workflows/, requirements-docs.txt, .gitignore) are provided under the same terms.