docs: update promotions user guide (#11524)

* update promotion pages

* finish update

* fix build error
This commit is contained in:
Shahed Nasser
2025-02-19 12:12:03 +02:00
committed by GitHub
parent 0da188a4ff
commit 2940b0fee2
11 changed files with 790 additions and 195 deletions
+5 -1
View File
@@ -55,5 +55,9 @@ export const generatedEditDates = {
"app/products/edit/page.mdx": "2025-02-17T17:13:29.141Z",
"app/products/variants/page.mdx": "2025-02-18T12:10:36.029Z",
"app/products/create/bundle/page.mdx": "2025-02-18T12:17:32.166Z",
"app/products/create/multi-part/page.mdx": "2025-02-18T12:17:29.629Z"
"app/products/create/multi-part/page.mdx": "2025-02-18T12:17:29.629Z",
"app/promotions/campaigns/page.mdx": "2025-02-19T09:02:49.193Z",
"app/promotions/create/page.mdx": "2025-02-19T09:00:51.979Z",
"app/promotions/manage/page.mdx": "2025-02-19T09:01:11.841Z",
"app/promotions/page.mdx": "2025-02-19T09:00:12.501Z"
}
+21 -9
View File
@@ -275,26 +275,38 @@ export const generatedSidebar = [
"loaded": true,
"isPathHref": true,
"type": "category",
"path": "/discounts",
"title": "Discounts",
"autogenerate_path": "/discounts",
"title": "Promotions",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/discounts/create",
"title": "Create a Discount",
"description": "",
"title": "Overview",
"path": "/promotions",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/discounts/manage",
"title": "Manage Discounts",
"description": "",
"title": "Create Promotion",
"path": "/promotions/create",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Manage Promotion",
"path": "/promotions/manage",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Manage Campaigns",
"path": "/promotions/campaigns",
"children": []
}
]