docs: emails in cloud (#14040)

* docs: emails in cloud

* add notes to user guides

* small updates

* small change

* fix link

* addressed feedback
This commit is contained in:
Shahed Nasser
2025-11-17 10:54:01 +02:00
committed by GitHub
parent 2c61a413dc
commit 4e1c474dfa
15 changed files with 1174 additions and 16 deletions

View File

@@ -157,6 +157,23 @@ export const generatedSidebars = [
"title": "Cache",
"path": "/cache",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Emails",
"path": "/emails",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "React Email Templates",
"path": "/emails/react-email",
"children": []
}
]
}
]
},