The Mintlify project lives in:
Run Mintlify commands from that directory.

Run locally

Install the CLI once:
Start the docs server:
Use 3001 because the Pinter frontend commonly uses 3000.

Validate before publishing

Run with package scripts

From the repository root:
For local preview with scripts:

Connect in Mintlify dashboard

If the Git repository root is pinter-fe, set the docs directory path to:
If the Git repository root is PINTER_ADK, set the docs directory path to:

Update OpenAPI pages

The API reference tab generates endpoint pages from docs/openapi.json. When backend routes change, regenerate the schema:
Copy it into the docs project:
The endpoint pages rebuild from the new schema automatically.