aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2025-10-01 18:28:37 -0700
committerDhravya Shah <[email protected]>2025-10-01 18:28:37 -0700
commite778b6d4946e54221085f5eac6a3b56c33ab35c8 (patch)
tree4cc13fcbe825e32c3c3790cde1402de3b0655316 /apps
parentMerge branch 'main' of https://github.com/supermemoryai/supermemory (diff)
downloadsupermemory-e778b6d4946e54221085f5eac6a3b56c33ab35c8.tar.xz
supermemory-e778b6d4946e54221085f5eac6a3b56c33ab35c8.zip
fix: Migration guides
Diffstat (limited to 'apps')
-rw-r--r--apps/docs/docs.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/docs/docs.json b/apps/docs/docs.json
index 217e74fb..0c19f48e 100644
--- a/apps/docs/docs.json
+++ b/apps/docs/docs.json
@@ -74,10 +74,6 @@
"pages": ["intro", "routervsapi", "quickstart", "memory-vs-rag"]
},
{
- "group": "Migration Guides",
- "pages": ["migration/from-mem0"]
- },
- {
"group": "Memory API",
"pages": [
"how-it-works",
@@ -160,6 +156,10 @@
]
},
{
+ "group": "Migration Guides",
+ "pages": ["migration/from-mem0"]
+ },
+ {
"group": "Deployment",
"pages": ["deployment/self-hosting"]
}