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:
Shahed Nasser
2024-12-10 16:50:40 +02:00
committed by GitHub
parent 4b384eaf05
commit e41ab50f59
12 changed files with 1554 additions and 406 deletions
+2 -1
View File
@@ -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"
+10 -1
View File
@@ -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,