docs: revise architectural modules documentation

This commit is contained in:
Shahed Nasser
2024-12-11 12:36:16 +02:00
parent fd77809158
commit 9acd0f72a6
6 changed files with 196 additions and 21 deletions
+7 -2
View File
@@ -1655,7 +1655,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([
},
{
type: "category",
title: "File Provider Modules",
title: "File Module Providers",
children: [
{
type: "link",
@@ -1687,7 +1687,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([
},
{
type: "category",
title: "Notification Provider Modules",
title: "Notification Module Providers",
children: [
{
type: "link",
@@ -1718,6 +1718,11 @@ export const sidebar = sidebarAttachHrefCommonOptions([
path: "/references/notification-provider-module",
title: "Create Notification Provider",
},
{
type: "link",
path: "/integrations/guides/resend",
title: "Integrate Resend",
},
],
},
],