diff options
| author | Dhravya Shah <[email protected]> | 2026-01-18 16:55:32 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-18 16:55:32 -0800 |
| commit | 87b361c26bf5fc16049cd2727825891aa14b8e8b (patch) | |
| tree | c2f9f4f6223a7c1734578b772a16490ba2eb8b96 /apps/docs/memory-graph | |
| parent | Add Claude Code GitHub Workflow (#681) (diff) | |
| download | supermemory-87b361c26bf5fc16049cd2727825891aa14b8e8b.tar.xz supermemory-87b361c26bf5fc16049cd2727825891aa14b8e8b.zip | |
docs changes (#678)
Co-authored-by: Claude Opus 4.5 <[email protected]>
Diffstat (limited to 'apps/docs/memory-graph')
| -rw-r--r-- | apps/docs/memory-graph/installation.mdx | 4 | ||||
| -rw-r--r-- | apps/docs/memory-graph/quickstart.mdx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/docs/memory-graph/installation.mdx b/apps/docs/memory-graph/installation.mdx index 0051825f..e3a0b2d4 100644 --- a/apps/docs/memory-graph/installation.mdx +++ b/apps/docs/memory-graph/installation.mdx @@ -19,10 +19,10 @@ npm install @supermemory/memory-graph ## Next Steps <CardGroup cols={2}> - <Card title="Quick Start" icon="rocket" href="/memory-graph/quickstart"> + <Card title="Quick Start" icon="rocket" href="/integrations/memory-graph"> Get the graph running with real data </Card> - <Card title="API Reference" icon="code" href="/memory-graph/api-reference"> + <Card title="API Reference" icon="code" href="/integrations/memory-graph"> Explore all available props and types </Card> </CardGroup> diff --git a/apps/docs/memory-graph/quickstart.mdx b/apps/docs/memory-graph/quickstart.mdx index d05a0925..1b02fef6 100644 --- a/apps/docs/memory-graph/quickstart.mdx +++ b/apps/docs/memory-graph/quickstart.mdx @@ -198,10 +198,10 @@ Show custom content when no documents exist: ## Next Steps <CardGroup cols={2}> - <Card title="Examples" icon="code" href="/memory-graph/examples"> + <Card title="Examples" icon="code" href="/integrations/memory-graph"> See more usage examples </Card> - <Card title="API Reference" icon="book" href="/memory-graph/api-reference"> + <Card title="API Reference" icon="book" href="/integrations/memory-graph"> Full API documentation </Card> </CardGroup> |