docs
Mintlify docs site (docs.json is the navigation config; pages are .mdx).
Last-updated timestamps
docs.json enables metadata.timestamp globally, so pages show a git-derived
“Last modified” date by default. Only Documentation-tab pages may show that
date. When you add a page to any other tab (API Reference, Changelog, or a
new tab), put timestamp: false in its frontmatter — Mintlify has no
section-level toggle, so per-page frontmatter is the only override. Never add
timestamp: true to make a date visible outside the Documentation tab.
Enforced by the docs unit test (docs/flake.nix → tests/check_timestamps.py),
which runs in the monorepo test suite:
nix build ./docs#checks.x86_64-linux.unitTest
Last modified on July 7, 2026