diff options
| author | nexxeln <[email protected]> | 2025-12-04 18:56:40 +0000 |
|---|---|---|
| committer | nexxeln <[email protected]> | 2025-12-04 18:56:40 +0000 |
| commit | 1b9b3012e37284d67d9061c6a13dd53cfeb7463f (patch) | |
| tree | 79ad24f1ccadf666c9c4d9a2d3947a90eb6cecec /apps/docs/docs.json | |
| parent | use latest graph and remove old graph (#604) (diff) | |
| download | supermemory-graph-docs.tar.xz supermemory-graph-docs.zip | |
add docs for graph package (#603)graph-docs
Diffstat (limited to 'apps/docs/docs.json')
| -rw-r--r-- | apps/docs/docs.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/docs/docs.json b/apps/docs/docs.json index dab7caeb..347d6df5 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -213,6 +213,18 @@ "ai-sdk/infinite-chat", "ai-sdk/npm" ] + }, + { + "group": "Memory Graph", + "icon": "network", + "pages": [ + "memory-graph/overview", + "memory-graph/installation", + "memory-graph/quickstart", + "memory-graph/api-reference", + "memory-graph/examples", + "memory-graph/npm" + ] } ] } |