| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "$schema": "https://mintlify.com/docs.json",
- "theme": "mint",
- "name": "@opencode-ai/docs",
- "colors": {
- "primary": "#16A34A",
- "light": "#07C983",
- "dark": "#15803D"
- },
- "favicon": "/favicon-v3.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:[email protected]"
- }
- ],
- "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"
- }
- }
- }
|