docs: added cloud plugins documentation (#12765)
* docs: added cloud plugins documentation * fixes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user