docs: add resend integration guide (#10268)

* initial guide

* initial draft

* finished draft

* address feedback

* add meta image
This commit is contained in:
Shahed Nasser
2024-11-27 13:28:52 +02:00
committed by GitHub
parent cc79f21c91
commit 537a609dfb
6 changed files with 896 additions and 2 deletions
@@ -591,6 +591,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/examples/page.mdx",
"pathname": "/examples"
},
{
"filePath": "/www/apps/resources/app/integrations/guides/resend/page.mdx",
"pathname": "/integrations/guides/resend"
},
{
"filePath": "/www/apps/resources/app/integrations/guides/sanity/page.mdx",
"pathname": "/integrations/guides/sanity"
+8
View File
@@ -8036,6 +8036,14 @@ export const generatedSidebar = [
"path": "/integrations/guides/sanity",
"title": "Sanity",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/integrations/guides/resend",
"title": "Resend",
"children": []
}
]
}