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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user