docs: added how-to guides for architectural modules (#11883)
* added initial how-tos * finished changes * generated sidebars
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user