Documentation
Set up your documentation
Learn how to configure your documentation settings
{ "name": "My Project", "logo": "/logo.png", "theme": "mint", "colors": { "primary": "#0D9373" }, "navigation": [ { "group": "Getting Started", "pages": ["introduction", "quickstart"] } ] }
{ "name": "My Project", "logo": "/logo.png" }
{ "logo": { "light": "/logo-light.png", "dark": "/logo-dark.png" } }
mint
maple
palm
{ "theme": "mint", "colors": { "primary": "#0D9373" } }
{ "navigation": [ { "group": "Getting Started", "pages": ["introduction", "quickstart"] }, { "group": "Core Concepts", "pages": ["concepts/pages", "concepts/components"] } ] }
{ "fonts": { "body": { "family": "Inter", "source": "https://fonts.googleapis.com/css2?family=Inter&display=swap" }, "heading": { "family": "Poppins", "source": "https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" } } }
{ "navbar": { "links": [ { "label": "Blog", "href": "https://myblog.com" } ], "primary": { "type": "button", "label": "Get Started", "href": "/quickstart" } } }
{ "footer": { "socials": { "github": "https://github.com/myproject", "discord": "https://discord.gg/myproject" }, "links": [ { "header": "Product", "items": [ { "label": "Features", "href": "/features" } ] } ] } }
{ "integrations": { "ga4": { "measurementId": "G-XXXXXXXXXX" } } }
willow
linden
almond
Show Colors
Show Navigation
Show Available Integrations
{ "$schema": "https://mintlify.com/docs.json" }
Was this page helpful?