docs: ticket booking system guide (#13471)

* docs: ticket booking system guide

* fix vale error
This commit is contained in:
Shahed Nasser
2025-09-12 13:01:38 +03:00
committed by GitHub
parent 4fded2602b
commit 9b65078c64
16 changed files with 13750 additions and 46 deletions
+29 -12
View File
@@ -97,6 +97,35 @@ export const recipesSidebar = [
},
],
},
{
type: "link",
path: "/recipes/personalized-products",
title: "Personalized Products",
children: [
{
type: "link",
path: "/recipes/personalized-products/example",
title: "Example",
},
],
},
{
type: "link",
path: "/recipes/ticket-booking",
title: "Ticket Booking",
children: [
{
type: "link",
path: "/recipes/ticket-booking/example",
title: "Example",
},
{
type: "link",
path: "/recipes/ticket-booking/example/storefront",
title: "Storefront Customizations",
},
],
},
{
type: "link",
path: "/recipes/ecommerce",
@@ -117,18 +146,6 @@ export const recipesSidebar = [
path: "/recipes/oms",
title: "OMS",
},
{
type: "link",
path: "/recipes/personalized-products",
title: "Personalized Products",
children: [
{
type: "link",
path: "/recipes/personalized-products/example",
title: "Example",
},
],
},
{
type: "link",
path: "/recipes/pos",