Skip to main content

Agents

Cursor Cloud specific instructions

This repository is the Vantage product documentation site, powered by Mintlify. It contains MDX content files and a docs.json configuration — there is no backend, database, or build step.

Running the dev server

mintlify dev --port 3000
The server takes ~60 seconds to start (shows “preparing local preview…” spinner). It is ready when you see ✓ 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-versions specifies nodejs 24.5.0. Use nvm use 24.5.0 (or install via nvm 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 mintlify CLI.
  • 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.md for the standard development workflow.