docs: ticket booking system guide (#13471)
* docs: ticket booking system guide * fix vale error
This commit is contained in:
@@ -22,5 +22,9 @@ export const nextjs = [
|
||||
{
|
||||
"title": "Saved Payment Methods",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/saved-payment-methods"
|
||||
},
|
||||
{
|
||||
"title": "Ticket Booking Storefront",
|
||||
"path": "https://docs.medusajs.com/resources/recipes/ticket-booking/example/storefront"
|
||||
}
|
||||
]
|
||||
@@ -111,6 +111,10 @@ export const product = [
|
||||
"title": "Implement Personalized Products",
|
||||
"path": "https://docs.medusajs.com/resources/recipes/personalized-products/example"
|
||||
},
|
||||
{
|
||||
"title": "Implement Ticket Booking",
|
||||
"path": "https://docs.medusajs.com/resources/recipes/ticket-booking/example"
|
||||
},
|
||||
{
|
||||
"title": "Implement Express Checkout with Medusa",
|
||||
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout"
|
||||
|
||||
@@ -151,6 +151,10 @@ export const server = [
|
||||
"title": "Personalized Products",
|
||||
"path": "https://docs.medusajs.com/resources/recipes/personalized-products/example"
|
||||
},
|
||||
{
|
||||
"title": "Example",
|
||||
"path": "https://docs.medusajs.com/resources/recipes/ticket-booking/example"
|
||||
},
|
||||
{
|
||||
"title": "Use Analytics Module",
|
||||
"path": "https://docs.medusajs.com/resources/references/analytics/service"
|
||||
|
||||
@@ -102,5 +102,13 @@ export const tutorial = [
|
||||
{
|
||||
"title": "Personalized Products",
|
||||
"path": "https://docs.medusajs.com/resources/recipes/personalized-products/example"
|
||||
},
|
||||
{
|
||||
"title": "Example",
|
||||
"path": "https://docs.medusajs.com/resources/recipes/ticket-booking/example"
|
||||
},
|
||||
{
|
||||
"title": "Storefront Customizations",
|
||||
"path": "https://docs.medusajs.com/resources/recipes/ticket-booking/example/storefront"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user