|
8 | 8 | "dark": "#15803D" |
9 | 9 | }, |
10 | 10 | "favicon": "/favicon.svg", |
11 | | - "servers": [ |
12 | | - { |
13 | | - "url": "https://opencode.ai/openapi.json" |
14 | | - } |
15 | | - ], |
16 | 11 | "navigation": { |
17 | 12 | "tabs": [ |
18 | 13 | { |
19 | | - "tab": "Guides", |
| 14 | + "tab": "SDK", |
20 | 15 | "groups": [ |
21 | 16 | { |
22 | 17 | "group": "Getting started", |
23 | | - "pages": ["index", "quickstart", "development"] |
24 | | - }, |
25 | | - { |
26 | | - "group": "Customization", |
27 | | - "pages": ["essentials/settings", "essentials/navigation"] |
28 | | - }, |
29 | | - { |
30 | | - "group": "Writing content", |
31 | | - "pages": ["essentials/markdown", "essentials/code", "essentials/images", "essentials/reusable-snippets"] |
32 | | - }, |
33 | | - { |
34 | | - "group": "AI tools", |
35 | | - "pages": ["ai-tools/cursor", "ai-tools/claude-code", "ai-tools/windsurf"] |
| 18 | + "pages": ["index", "quickstart", "development"], |
| 19 | + "openapi": "./openapi.json" |
36 | 20 | } |
37 | 21 | ] |
38 | | - }, |
39 | | - { |
40 | | - "tab": "API Reference", |
41 | | - "openapi": "https://opencode.ai/openapi.json" |
42 | 22 | } |
43 | 23 | ], |
44 | | - "global": { |
45 | | - "anchors": [ |
46 | | - { |
47 | | - "anchor": "Documentation", |
48 | | - "href": "https://mintlify.com/docs", |
49 | | - "icon": "book-open-cover" |
50 | | - }, |
51 | | - { |
52 | | - "anchor": "Blog", |
53 | | - "href": "https://mintlify.com/blog", |
54 | | - "icon": "newspaper" |
55 | | - } |
56 | | - ] |
57 | | - } |
| 24 | + "global": {} |
58 | 25 | }, |
59 | 26 | "logo": { |
60 | 27 | "light": "/logo/light.svg", |
|
0 commit comments