| title | iii Docs |
|---|---|
| description | A high-level overview of iii and how to work with the documentation in this directory. |
| owner | devrel |
| type | explanation |
iii is a software system that eliminates integration complexity. It organizes software into three primitives (Worker, Trigger, Function), so every capability (queues, cron, streaming, sandboxing, observability, agents, frontend UIs) can be built and composed from the same set of pieces. The rendered documentation site is the canonical reference; this directory holds the Mintlify source.
From the repository root:
pnpm dev:docsOr directly from this directory:
npx mint devThe docs config is in docs.json. Local preview is typically available at http://localhost:3000.
To refresh generated SDK API reference files before previewing docs:
pnpm generate:api-docs