From e7642ffc86ce7229878628743e133defb930685d Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Fri, 30 Jan 2026 17:32:02 -0700 Subject: fix: docs --- apps/docs/docs.json | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) (limited to 'apps/docs/docs.json') 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", @@ -280,6 +287,11 @@ ] }, "redirects": [ + { + "destination": "/integrations/openclaw", + "permanent": true, + "source": "/integrations/clawdbot" + }, { "destination": "/intro", "permanent": false, -- cgit v1.2.3