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
@@ -142,6 +142,30 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
"path": "https://docs.medusajs.com/resources/architectural-modules/notification/send-notification",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Use Cache Module",
"path": "https://docs.medusajs.com/resources/references/cache-service",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Use Event Module",
"path": "https://docs.medusajs.com/resources/references/event-service",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Use File Module",
"path": "https://docs.medusajs.com/resources/references/file-service",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -149,6 +173,22 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
"title": "Use Locking Module",
"path": "https://docs.medusajs.com/resources/references/locking-service",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Use Notification Module",
"path": "https://docs.medusajs.com/resources/references/notification-service",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Use Workflow Engine Module",
"path": "https://docs.medusajs.com/resources/architectural-modules/workflow-engine/how-to-use",
"children": []
}
]
},