aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMaheshtheDev <[email protected]>2025-10-21 18:52:45 +0000
committerMaheshtheDev <[email protected]>2025-10-21 18:52:45 +0000
commit18008fb23fe82421265d8ce88d18fe6b71cbd982 (patch)
tree0fac39383ec3576299f443aa7f4ff0f945c00c11 /apps
parentMerge pull request #497 from aryankeluskar/patch-steps (diff)
downloadsupermemory-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')
-rw-r--r--apps/browser-extension/entrypoints/popup/App.tsx2
-rw-r--r--apps/docs/cookbook/overview.mdx6
-rw-r--r--apps/docs/docs.json7
-rw-r--r--apps/docs/memory-api/sdks/overview.mdx2
-rw-r--r--apps/docs/migration/from-mem0.mdx2
5 files changed, 8 insertions, 11 deletions
diff --git a/apps/browser-extension/entrypoints/popup/App.tsx b/apps/browser-extension/entrypoints/popup/App.tsx
index 06aee4a4..d190716e 100644
--- a/apps/browser-extension/entrypoints/popup/App.tsx
+++ b/apps/browser-extension/entrypoints/popup/App.tsx
@@ -657,7 +657,7 @@ function App() {
<button
className="bg-transparent border-none text-blue-500 cursor-pointer underline text-sm p-0 hover:text-blue-700"
onClick={() => {
- window.open("mailto:[email protected]", "_blank")
+ window.open("mailto:[email protected]", "_blank")
}}
type="button"
>
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