mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 04:58:28 +00:00
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "OpenCode",
|
|
"description": "OpenCode documentation.",
|
|
"colors": {
|
|
"primary": "#3B7DD8",
|
|
"light": "#3B7DD8",
|
|
"dark": "#FAB283"
|
|
},
|
|
"favicon": "/assets/favicon.svg",
|
|
"logo": {
|
|
"light": "/assets/logo-light.svg",
|
|
"dark": "/assets/logo-dark.svg"
|
|
},
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Docs",
|
|
"groups": [
|
|
{
|
|
"group": "Get started",
|
|
"pages": ["index", "config", "plugins", "troubleshooting"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "SDK",
|
|
"pages": ["sdk/index"]
|
|
},
|
|
{
|
|
"tab": "API",
|
|
"groups": [
|
|
{
|
|
"group": "Overview",
|
|
"pages": ["api/index"]
|
|
},
|
|
{
|
|
"group": "Endpoints",
|
|
"openapi": "openapi.json"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"global": {}
|
|
},
|
|
"contextual": {
|
|
"options": ["copy", "view", "chatgpt", "claude", "mcp", "cursor", "vscode"]
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"github": "https://github.com/anomalyco/opencode",
|
|
"x": "https://x.com/opencode"
|
|
}
|
|
}
|
|
}
|