Agent instructions (Claude, Cursor, Codex)
This repo is an Opus help center built with Mintlify. Content is MDX and Markdown; the app is driven bymint.json and served by the Mintlify CLI.
Project layout
mint.json— Site config: name, tabs, nav, theme, analytics.- Content — MDX/MD under
agent-opus/,api-reference/, etc. Navigation is defined inmint.json. .cursor/rules/— Cursor/IDE rules; follow them when editing matching files.
Rules to follow
-
Style prop in JSX/MDX
Never use a string for thestyleprop. Use a JSX object with camelCase CSS keys (e.g.style={{ border: 'none', textAlign: 'center' }}). See.cursor/rules/no-style-strings.mdc. -
Docs practices
Ifdocs/practices/exists, follow the guidance there. -
Quality
Prefer clear, precise edits and maintain high craftsmanship.
Development
- Preview:
npm run devormake dev(Mintlify dev server). - Config: Edit
mint.jsonfor nav, tabs, and theme; add or move MDX files and wire them inmint.jsonas needed.