Milestone 2.2 — Knowledge base
Status: Preview on ehxlabs.xyz/kb — v0.1.0 articles.
Goals (roadmap)
- Infrastructure best practices
- Deployment standards
- Troubleshooting documentation
Customer path
| Surface | URL |
|---|---|
| Knowledge base | /kb |
| Documentation hub | /docs |
| API catalog | GET /api/v1/kb/catalog |
| API article | GET /api/v1/kb/article?section_id=…&article_id=… |
Paying users read on ehxlabs.xyz. Editors work in ehx-kb/docs/knowledge-base/ and sync into ehx-api/kb_packs/.
v0.1.0 sections
| Section | Articles |
|---|---|
| best-practices | Infrastructure review checklist; secrets and configuration |
| deployment | Rollout standards; environment promotion |
| troubleshooting | Site and API health; templates and modules catalog |
Not yet shipped
- Full-text search across articles
- Versioned article history in-product
- Customer-specific private KB spaces (Phase 5+)
Sync (internal)
cd ehx-api && ./scripts/sync-kb-packs.sh
Related
- Templates: /templates (M1.2)
- Modules: /modules (M2.1)
- Roadmap: Milestone 2.2