mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"$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: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"
|
|
}
|
|
}
|
|
}
|