cloudaxe-opencode/packages/docs/docs.json

78 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2025-12-05 21:41:35 +00:00
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
2026-07-06 04:57:23 +00:00
"name": "OpenCode",
"description": "OpenCode documentation.",
2025-12-05 21:41:35 +00:00
"colors": {
2026-07-06 04:57:23 +00:00
"primary": "#3B7DD8",
"light": "#3B7DD8",
"dark": "#FAB283"
},
"favicon": "/assets/favicon.svg",
"logo": {
"light": "/assets/logo-light.svg",
"dark": "/assets/logo-dark.svg"
2025-12-05 21:41:35 +00:00
},
"navigation": {
"tabs": [
2026-07-06 04:57:23 +00:00
{
"tab": "Docs",
2026-07-07 04:13:29 +00:00
"groups": [
{
"group": "Get started",
2026-07-09 22:00:30 +00:00
"pages": ["index", "migrate-v1", "config", "troubleshooting"]
2026-07-09 20:55:34 +00:00
},
{
"group": "Configure",
"pages": [
"providers",
2026-07-09 22:00:30 +00:00
"models",
2026-07-09 20:55:34 +00:00
"agents",
"permissions",
"sharing",
"snapshots",
"commands",
"skills",
"instructions",
"mcp-servers",
2026-07-09 20:55:34 +00:00
"attachments",
"compaction",
"warming",
2026-07-09 20:55:34 +00:00
"formatters",
"lsp",
2026-07-09 22:00:30 +00:00
"references"
2026-07-09 20:55:34 +00:00
]
2026-07-07 04:13:29 +00:00
}
]
2026-07-06 04:57:23 +00:00
},
2025-12-05 21:41:35 +00:00
{
2026-07-09 22:00:30 +00:00
"tab": "Build",
2026-07-10 06:50:39 +00:00
"pages": ["build/index", "build/plugins", "build/client", "build/sdk"]
2026-07-06 05:29:08 +00:00
},
{
"tab": "API",
"groups": [
{
"group": "Overview",
"pages": ["api/index"]
},
{
"group": "Endpoints",
"openapi": "openapi.json"
}
]
2025-12-05 21:41:35 +00:00
}
],
2025-12-08 00:58:04 +00:00
"global": {}
2025-12-05 21:41:35 +00:00
},
"contextual": {
2026-07-06 04:57:23 +00:00
"options": ["copy", "view", "chatgpt", "claude", "mcp", "cursor", "vscode"]
2025-12-05 21:41:35 +00:00
},
"footer": {
"socials": {
2026-07-06 04:57:23 +00:00
"github": "https://github.com/anomalyco/opencode",
"x": "https://x.com/opencode"
2025-12-05 21:41:35 +00:00
}
}
}