chore: update to new supermemory support email (#503)

updated the new supermemory support email to `support@supermemory.com`
This commit is contained in:
MaheshtheDev 2025-10-21 18:52:45 +00:00
parent d473913c9c
commit 18008fb23f
7 changed files with 10 additions and 13 deletions

View file

@ -282,7 +282,7 @@ For feature requests, please provide:
- **Discord**: Join our community server
- **GitHub Discussions**: For questions and ideas
- **Issues**: For bug reports and feature requests
- **Email**: [dhravya@supermemory.com](mailto:dhravya@supermemory.com)
- **Email**: [support@supermemory.com](mailto:support@supermemory.com)
## 📄 License

View file

@ -42,7 +42,7 @@ Go to [app.supermemory.ai](https://app.supermemory.ai) and sign into with your a
Have questions or feedback? We're here to help:
- Email: [dhravya@supermemory.com](mailto:dhravya@supermemory.com)
- Email: [support@supermemory.com](mailto:support@supermemory.com)
- Documentation: [docs.supermemory.ai](https://docs.supermemory.ai)
## Contributing

View file

@ -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:dhravya@supermemory.com", "_blank")
window.open("mailto:support@supermemory.com", "_blank")
}}
type="button"
>

View file

@ -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:dhravya@supermemory.com)
We're working on more comprehensive recipes. Have a suggestion? [Let us know!](mailto:support@supermemory.com)
<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:dhravya@supermemory.com) for help
- Reach out to [support](mailto:support@supermemory.com) for help
## Contributing Recipes
Have a great Supermemory use case? We'd love to add it to the cookbook!
[Suggest a recipe →](mailto:dhravya@supermemory.com?subject=Cookbook%20Recipe%20Suggestion)
[Suggest a recipe →](mailto:support@supermemory.com?subject=Cookbook%20Recipe%20Suggestion)

View file

@ -42,7 +42,7 @@
"navbar": {
"links": [
{
"href": "mailto:dhravya@supermemory.com",
"href": "mailto:support@supermemory.com",
"label": "Support"
}
],
@ -158,10 +158,7 @@
},
{
"group": "Integrations with no-code tools",
"pages": [
"n8n",
"zapier"
]
"pages": ["n8n", "zapier"]
},
{
"group": "Migration Guides",

View file

@ -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:dhravya@supermemory.com">
<Card title="Request more plugins" icon="life-buoy" href="mailto:support@supermemory.com">
We will add support for your favorite SDKs asap.
</Card>
</Columns>

View file

@ -292,7 +292,7 @@ response = client.chat.completions.create(
</CodeGroup>
<Note>
For enterprise migrations, [contact us](mailto:dhravya@supermemory.com) for assistance.
For enterprise migrations, [contact us](mailto:support@supermemory.com) for assistance.
</Note>
## Next Steps