The iii documentation source lives in this directory and is served locally with Mintlify.
From the repository root:
pnpm dev:docsOr directly from this directory:
npx mint devThe docs config lives 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