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",
},
],