aboutsummaryrefslogtreecommitdiff
path: root/apps/docs/docs.json
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2026-01-28 12:52:45 -0700
committerDhravya Shah <[email protected]>2026-01-28 12:52:45 -0700
commit489b5e23c04defea8d913790f34a7d9365393f73 (patch)
treeb32516cebde7d63d733aa03e9525e66e5a1c0846 /apps/docs/docs.json
parentchore: update api key (diff)
parentdocs: add ClawdBot integration page (#714) (diff)
downloadsupermemory-489b5e23c04defea8d913790f34a7d9365393f73.tar.xz
supermemory-489b5e23c04defea8d913790f34a7d9365393f73.zip
Merge branch 'main' of https://github.com/supermemoryai/supermemory
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"
}