docs: rebuild v2 documentation

This commit is contained in:
Dax Raad 2026-07-06 00:57:23 -04:00
commit e6e951b252
27 changed files with 264 additions and 1689 deletions

View file

@ -1,53 +1,51 @@
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "@opencode-ai/docs",
"name": "OpenCode",
"description": "OpenCode documentation.",
"colors": {
"primary": "#16A34A",
"light": "#07C983",
"dark": "#15803D"
"primary": "#3B7DD8",
"light": "#3B7DD8",
"dark": "#FAB283"
},
"favicon": "/assets/favicon.svg",
"logo": {
"light": "/assets/logo-light.svg",
"dark": "/assets/logo-dark.svg"
},
"favicon": "/favicon-v3.svg",
"navigation": {
"tabs": [
{
"tab": "Docs",
"pages": ["index"]
},
{
"tab": "SDK",
"groups": [
{
"group": "Getting started",
"pages": ["index", "quickstart", "development"],
"openapi": "https://opencode.ai/openapi.json"
}
]
"pages": ["sdk/index"]
}
],
"global": {}
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"navbar": {
"links": [
{
"label": "Support",
"href": "mailto:hi@mintlify.com"
"label": "Discord",
"href": "https://opencode.ai/discord"
}
],
"primary": {
"type": "button",
"label": "Dashboard",
"href": "https://dashboard.mintlify.com"
"label": "GitHub",
"href": "https://github.com/anomalyco/opencode"
}
},
"contextual": {
"options": ["copy", "view", "chatgpt", "claude", "perplexity", "mcp", "cursor", "vscode"]
"options": ["copy", "view", "chatgpt", "claude", "mcp", "cursor", "vscode"]
},
"footer": {
"socials": {
"x": "https://x.com/mintlify",
"github": "https://github.com/mintlify",
"linkedin": "https://linkedin.com/company/mintlify"
"github": "https://github.com/anomalyco/opencode",
"x": "https://x.com/opencode"
}
}
}