docs: added cloud plugins documentation (#12765)

* docs: added cloud plugins documentation

* fixes
This commit is contained in:
Shahed Nasser
2025-06-18 12:30:41 +03:00
committed by GitHub
parent 863861e307
commit 4c0ae51a59
5 changed files with 121 additions and 1 deletions
+3 -1
View File
@@ -8,5 +8,7 @@ export const generatedEditDates = {
"app/notifications/page.mdx": "2025-06-17T12:29:18.819Z",
"app/database/page.mdx": "2025-06-17T14:34:57.104Z",
"app/redis/page.mdx": "2025-06-18T06:50:30.705Z",
"app/s3/page.mdx": "2025-06-18T07:16:14.453Z"
"app/s3/page.mdx": "2025-06-18T07:16:14.453Z",
"app/draft-order-plugin/page.mdx": "2025-06-18T08:32:21.263Z",
"app/loyalty-plugin/page.mdx": "2025-06-18T08:28:51.756Z"
}
+25
View File
@@ -88,6 +88,31 @@ export const generatedSidebars = [
}
]
},
{
"loaded": true,
"isPathHref": true,
"type": "category",
"title": "Plugins",
"initialOpen": true,
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Loyalty",
"path": "/loyalty-plugin",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Draft Orders",
"path": "/draft-order-plugin",
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,