The central guide to the Kagenti ecosystem — what’s being built and how to get involved.
This repo powers the Ecosystem Guide site.
content/→ source contentdocs/→ generated site (GitHub Pages)
⚠️ Editcontent/only —docs/is auto-generated.
- Make changes in
content/ - Install dependencies (one-time):
pip install mkdocs-material - Build the site:
mkdocs build - Commit & push both
content/anddocs/
Preview locally:
mkdocs serve
Open http://127.0.0.1:8000/ - live reload enabled.
PRs welcome! Improve clarity, add projects/workstreams, or keep content fresh.
See CONTRIBUTING.md for guidelines.