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
+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": []
}
]