docs: added restock notification guide (#10413)
* docs: added restock notification guide * changes * lint fixes * fixes * more changes * remove get email step * add og image * update sendRestockNotificationsWorkflow * updates * fix links
This commit is contained in:
@@ -5659,5 +5659,6 @@ export const generatedEditDates = {
|
||||
"references/workflows/classes/workflows.WorkflowResponse/page.mdx": "2024-12-09T13:22:04.820Z",
|
||||
"references/workflows/interfaces/workflows.ApplyStepOptions/page.mdx": "2024-12-09T13:22:04.808Z",
|
||||
"references/workflows/types/workflows.WorkflowData/page.mdx": "2024-12-09T13:22:04.836Z",
|
||||
"app/integrations/guides/resend/page.mdx": "2024-12-09T16:19:17.798Z"
|
||||
"app/integrations/guides/resend/page.mdx": "2024-12-09T16:19:17.798Z",
|
||||
"app/recipes/commerce-automation/restock-notification/page.mdx": "2024-12-10T14:15:39.178Z"
|
||||
}
|
||||
@@ -667,6 +667,10 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/app/recipes/commerce-automation/page.mdx",
|
||||
"pathname": "/recipes/commerce-automation"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/recipes/commerce-automation/restock-notification/page.mdx",
|
||||
"pathname": "/recipes/commerce-automation/restock-notification"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx",
|
||||
"pathname": "/recipes/digital-products/examples/standard"
|
||||
|
||||
@@ -96,7 +96,16 @@ export const generatedSidebar = [
|
||||
"type": "link",
|
||||
"path": "/recipes/commerce-automation",
|
||||
"title": "Commerce Automation",
|
||||
"children": []
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/recipes/commerce-automation/restock-notification",
|
||||
"title": "Example: Restock Notifications",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
|
||||
Reference in New Issue
Block a user