aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2025-12-18 17:50:37 -0800
committerDhravya Shah <[email protected]>2025-12-18 17:50:37 -0800
commitff35a6bffc2ab0bb9d31506c26b2a87c3fa87267 (patch)
treec230892783d77fdbcc266b1a4188f45670b3ff80 /apps
parentfix: memory graph not visible with just docs (diff)
downloadsupermemory-ff35a6bffc2ab0bb9d31506c26b2a87c3fa87267.tar.xz
supermemory-ff35a6bffc2ab0bb9d31506c26b2a87c3fa87267.zip
fix: change support email to the one on slack
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.json2
-rw-r--r--apps/docs/memory-api/sdks/overview.mdx2
-rw-r--r--apps/docs/migration/from-mem0.mdx2
5 files changed, 7 insertions, 7 deletions
diff --git a/apps/browser-extension/entrypoints/popup/App.tsx b/apps/browser-extension/entrypoints/popup/App.tsx
index 37e43007..78864783 100644
--- a/apps/browser-extension/entrypoints/popup/App.tsx
+++ b/apps/browser-extension/entrypoints/popup/App.tsx
@@ -679,7 +679,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 b1ee9b35..80ec57a1 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 3f2234e9..5ec94339 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"
}
],
diff --git a/apps/docs/memory-api/sdks/overview.mdx b/apps/docs/memory-api/sdks/overview.mdx
index 84719016..32ffdd32 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 79740ae2..e218c592 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