docs: added personalized products guide (#13012)
* docs: added personalized products guide * lint content * add product
This commit is contained in:
@@ -141,6 +141,13 @@ While tutorials show you a specific use case, they also help you understand how
|
||||
description:
|
||||
"Learn how to integrate Mailchimp with Medusa to manage and automate newsletters.",
|
||||
},
|
||||
{
|
||||
type: "ref",
|
||||
title: "Personalized Products",
|
||||
path: "/recipes/personalized-products/example",
|
||||
description:
|
||||
"Learn how to implement personalized products in your Medusa store.",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Phone Authentication",
|
||||
|
||||
@@ -121,6 +121,13 @@ export const recipesSidebar = [
|
||||
type: "link",
|
||||
path: "/recipes/personalized-products",
|
||||
title: "Personalized Products",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/recipes/personalized-products/example",
|
||||
title: "Example",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
|
||||
Reference in New Issue
Block a user