aboutsummaryrefslogtreecommitdiff
path: root/apps/docs/memory-api
diff options
context:
space:
mode:
authorMaheshtheDev <[email protected]>2025-12-20 00:47:52 +0000
committerMaheshtheDev <[email protected]>2025-12-20 00:47:52 +0000
commitb8e98c7dba9ebdf87bc9fefbc330ec329dd3ae93 (patch)
tree8a4e21b930e791bb88527a80b543785da1e9d9f9 /apps/docs/memory-api
parentSupport for conversations in SDKs (#618) (diff)
downloadsupermemory-b8e98c7dba9ebdf87bc9fefbc330ec329dd3ae93.tar.xz
supermemory-b8e98c7dba9ebdf87bc9fefbc330ec329dd3ae93.zip
add(docs): migration guide from zep to supermemory (#612)12-06-add_docs_migration_guide_from_zep_to_supermemory
add docs for Migration Guide from zep to supermemory
Diffstat (limited to 'apps/docs/memory-api')
-rw-r--r--apps/docs/memory-api/creation/adding-memories.mdx2
-rw-r--r--apps/docs/memory-api/introduction.mdx2
-rw-r--r--apps/docs/memory-api/overview.mdx4
-rw-r--r--apps/docs/memory-api/searching/searching-memories.mdx2
-rw-r--r--apps/docs/memory-api/track-progress.mdx2
5 files changed, 6 insertions, 6 deletions
diff --git a/apps/docs/memory-api/creation/adding-memories.mdx b/apps/docs/memory-api/creation/adding-memories.mdx
index 9b34b3bb..a8837e3c 100644
--- a/apps/docs/memory-api/creation/adding-memories.mdx
+++ b/apps/docs/memory-api/creation/adding-memories.mdx
@@ -373,4 +373,4 @@ requests.patch(
## Next Steps
-Explore more advanced features in our [API Reference](/api-reference/manage-memories/add-memory)
+Explore more advanced features in our API Reference tab.
diff --git a/apps/docs/memory-api/introduction.mdx b/apps/docs/memory-api/introduction.mdx
index 8ff4547e..ca4fa705 100644
--- a/apps/docs/memory-api/introduction.mdx
+++ b/apps/docs/memory-api/introduction.mdx
@@ -31,7 +31,7 @@ Check out the following resources to get started:
<Card title="Quickstart" icon="zap" href="/memory-api/overview">
Get started in 5 minutes
</Card>
- <Card title="API Reference" icon="unplug" href="/api-reference">
+ <Card title="API Reference" icon="unplug">
Learn more about the API
</Card>
<Card title="Use Cases" icon="brain" href="/overview/use-cases">
diff --git a/apps/docs/memory-api/overview.mdx b/apps/docs/memory-api/overview.mdx
index 33771e2c..c201f157 100644
--- a/apps/docs/memory-api/overview.mdx
+++ b/apps/docs/memory-api/overview.mdx
@@ -81,7 +81,7 @@ client.memory.add(
This will add a new memory to your supermemory account.
-Try it out in the [API Playground](/api-reference/manage-memories/add-memory).
+Try it out in the API Reference tab.
## Content Processing
@@ -132,7 +132,7 @@ client.search.execute(
</CodeGroup>
-Try it out in the [API Playground](/api-reference/search-memories/search-memories).
+Try it out in the API Reference tab.
You can do a lot more with supermemory, and we will walk through everything you need to.
diff --git a/apps/docs/memory-api/searching/searching-memories.mdx b/apps/docs/memory-api/searching/searching-memories.mdx
index 517b835d..6e5f3454 100644
--- a/apps/docs/memory-api/searching/searching-memories.mdx
+++ b/apps/docs/memory-api/searching/searching-memories.mdx
@@ -178,4 +178,4 @@ Forgotten memories are memories that have been explicitly forgotten using the fo
## Next Steps
-Explore more advanced features in our [API Reference](/api-reference/search-memories/search-memories).
+Explore more advanced features in our API Reference tab.
diff --git a/apps/docs/memory-api/track-progress.mdx b/apps/docs/memory-api/track-progress.mdx
index 1d02cc0d..e14d7739 100644
--- a/apps/docs/memory-api/track-progress.mdx
+++ b/apps/docs/memory-api/track-progress.mdx
@@ -154,7 +154,7 @@ curl -X GET "https://api.supermemory.ai/v3/documents/doc_abc123" \
}
```
-For more comprehensive information on the get documents by ID endpoint, refer to the [API reference.](/api-reference/manage-documents/get-document)
+For more comprehensive information on the get documents by ID endpoint, refer to the API Reference tab.
## Status Values