Every Mintlify site needs aDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/sorgm/data-architecture-docs/llms.txt
Use this file to discover all available pages before exploring further.
docs.json file with core configuration settings. This file controls everything from your site’s appearance to navigation structure.
Essential Configuration
Project Name
Thename field sets your project’s global title, appearing in the browser tab and site header.
Theme Selection
Choose from Mintlify’s built-in themes. Themint theme provides a clean, modern look.
Branding
Logo Configuration
Configure your logo for light and dark modes. Logos can link to custom URLs when clicked.Logo images should be SVG format for best quality at all sizes. Place logo files in your
/public directory or use absolute URLs.Favicon
Set a custom favicon that appears in browser tabs and bookmarks.Color Customization
Theme Colors
Define your brand colors for light and dark modes. These colors appear in headings, links, buttons, and accents throughout your documentation.- primary: Main accent color for light mode
- light: Accent color for dark mode
- dark: Color for important buttons and CTAs
- background: Optional custom background colors
Mode Toggle
Control the dark mode toggle behavior and default appearance.- Auto Mode
- Force Dark Mode
- Force Light Mode
Default behavior matches the user’s operating system preference.
Navbar Customization
Navbar Links
Add navigation links to your top bar for support, contact, or external resources.Primary CTA Button
Add a prominent call-to-action button in your navbar.The GitHub button type automatically displays your repository star count and links to your repo.
Footer Configuration
Social Links
Add social media links to your footer for community engagement.website- Your company websitex- X (formerly Twitter)github- GitHub repositorylinkedin- LinkedIn company pagediscord- Discord serverslack- Slack communityfacebook- Facebook pageinstagram- Instagram accounthacker-news- Hacker News profile
Advanced Features
Anchors
Create navigational anchors for major sections with custom icons and colors.Icons use Font Awesome icon names. The default icon type is “duotone” but you can specify others like “solid”, “brands”, or “light”.
Contextual Actions
Enable contextual actions that appear when users select text on your documentation pages.Feedback Buttons
Enable user feedback options for suggesting edits or raising issues.Background Image
Add a custom background image that appears behind all pages.Complete Example
Here’s a fully configureddocs.json file combining all major settings:
Next Steps
Navigation
Learn how to structure your documentation navigation
Markdown
Explore Mintlify’s markdown syntax and components