| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "$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",
- "pages": ["index", "config", "plugins", "troubleshooting"]
- },
- {
- "tab": "SDK",
- "pages": ["sdk/index"]
- },
- {
- "tab": "API",
- "groups": [
- {
- "group": "Overview",
- "pages": ["api/index"]
- },
- {
- "group": "Endpoints",
- "openapi": "openapi.json"
- }
- ]
- }
- ],
- "global": {}
- },
- "navbar": {
- "links": [
- {
- "label": "Discord",
- "href": "https://opencode.ai/discord"
- }
- ],
- "primary": {
- "type": "button",
- "label": "GitHub",
- "href": "https://github.com/anomalyco/opencode"
- }
- },
- "contextual": {
- "options": ["copy", "view", "chatgpt", "claude", "mcp", "cursor", "vscode"]
- },
- "footer": {
- "socials": {
- "github": "https://github.com/anomalyco/opencode",
- "x": "https://x.com/opencode"
- }
- }
- }
|