mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-02 21:50:10 +00:00
add docs for graph package (#603)
This commit is contained in:
parent
7a2f2cb99c
commit
1b9b3012e3
8 changed files with 1075 additions and 328 deletions
28
apps/docs/memory-graph/installation.mdx
Normal file
28
apps/docs/memory-graph/installation.mdx
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title: 'Installation'
|
||||
description: 'Install and set up the Memory Graph component'
|
||||
---
|
||||
|
||||
## Installation
|
||||
|
||||
Install the package using your preferred package manager:
|
||||
|
||||
```bash npm
|
||||
npm install @supermemory/memory-graph
|
||||
```
|
||||
|
||||
## Requirements
|
||||
|
||||
- **React**: 18.0.0 or higher
|
||||
- **react-dom**: 18.0.0 or higher
|
||||
|
||||
## Next Steps
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="Quick Start" icon="rocket" href="/memory-graph/quickstart">
|
||||
Get the graph running with real data
|
||||
</Card>
|
||||
<Card title="API Reference" icon="code" href="/memory-graph/api-reference">
|
||||
Explore all available props and types
|
||||
</Card>
|
||||
</CardGroup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue