Skip to main content

Documentation Index

This is the canonical docs entrypoint.

Canonical docs (fixed paths)

TitlePath
Docs indexdocs/DOCS_INDEX.md
Deployment runbookdocs/DEPLOYMENT_RUNBOOK.md
Deployment referencedocs/DEPLOYMENT.md
Known issuesdocs/KNOWN_ISSUES.md
Phase 8E summarydocs/PHASE_8E_DEPLOYMENT_SUMMARY.md

Active docs spine

Archive and audit

Consolidation references

  1. Phase 8E deployment summary: docs/PHASE_8E_DEPLOYMENT_SUMMARY.md
  2. Agent ID historical cluster: docs/archive/phases/investigations/AGENT_ID_FIX_SUMMARY.md
  3. Deployment canonical runbook: docs/DEPLOYMENT_RUNBOOK.md
  4. AI chatbot guide: AI_CHATBOT_GUIDE.md
  5. JWT analysis: api/AUTH_JWT_ANALYSIS.md

Rules

  • Place new active docs only under runbooks, reference, or guides.
  • Move closed-phase artifacts to docs/archive/phases/.

Mintlify local dev

From repo root:
npm i -g mint
cd docs
mint dev
If you prefer one-time execution without global install:
cd docs
npx mint dev