Getting Started
This page describes how to run and update the Mintlify-based documentation app in this repository.Prerequisites
- Node.js 24 (
.nvmrcis the workspace baseline) pnpm10+
Install Dependencies
Run from the repository root:Start Local Docs Preview
Run from the repository root:46249.
Validate Links
Run from the repository root:mint broken-links and should pass before opening a pull request.
Editing Workflow
- Update or add page content under
apps/public-docs. - Keep page IDs and navigation entries in
apps/public-docs/docs.jsonstable and synchronized. - When structural or contract-level behavior changes, update the corresponding files in
docs/and policy files inAGENTS.mdas needed.