add integrations sidebar

This commit is contained in:
Shahed Nasser
2025-03-10 13:55:51 +02:00
parent e2d832ebc2
commit 46c9314f43
6 changed files with 273 additions and 217 deletions
+30 -4
View File
@@ -40,7 +40,7 @@ Learn how to integrate a custom third-party authentication provider in [this gui
## CMS
Integrate third-party CMS to utilize rich content-related features.
Integrate a third-party Content-Management System (CMS) to utilize rich content-related features.
<CardList
items={[
@@ -49,7 +49,7 @@ Integrate third-party CMS to utilize rich content-related features.
title: "Sanity",
badge: {
variant: "blue",
children: "Guide"
children: "Tutorial"
}
},
]}
@@ -58,6 +58,32 @@ Integrate third-party CMS to utilize rich content-related features.
---
## ERP
Integrate your business's Enterprise Resource Planning (ERP) system with Medusa to sync products and orders, restrict purchase with custom rules, and more.
<Note>
To learn about the general approach of integrating an ERP with Medusa and the different use cases you can implement, refer to the [ERP Recipe](../recipes/erp/page.mdx).
</Note>
<CardList
items={[
{
href: "/recipes/erp/odoo",
title: "Odoo",
badge: {
variant: "blue",
children: "Tutorial"
}
}
]}
className="mb-1"
/>
---
## File
A File Module Provider uploads and manages assets, such as product images, on a third-party service.
@@ -87,7 +113,7 @@ A Fulfillment Module Provider provides fulfillment options during checkout, calc
title: "ShipStation",
badge: {
variant: "blue",
children: "Guide"
children: "Tutorial"
}
}
]}
@@ -113,7 +139,7 @@ A Notification Module Provider sends messages to users and customers in your Med
title: "Resend",
badge: {
variant: "blue",
children: "Guide"
children: "Tutorial"
}
}
]}