This Mintlify project is published at docs.anarlog.so.
Configure the Mintlify project with docs/ as its documentation directory and docs.anarlog.so as its custom domain. In Mintlify's domain setup:
- Add the verification records shown in the dashboard.
- Wait for both records and TLS provisioning to verify.
- Point the
docsCNAME to the target shown by Mintlify.
The website redirects the previous anarlog.so/docs/* routes to the matching path on the custom domain.
Install the Mintlify CLI, then run it from this directory:
npm install --global mint
cd docs
mint devUpdate docs.json whenever a page is added, moved, or removed. Keep CLI and MCP reference content aligned with apps/cli/src/cli.rs and apps/cli/src/mcp.rs.
Before deploying, run:
mint validate
mint broken-links --check-anchors --check-redirects