diff options
| author | MaheshtheDev <[email protected]> | 2025-10-21 18:52:45 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-10-21 18:52:45 +0000 |
| commit | 18008fb23fe82421265d8ce88d18fe6b71cbd982 (patch) | |
| tree | 0fac39383ec3576299f443aa7f4ff0f945c00c11 /apps/docs | |
| parent | Merge pull request #497 from aryankeluskar/patch-steps (diff) | |
| download | supermemory-18008fb23fe82421265d8ce88d18fe6b71cbd982.tar.xz supermemory-18008fb23fe82421265d8ce88d18fe6b71cbd982.zip | |
chore: update to new supermemory support email (#503)
updated the new supermemory support email to `[email protected]`
Diffstat (limited to 'apps/docs')
| -rw-r--r-- | apps/docs/cookbook/overview.mdx | 6 | ||||
| -rw-r--r-- | apps/docs/docs.json | 7 | ||||
| -rw-r--r-- | apps/docs/memory-api/sdks/overview.mdx | 2 | ||||
| -rw-r--r-- | apps/docs/migration/from-mem0.mdx | 2 |
4 files changed, 7 insertions, 10 deletions
diff --git a/apps/docs/cookbook/overview.mdx b/apps/docs/cookbook/overview.mdx index be320f56..b1ee9b35 100644 --- a/apps/docs/cookbook/overview.mdx +++ b/apps/docs/cookbook/overview.mdx @@ -28,7 +28,7 @@ The Supermemory Cookbook provides complete, production-ready examples that show ## Coming Soon -We're working on more comprehensive recipes. Have a suggestion? [Let us know!](mailto:[email protected]) +We're working on more comprehensive recipes. Have a suggestion? [Let us know!](mailto:[email protected]) <CardGroup cols={2}> <Card title="Research Assistant" icon="search" color="#gray"> @@ -55,10 +55,10 @@ Can't find what you're looking for? - Browse [Search Examples](/search/examples/document-search) for specific feature usage - Check the [AI SDK Examples](/cookbook/ai-sdk-integration) for complete implementations -- Reach out to [support](mailto:[email protected]) for help +- Reach out to [support](mailto:[email protected]) for help ## Contributing Recipes Have a great Supermemory use case? We'd love to add it to the cookbook! -[Suggest a recipe →](mailto:[email protected]?subject=Cookbook%20Recipe%20Suggestion) +[Suggest a recipe →](mailto:[email protected]?subject=Cookbook%20Recipe%20Suggestion) diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 9ccea103..26725632 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -42,7 +42,7 @@ "navbar": { "links": [ { - "href": "mailto:[email protected]", + "href": "mailto:[email protected]", "label": "Support" } ], @@ -158,10 +158,7 @@ }, { "group": "Integrations with no-code tools", - "pages": [ - "n8n", - "zapier" - ] + "pages": ["n8n", "zapier"] }, { "group": "Migration Guides", diff --git a/apps/docs/memory-api/sdks/overview.mdx b/apps/docs/memory-api/sdks/overview.mdx index c0f536b5..84719016 100644 --- a/apps/docs/memory-api/sdks/overview.mdx +++ b/apps/docs/memory-api/sdks/overview.mdx @@ -18,7 +18,7 @@ title: "Overview" Use supermemory with the python and javascript OpenAI SDKs </Card> - <Card title="Request more plugins" icon="life-buoy" href="mailto:[email protected]"> + <Card title="Request more plugins" icon="life-buoy" href="mailto:[email protected]"> We will add support for your favorite SDKs asap. </Card> </Columns> diff --git a/apps/docs/migration/from-mem0.mdx b/apps/docs/migration/from-mem0.mdx index 5a6ccb83..79740ae2 100644 --- a/apps/docs/migration/from-mem0.mdx +++ b/apps/docs/migration/from-mem0.mdx @@ -292,7 +292,7 @@ response = client.chat.completions.create( </CodeGroup> <Note> -For enterprise migrations, [contact us](mailto:[email protected]) for assistance. +For enterprise migrations, [contact us](mailto:[email protected]) for assistance. </Note> ## Next Steps |