diff options
| author | Dhravya Shah <[email protected]> | 2026-01-30 17:32:02 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2026-01-30 17:32:02 -0700 |
| commit | e7642ffc86ce7229878628743e133defb930685d (patch) | |
| tree | cbb427288ebfa8eaf7732b6fb1e749c1613e3c0d /apps/docs/docs.json | |
| parent | docs: add Claude Code integration page (#716) (diff) | |
| download | supermemory-e7642ffc86ce7229878628743e133defb930685d.tar.xz supermemory-e7642ffc86ce7229878628743e133defb930685d.zip | |
fix: docs
Diffstat (limited to 'apps/docs/docs.json')
| -rw-r--r-- | apps/docs/docs.json | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/apps/docs/docs.json b/apps/docs/docs.json index c558c184..a97f9448 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -170,7 +170,7 @@ "icon": "plug", "anchors": [ { - "anchor": "Integrations", + "anchor": "API Integrations", "pages": [ "integrations/supermemory-sdk", "integrations/ai-sdk", @@ -179,18 +179,25 @@ "integrations/claude-memory", "integrations/pipecat", "integrations/n8n", - "integrations/zapier", - { - "group": "Plugins", - "pages": [ - "integrations/clawdbot", - "integrations/claude-code" - ] - } + "integrations/zapier" ] } ], - "tab": "Integrations" + "tab": "API Integrations" + }, + { + "icon": "puzzle", + "anchors": [ + { + "anchor": "Plugins", + "pages": [ + "integrations/openclaw", + "integrations/claude-code", + "integrations/opencode" + ] + } + ], + "tab": "Plugins" }, { "icon": "book-open", @@ -281,6 +288,11 @@ }, "redirects": [ { + "destination": "/integrations/openclaw", + "permanent": true, + "source": "/integrations/clawdbot" + }, + { "destination": "/intro", "permanent": false, "source": "/" |