{ "$schema": "https://mintlify.com/docs.json", "theme": "mint", "name": "@opencode-ai/docs", "colors": { "primary": "#16A34A", "light": "#07C983", "dark": "#15803D" }, "favicon": "/favicon.svg", "navigation": { "tabs": [ { "tab": "SDK", "groups": [ { "group": "Getting started", "pages": ["index", "quickstart", "development"], "openapi": "https://opencode.ai/openapi.json" } ] } ], "global": {} }, "logo": { "light": "/logo/light.svg", "dark": "/logo/dark.svg" }, "navbar": { "links": [ { "label": "Support", "href": "mailto:hi@mintlify.com" } ], "primary": { "type": "button", "label": "Dashboard", "href": "https://dashboard.mintlify.com" } }, "contextual": { "options": ["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"] }, "footer": { "socials": { "x": "https://x.com/mintlify", "github": "https://github.com/mintlify", "linkedin": "https://linkedin.com/company/mintlify" } } }