Auto-generated API reference
These references are regenerated from source on every push to
main. They link out to the raw markdown that lives in docs/api/ (opens in a new tab) — kept on GitHub because the files are auto-rebuilt and structurally large.
Sections
- Packages (TypeDoc) (opens in a new tab) — every
@arno/*package's exports with full TS types - REST endpoints (opens in a new tab) — 40+ Hono routes across apps/api with auth + source links
- DB schema (opens in a new tab) — Mermaid ERD + per-table column inventory (also .dbml (opens in a new tab) for dbdiagram.io)
How to regenerate
pnpm docs:api # TypeDoc
pnpm docs:rest # Hono route inventory
pnpm docs:schema # Drizzle ERD
pnpm docs:all # everything (including ADR index)See docs/api/_index.md (opens in a new tab) for the autogen contract.