Skip to content

Commit a35c9ed

Browse files
authored
docs: add ERP recipe + Odoo guide (#11594)
* initial * finish first draft * finish odoo and erp guides * add mention of completeCartWorkflow * lint content * iteration to intro * add meta image * small fix
1 parent 03731c7 commit a35c9ed

File tree

9 files changed

+1700
-386
lines changed

9 files changed

+1700
-386
lines changed

www/apps/resources/app/page.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import {
2121
Stripe,
2222
PhotoSolid,
2323
BuildingsSolid,
24+
CircleStackSolid,
2425
} from "@medusajs/icons"
2526

2627
# Medusa Development Resources
@@ -117,10 +118,10 @@ Follow the [Medusa Docs](!docs!/learn) to become an advanced Medusa developer.
117118
href: "/recipes/digital-products",
118119
},
119120
{
120-
type: "filler",
121-
text: "Find more recipes to implement your use case.",
122-
href: "/recipes"
123-
}
121+
icon: CircleStackSolid,
122+
title: "Integrate ERP",
123+
href: "/recipes/erp",
124+
},
124125
]} />
125126

126127
---

0 commit comments

Comments
 (0)