Skip to main content
Requires Node.js 19+ and the Mintlify CLI.

Install the CLI

Preview locally

From the repository root (where docs.json lives):
The site is served at http://localhost:3000 with hot reload. To pick a different port:

Pull in project docs

The Guides/Knowledge tabs are committed to this repo; project tabs (marchyo, jotain, jstack) are pulled at build time. To preview them locally, enter the devenv shell and run:
This clones each project repo, copies its docs/ directory into this tree, and merges its navigation into docs.json. The script is defined in devenv.nix.

Deployment

CI builds the docs branch from main daily and on push. Mintlify’s GitHub app deploys from the docs branch automatically. See .github/workflows/multirepo-docs.yml.

Updating the CLI

If a preview misbehaves after an update, clear the cache:
Last modified on May 19, 2026