docs: fix recipes sidebar + homepage cards (#8415)
This commit is contained in:
@@ -110,18 +110,18 @@ Follow the [Medusa Book](https://medusa-docs-v2-git-docs-v2-medusajs.vercel.app)
|
||||
## Recipes
|
||||
|
||||
<CardList items={[
|
||||
{
|
||||
startIcon: <ShoppingCartSolid />,
|
||||
title: "Ecommerce",
|
||||
href: "/recipes/ecommerce",
|
||||
showLinkIcon: false
|
||||
},
|
||||
{
|
||||
startIcon: <BuildingStorefront />,
|
||||
title: "Marketplace",
|
||||
href: "/recipes/marketplace",
|
||||
showLinkIcon: false
|
||||
},
|
||||
{
|
||||
startIcon: <CreditCardSolid />,
|
||||
title: "Subscriptions",
|
||||
href: "/recipes/subscriptions",
|
||||
showLinkIcon: false
|
||||
},
|
||||
{
|
||||
startIcon: <PhotoSolid />,
|
||||
title: "Digital Products",
|
||||
@@ -129,9 +129,9 @@ Follow the [Medusa Book](https://medusa-docs-v2-git-docs-v2-medusajs.vercel.app)
|
||||
showLinkIcon: false
|
||||
},
|
||||
{
|
||||
startIcon: <PuzzleSolid />,
|
||||
title: "Integrate Ecommerce Stack",
|
||||
href: "/recipes/integrate-ecommerce-stack",
|
||||
startIcon: <ShoppingCartSolid />,
|
||||
title: "Ecommerce",
|
||||
href: "/recipes/ecommerce",
|
||||
showLinkIcon: false
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1314,11 +1314,11 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/recipes/subscriptions",
|
||||
title: "Subscriptions",
|
||||
path: "/recipes/digital-products",
|
||||
title: "Digital Products",
|
||||
children: [
|
||||
{
|
||||
path: "/recipes/subscriptions/examples/standard",
|
||||
path: "/recipes/digital-products/examples/standard",
|
||||
title: "Example",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user