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
+12
View File
@@ -107,6 +107,18 @@ export const sidebar = [
title: "Cache",
path: "/cache",
},
{
type: "link",
title: "Emails",
path: "/emails",
children: [
{
type: "link",
title: "React Email Templates",
path: "/emails/react-email",
},
],
},
],
},
{