aboutsummaryrefslogtreecommitdiff
path: root/apps/docs/docs.json
diff options
context:
space:
mode:
authorPrasanna721 <[email protected]>2026-01-27 22:18:18 +0000
committerPrasanna721 <[email protected]>2026-01-27 22:18:18 +0000
commitefd6c133e6df1493cd7204eb673976160f7e3a9c (patch)
treee614a8cc4df1687750031606d12680a5033e0305 /apps/docs/docs.json
parentMerge branch 'main' of https://github.com/supermemoryai/supermemory (diff)
downloadsupermemory-efd6c133e6df1493cd7204eb673976160f7e3a9c.tar.xz
supermemory-efd6c133e6df1493cd7204eb673976160f7e3a9c.zip
docs: add ClawdBot integration page (#714)clawdbot-docs
Clawdbot docs Changes: - Added integrations/clawdbot.mdx — ClawdBot Supermemory Plugin documentation page with shrimp icon - Added "Plugins" group to the bottom of the Integrations sidebar in docs.json - Page covers: API key setup (zsh/bash/PowerShell), plugin install, how it works (auto-recall/auto-capture), features (AI tools, slash commands, CLI), manual configuration, and advanced options
Diffstat (limited to 'apps/docs/docs.json')
-rw-r--r--apps/docs/docs.json66
1 files changed, 53 insertions, 13 deletions
diff --git a/apps/docs/docs.json b/apps/docs/docs.json
index 52ff8caf..89aae429 100644
--- a/apps/docs/docs.json
+++ b/apps/docs/docs.json
@@ -3,7 +3,11 @@
"api": {
"examples": {
"defaults": "required",
- "languages": ["javascript", "python", "curl"]
+ "languages": [
+ "javascript",
+ "python",
+ "curl"
+ ]
},
"openapi": "https://api.supermemory.ai/v3/openapi"
},
@@ -13,7 +17,12 @@
"primary": "#1E3A8A"
},
"contextual": {
- "options": ["copy", "view", "chatgpt", "claude"]
+ "options": [
+ "copy",
+ "view",
+ "chatgpt",
+ "claude"
+ ]
},
"favicon": "/favicon.png",
"fonts": {
@@ -33,7 +42,9 @@
"x": "https://x.com/supermemory"
}
},
- "icons": { "library": "lucide" },
+ "icons": {
+ "library": "lucide"
+ },
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
@@ -68,7 +79,11 @@
{
"group": "Getting Started",
"icon": "rocket",
- "pages": ["intro", "quickstart", "vibe-coding"]
+ "pages": [
+ "intro",
+ "quickstart",
+ "vibe-coding"
+ ]
},
{
"group": "Concepts",
@@ -94,7 +109,10 @@
{
"group": "Manage Content",
"icon": "folder-cog",
- "pages": ["document-operations", "memory-operations"]
+ "pages": [
+ "document-operations",
+ "memory-operations"
+ ]
},
"overview/use-cases"
]
@@ -128,7 +146,10 @@
{
"group": "From another provider",
"icon": "truck",
- "pages": ["migration/from-mem0", "migration/from-zep"]
+ "pages": [
+ "migration/from-mem0",
+ "migration/from-zep"
+ ]
}
]
}
@@ -137,7 +158,10 @@
{
"anchor": "Supermemory MCP",
"icon": "terminal",
- "pages": ["supermemory-mcp/mcp", "supermemory-mcp/setup"]
+ "pages": [
+ "supermemory-mcp/mcp",
+ "supermemory-mcp/setup"
+ ]
}
],
"tab": "Developer Platform"
@@ -155,7 +179,13 @@
"integrations/claude-memory",
"integrations/pipecat",
"integrations/n8n",
- "integrations/zapier"
+ "integrations/zapier",
+ {
+ "group": "Plugins",
+ "pages": [
+ "integrations/clawdbot"
+ ]
+ }
]
}
],
@@ -172,7 +202,6 @@
],
"tab": "API Reference"
},
-
{
"icon": "flask-conical",
"anchors": [
@@ -184,7 +213,10 @@
"memorybench/github",
{
"group": "Getting Started",
- "pages": ["memorybench/installation", "memorybench/quickstart"]
+ "pages": [
+ "memorybench/installation",
+ "memorybench/quickstart"
+ ]
},
{
"group": "Development",
@@ -197,7 +229,10 @@
},
{
"group": "Reference",
- "pages": ["memorybench/cli", "memorybench/integrations"]
+ "pages": [
+ "memorybench/cli",
+ "memorybench/integrations"
+ ]
}
]
}
@@ -233,7 +268,10 @@
"anchors": [
{
"anchor": "Changelog",
- "pages": ["changelog/overview", "changelog/developer-platform"]
+ "pages": [
+ "changelog/overview",
+ "changelog/developer-platform"
+ ]
}
],
"tab": "Changelog"
@@ -462,6 +500,8 @@
"source": "/memory-api/overview"
}
],
- "styling": { "eyebrows": "breadcrumbs" },
+ "styling": {
+ "eyebrows": "breadcrumbs"
+ },
"theme": "mint"
}