diff options
| author | Shoubhit Dash <[email protected]> | 2025-11-25 20:18:26 +0530 |
|---|---|---|
| committer | Shoubhit Dash <[email protected]> | 2025-11-25 20:18:26 +0530 |
| commit | 1e6954434b4690c62e7094b70c7c491a8371b268 (patch) | |
| tree | 2eb87c8dc82a9b479b64ffdc200c72a0b066609a /apps/docs/docs.json | |
| parent | feat (docs): web crawler connector (#593) (diff) | |
| download | supermemory-graph-package-docs.tar.xz supermemory-graph-package-docs.zip | |
add docs for memory graphgraph-package-docs
Diffstat (limited to 'apps/docs/docs.json')
| -rw-r--r-- | apps/docs/docs.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/docs/docs.json b/apps/docs/docs.json index aef210a2..95cbd4f0 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -204,6 +204,19 @@ "ai-sdk/infinite-chat", "ai-sdk/npm" ] + }, + { + "group": "Memory Graph", + "icon": "network", + "pages": [ + "memory-graph/overview", + "memory-graph/installation", + "memory-graph/quick-start", + "memory-graph/api-reference", + "memory-graph/examples", + "memory-graph/troubleshooting", + "memory-graph/npm" + ] } ] } |