aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--README.md2
-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
-rw-r--r--packages/memory-graph/package.json2
8 files changed, 10 insertions, 10 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bbd54c23..c05deff3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -291,7 +291,7 @@ For feature requests, please provide:
- **Discord**: [Join our Discord server](https://supermemory.link/discord)
- **GitHub Discussions**: For questions and ideas
- **Issues**: For bug reports and feature requests
-- **Email**: [[email protected]](mailto:[email protected])
+- **Email**: [[email protected]](mailto:[email protected])
## 📄 License
diff --git a/README.md b/README.md
index 399fe6f8..7c83e240 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ Go to [app.supermemory.ai](https://app.supermemory.ai) and sign in with your acc
Have questions or feedback? We're here to help:
- Discord: [Join our Discord server](https://supermemory.link/discord)
- Documentation: [docs.supermemory.ai](https://docs.supermemory.ai)
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
diff --git a/packages/memory-graph/package.json b/packages/memory-graph/package.json
index 18083a8e..e356619f 100644
--- a/packages/memory-graph/package.json
+++ b/packages/memory-graph/package.json
@@ -1,6 +1,6 @@
{
"name": "@supermemory/memory-graph",
- "version": "0.1.5",
+ "version": "0.1.7",
"description": "Interactive graph visualization component for Supermemory - visualize and explore your memory connections",
"type": "module",
"main": "./dist/memory-graph.cjs",