docs: add product feed tutorial (#13366)

This commit is contained in:
Shahed Nasser
2025-09-09 11:17:14 +03:00
committed by GitHub
parent 963a613d1d
commit 8a654eba93
10 changed files with 1245 additions and 1 deletions
+4
View File
@@ -83,6 +83,10 @@ export const product = [
"title": "Implement Product Builder",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-builder"
},
{
"title": "Implement Meta Product Feed",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-feed"
},
{
"title": "Implement Product Reviews",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-reviews"
+4
View File
@@ -87,6 +87,10 @@ export const server = [
"title": "Product Builder",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-builder"
},
{
"title": "Meta Product Feed",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-feed"
},
{
"title": "Product Reviews",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-reviews"
+4
View File
@@ -55,6 +55,10 @@ export const tutorial = [
"title": "Product Builder",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-builder"
},
{
"title": "Meta Product Feed",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-feed"
},
{
"title": "Product Reviews",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-reviews"