docs: added product rental tutorial (#13896)

* docs: added product rental guide

* fix lint errors

* fix build error

* fix vale errors

* gnerate
This commit is contained in:
Shahed Nasser
2025-11-04 13:12:41 +02:00
committed by GitHub
parent 0426568569
commit baec64d4f1
12 changed files with 8540 additions and 0 deletions
+4
View File
@@ -23,6 +23,10 @@ export const nextjs = [
"title": "Implement Product Builder",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-builder"
},
{
"title": "Implement Product Rentals",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-rentals"
},
{
"title": "Saved Payment Methods",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/saved-payment-methods"
+4
View File
@@ -91,6 +91,10 @@ export const product = [
"title": "Implement Meta Product Feed",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-feed"
},
{
"title": "Implement Product Rentals",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-rentals"
},
{
"title": "Implement Product Reviews",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-reviews"
+4
View File
@@ -99,6 +99,10 @@ export const server = [
"title": "Meta Product Feed",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-feed"
},
{
"title": "Product Rentals",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-rentals"
},
{
"title": "Product Reviews",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-reviews"
+4
View File
@@ -67,6 +67,10 @@ export const tutorial = [
"title": "Meta Product Feed",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-feed"
},
{
"title": "Product Rentals",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-rentals"
},
{
"title": "Product Reviews",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-reviews"