docs: added how-to guides for architectural modules (#11883)

* added initial how-tos

* finished changes

* generated sidebars
This commit is contained in:
Shahed Nasser
2025-03-18 09:49:19 +02:00
committed by GitHub
parent 0099c1e2e9
commit cb68a9e67b
37 changed files with 5265 additions and 68 deletions
@@ -43,6 +43,11 @@ export const architecturalModulesSidebar = [
path: "/architectural-modules/cache/create",
title: "Create Cache Module",
},
{
type: "link",
path: "/references/cache-service",
title: "Use Cache Module",
},
],
},
],
@@ -82,6 +87,11 @@ export const architecturalModulesSidebar = [
path: "/architectural-modules/event/create",
title: "Create Event Module",
},
{
type: "link",
path: "/references/event-service",
title: "Use Event Module",
},
],
},
],
@@ -121,6 +131,11 @@ export const architecturalModulesSidebar = [
path: "/references/file-provider-module",
title: "Create File Provider",
},
{
type: "link",
path: "/references/file-service",
title: "Use File Module",
},
],
},
],
@@ -214,6 +229,11 @@ export const architecturalModulesSidebar = [
path: "/architectural-modules/notification/send-notification",
title: "Send Notification",
},
{
type: "link",
path: "/references/notification-service",
title: "Use Notification Module",
},
],
},
],
@@ -244,6 +264,17 @@ export const architecturalModulesSidebar = [
},
],
},
{
type: "sub-category",
title: "Guides",
children: [
{
type: "link",
path: "/architectural-modules/workflow-engine/how-to-use",
title: "Use Workflow Engine Module",
},
],
},
],
},
]