docs: added personalized products guide (#13012)

* docs: added personalized products guide

* lint content

* add product
This commit is contained in:
Shahed Nasser
2025-07-23 14:36:10 +03:00
committed by GitHub
parent d15d4baa9a
commit bf4b6c80d2
14 changed files with 2421 additions and 20 deletions
+4
View File
@@ -95,6 +95,10 @@ export const product = [
"title": "Implement Bundled Products",
"path": "https://docs.medusajs.com/resources/recipes/bundled-products/examples/standard"
},
{
"title": "Implement Personalized Products",
"path": "https://docs.medusajs.com/resources/recipes/personalized-products/example"
},
{
"title": "Implement Express Checkout with Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout"
+4
View File
@@ -119,6 +119,10 @@ export const server = [
"title": "Bundled Products",
"path": "https://docs.medusajs.com/resources/recipes/bundled-products/examples/standard"
},
{
"title": "Personalized Products",
"path": "https://docs.medusajs.com/resources/recipes/personalized-products/example"
},
{
"title": "Use Analytics Module",
"path": "https://docs.medusajs.com/resources/references/analytics/service"
+4
View File
@@ -82,5 +82,9 @@ export const tutorial = [
{
"title": "Bundled Products",
"path": "https://docs.medusajs.com/resources/recipes/bundled-products/examples/standard"
},
{
"title": "Personalized Products",
"path": "https://docs.medusajs.com/resources/recipes/personalized-products/example"
}
]