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
+23 -3
View File
@@ -165,9 +165,29 @@ export const sidebar = sidebarAttachHrefCommonOptions([
},
{
type: "category",
path: "/discounts",
title: "Discounts",
autogenerate_path: "/discounts",
title: "Promotions",
children: [
{
type: "link",
title: "Overview",
path: "/promotions",
},
{
type: "link",
title: "Create Promotion",
path: "/promotions/create",
},
{
type: "link",
title: "Manage Promotion",
path: "/promotions/manage",
},
{
type: "link",
title: "Manage Campaigns",
path: "/promotions/campaigns",
},
],
},
{
type: "category",