Skip to content

Commit 617aabe

Browse files
[FIX] Graph Docs page was missing on the side bar (#3402)
1 parent 163dafb commit 617aabe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"platform/features/platform-overview",
5959
"platform/features/contextual-add",
6060
"platform/features/async-client",
61+
"platform/features/graph-memory",
6162
"platform/features/advanced-retrieval",
6263
"platform/features/criteria-retrieval",
6364
"platform/features/multimodal-support",

docs/platform/features/platform-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Learn about the key features and capabilities that make Mem0 a powerful platform
3636
<Card title="Memory Export" icon="file-export" href="memory-export">
3737
Export memories in structured formats using customizable Pydantic schemas.
3838
</Card>
39-
<Card title="Graph Memory" icon="graph" href="graph-memory">
39+
<Card title="Graph Memory" icon="circle-nodes" href="graph-memory">
4040
Add memories in the form of nodes and edges in a graph database and search for related memories.
4141
</Card>
4242
</CardGroup>

0 commit comments

Comments
 (0)