mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-12 07:28:28 +00:00
76 lines
1.7 KiB
JSON
76 lines
1.7 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", "migrate-v1", "config", "troubleshooting"]
|
|
},
|
|
{
|
|
"group": "Configure",
|
|
"pages": [
|
|
"providers",
|
|
"models",
|
|
"agents",
|
|
"permissions",
|
|
"sharing",
|
|
"snapshots",
|
|
"commands",
|
|
"skills",
|
|
"instructions",
|
|
"mcp-servers",
|
|
"attachments",
|
|
"compaction",
|
|
"formatters",
|
|
"lsp",
|
|
"references"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "Build",
|
|
"pages": ["build/index", "build/plugins", "build/client", "build/sdk"]
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|