| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "$schema": "https://mintlify.com/docs.json",
- "theme": "mint",
- "name": "@opencode-ai/docs",
- "colors": {
- "primary": "#16A34A",
- "light": "#07C983",
- "dark": "#15803D"
- },
- "favicon": "/favicon.svg",
- "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"
- }
- }
- }
|