Agents
Cursor Cloud specific instructions
This repository is the Vantage product documentation site, powered by Mintlify. It contains MDX content files and adocs.json configuration — there is no backend, database, or build step.
Running the dev server
✓ preview ready and local → http://localhost:3000.
Key caveats
- Search is disabled in local preview — this is a known Mintlify limitation. Search only works in the hosted environment.
- Node.js version:
.tool-versionsspecifiesnodejs 24.5.0. Usenvm use 24.5.0(or install vianvm install 24.5.0) before running commands. - No package.json or lockfile — there are no project-level npm dependencies. The only tool needed is the globally installed
mintlifyCLI. - No automated tests — this is a content-only repo. Linting/checks (Vale spellchecker, broken link checker) run in CI via GitHub Actions on PRs.
- CI scripts in
.github/scripts/(Python) are optional and require external API keys (OpenAI, GitHub). They are not needed for local development. - Hot reload: The Mintlify dev server watches for file changes and hot-reloads automatically.
- Refer to the
README.mdfor the standard development workflow.