Configuration
Every key of copy-ink.config.ts, its default, and what it changes.
Components
Props for <Copy>, <Copy.Rich>, <Copy.Image>, <Copy.Item> and <Copy.List>.
Server API
Everything exported from copy-ink/server.
Client API
useCopy and CopyInkProvider, from copy-ink/client.
CLI
init, check, i18n, types, prune, migrate and doctor.
Generated types
What copy-ink types writes into .copy-ink, and why the unions are suggestions rather than constraints.
HTTP API
The routes createCopyInkHandler serves, for anyone building against them.
Environment variables
Every COPY_INK_* variable, where it comes from, and what breaks without it.
Errors
CopyInkError, its codes, and what each one means.