From 4d99cd5e282ce40bf840458f2436d80826ca6792 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 2 Aug 2024 16:31:17 +0300 Subject: [PATCH] docs: fix recipes sidebar + homepage cards (#8415) --- www/apps/resources/app/page.mdx | 18 +++++++++--------- www/apps/resources/sidebar.mjs | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/www/apps/resources/app/page.mdx b/www/apps/resources/app/page.mdx index e34330f070..b5ee1e5198 100644 --- a/www/apps/resources/app/page.mdx +++ b/www/apps/resources/app/page.mdx @@ -110,18 +110,18 @@ Follow the [Medusa Book](https://medusa-docs-v2-git-docs-v2-medusajs.vercel.app) ## Recipes , - title: "Ecommerce", - href: "/recipes/ecommerce", - showLinkIcon: false - }, { startIcon: , title: "Marketplace", href: "/recipes/marketplace", showLinkIcon: false }, + { + startIcon: , + title: "Subscriptions", + href: "/recipes/subscriptions", + showLinkIcon: false + }, { startIcon: , title: "Digital Products", @@ -129,9 +129,9 @@ Follow the [Medusa Book](https://medusa-docs-v2-git-docs-v2-medusajs.vercel.app) showLinkIcon: false }, { - startIcon: , - title: "Integrate Ecommerce Stack", - href: "/recipes/integrate-ecommerce-stack", + startIcon: , + title: "Ecommerce", + href: "/recipes/ecommerce", showLinkIcon: false }, { diff --git a/www/apps/resources/sidebar.mjs b/www/apps/resources/sidebar.mjs index c95369d2ca..5e697e30c7 100644 --- a/www/apps/resources/sidebar.mjs +++ b/www/apps/resources/sidebar.mjs @@ -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", }, ],