Mintlify documentation site for the Reelevant API, including authentication, transformations, and OpenAPI references.
Install the Mintlify CLI to preview changes locally:
npm i -g mintRun the dev server from the repository root (where docs.json is located):
mint devView the local preview at http://localhost:3000.
docs.json- Site configuration, navigation, branding, and API settingscustom.css- Reelevant brand styling overridesapi-reference/- MDX documentation pageslogo/- Light and dark mode logosfonts/- Switzer and Instrument Serif font files
The site uses Reelevant brand colors and typography aligned with reelevant.com:
- Light mode links and accents use blue (
#5B5EFF) - Dark mode accents use yellow (
#EEFF00) - Default appearance is dark mode
Changes deploy automatically after pushing to the default branch when the Mintlify GitHub app is connected to this repository.