From bf0f85e37f8ccdf1a749a279f67161b63f5d3bc8 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 7 Dec 2025 19:58:04 -0500 Subject: playing with sdk docs --- packages/docs/docs.json | 41 ++++------------------------------------- 1 file changed, 4 insertions(+), 37 deletions(-) (limited to 'packages/docs/docs.json') diff --git a/packages/docs/docs.json b/packages/docs/docs.json index 4ca49de58..91f6f693d 100644 --- a/packages/docs/docs.json +++ b/packages/docs/docs.json @@ -8,53 +8,20 @@ "dark": "#15803D" }, "favicon": "/favicon.svg", - "servers": [ - { - "url": "https://opencode.ai/openapi.json" - } - ], "navigation": { "tabs": [ { - "tab": "Guides", + "tab": "SDK", "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"] + "pages": ["index", "quickstart", "development"], + "openapi": "./openapi.json" } ] - }, - { - "tab": "API Reference", - "openapi": "https://opencode.ai/openapi.json" } ], - "global": { - "anchors": [ - { - "anchor": "Documentation", - "href": "https://mintlify.com/docs", - "icon": "book-open-cover" - }, - { - "anchor": "Blog", - "href": "https://mintlify.com/blog", - "icon": "newspaper" - } - ] - } + "global": {} }, "logo": { "light": "/logo/light.svg", -- cgit v1.2.3