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
+4
View File
@@ -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"
}
]
+4
View File
@@ -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"
+4
View File
@@ -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"
+8
View File
@@ -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"
}
]