mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
100 lines
2.4 KiB
JSON
100 lines
2.4 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "@opencode-ai/docs",
|
|
"colors": {
|
|
"primary": "#16A34A",
|
|
"light": "#07C983",
|
|
"dark": "#15803D"
|
|
},
|
|
"favicon": "/favicon.svg",
|
|
"servers": [
|
|
{
|
|
"url": "https://opencode.ai/openapi.json"
|
|
}
|
|
],
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Guides",
|
|
"groups": [
|
|
{
|
|
"group": "Getting started",
|
|
"pages": ["index", "quickstart", "development"]
|
|
},
|
|
{
|
|
"group": "Customization",
|
|
"pages": ["essentials/settings", "essentials/navigation"]
|
|
},
|
|
{
|
|
"group": "Writing content",
|
|
"pages": ["essentials/markdown", "essentials/code", "essentials/images", "essentials/reusable-snippets"]
|
|
},
|
|
{
|
|
"group": "AI tools",
|
|
"pages": ["ai-tools/cursor", "ai-tools/claude-code", "ai-tools/windsurf"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "API reference",
|
|
"groups": [
|
|
{
|
|
"group": "API documentation",
|
|
"pages": ["api-reference/introduction"]
|
|
},
|
|
{
|
|
"group": "Endpoint examples",
|
|
"pages": [
|
|
"api-reference/endpoint/get",
|
|
"api-reference/endpoint/create",
|
|
"api-reference/endpoint/delete",
|
|
"api-reference/endpoint/webhook"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"global": {
|
|
"anchors": [
|
|
{
|
|
"anchor": "Documentation",
|
|
"href": "https://mintlify.com/docs",
|
|
"icon": "book-open-cover"
|
|
},
|
|
{
|
|
"anchor": "Blog",
|
|
"href": "https://mintlify.com/blog",
|
|
"icon": "newspaper"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|