Global Settings

name
string
required

Name of your project. Used for the global title.

Example: mintlify

Branding

logo
string or object

Path to logo image or object with path to “light” and “dark” mode logo images

favicon
string

Path to the favicon image

colors
Colors

Hex color codes for your global theme

Sections

anchors
Anchor[]

An array of the anchors, includes the icon, color, and url.

topAnchor
Object

Override the default configurations for the top-most anchor.

tabs
Tabs[]

An array of navigational tabs.

Backgrounds

modeToggle
ModeToggle

Customize the dark mode toggle.

backgroundImage
string

A background image to be displayed behind every page. See example with Infisical and FRPC.

Custom CSS

This feature is only available on the growth plan+.

Add any number of CSS files to your repository and the defined class names will be applied and available across all of your MDX files.

Core UI Identifiers

Core parts of the UI are also configurable by adding CSS styling to the following

IdsNative HTML Components
topbar-cta-buttonfooter

Discover more ways to customize the UI by navigating to your docs in the browser and right clicking and pressing “Inspect” and finding matching ids or classes for the component you want to style.