diff options
| author | Dax Raad <[email protected]> | 2025-12-07 19:58:04 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-07 19:58:04 -0500 |
| commit | bf0f85e37f8ccdf1a749a279f67161b63f5d3bc8 (patch) | |
| tree | 4f268293373171183ebd21f2c93a5708f5bdd680 /packages/docs | |
| parent | 7b52160bff1221b3290b7cfacf60f0c3f39cbb78 (diff) | |
| download | opencode-bf0f85e37f8ccdf1a749a279f67161b63f5d3bc8.tar.gz opencode-bf0f85e37f8ccdf1a749a279f67161b63f5d3bc8.zip | |
playing with sdk docs
Diffstat (limited to 'packages/docs')
| -rw-r--r-- | packages/docs/docs.json | 41 | ||||
| l--------- | packages/docs/openapi.json | 1 |
2 files changed, 5 insertions, 37 deletions
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", diff --git a/packages/docs/openapi.json b/packages/docs/openapi.json new file mode 120000 index 000000000..854dd8b2b --- /dev/null +++ b/packages/docs/openapi.json @@ -0,0 +1 @@ +../sdk/openapi.json
\ No newline at end of file |
