docs: added personalized products guide (#13012)
* docs: added personalized products guide * lint content * add product
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user