docs: ticket booking system guide (#13471)
* docs: ticket booking system guide * fix vale error
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user