diff options
| author | Dhravya Shah <[email protected]> | 2025-11-27 09:53:11 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-11-27 09:53:11 -0700 |
| commit | 2f8bafac4ecdbf5eccf49219b898fd6586f338a3 (patch) | |
| tree | 0b97ae1eaab5257a5658da38bcff0e4acd36c602 /apps/docs/introduction.mdx | |
| parent | runtime styles injection + let user proxy requests for data in graph package ... (diff) | |
| download | supermemory-2f8bafac4ecdbf5eccf49219b898fd6586f338a3.tar.xz supermemory-2f8bafac4ecdbf5eccf49219b898fd6586f338a3.zip | |
update quickstart
Diffstat (limited to 'apps/docs/introduction.mdx')
| -rw-r--r-- | apps/docs/introduction.mdx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/docs/introduction.mdx b/apps/docs/introduction.mdx index a56eb603..197586d6 100644 --- a/apps/docs/introduction.mdx +++ b/apps/docs/introduction.mdx @@ -38,12 +38,12 @@ export const HeroCard = ({ imageUrl, title, description, href }) => { imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/40fe287e-b392-4bd6-9fc5-128ef674ca00/public" title="Memory APIs" description="Use our hyper fast, scalable and composable APIs for memory and RAG" - href="/how-it-works" + href="/intro" /> <HeroCard - imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/eda8b2fd-9633-4e93-c6bd-10b44be75e00/public" - title="Model Enhancer (Infinite chat)" + imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/9af9572c-9f8d-42d8-f7d0-503a5f87a300/public" + title="User profiles" description="One line to add memory to your app. Supercharge your LLM with supermemory's intelligent context management." href="/memory-router/overview" /> @@ -56,7 +56,7 @@ export const HeroCard = ({ imageUrl, title, description, href }) => { /> <HeroCard - imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/9af9572c-9f8d-42d8-f7d0-503a5f87a300/public" + imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/eda8b2fd-9633-4e93-c6bd-10b44be75e00/public" title="Cookbooks" description="Get started with supermemory with tutorials and examples" href="/cookbook/overview" |