diff options
| author | Dhravya Shah <[email protected]> | 2025-10-01 18:28:37 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-10-01 18:28:37 -0700 |
| commit | e778b6d4946e54221085f5eac6a3b56c33ab35c8 (patch) | |
| tree | 4cc13fcbe825e32c3c3790cde1402de3b0655316 /apps/docs/docs.json | |
| parent | Merge branch 'main' of https://github.com/supermemoryai/supermemory (diff) | |
| download | supermemory-e778b6d4946e54221085f5eac6a3b56c33ab35c8.tar.xz supermemory-e778b6d4946e54221085f5eac6a3b56c33ab35c8.zip | |
fix: Migration guides
Diffstat (limited to 'apps/docs/docs.json')
| -rw-r--r-- | apps/docs/docs.json | 8 |
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"] } |