docs: add integrations page (#7421)

* add integrations page

* update payment provider docs

* use stripe icon
This commit is contained in:
Shahed Nasser
2024-05-28 13:25:03 +03:00
committed by GitHub
parent c9de1d28a4
commit 65be42c818
13 changed files with 218 additions and 41 deletions
@@ -20,7 +20,7 @@ By default, Medusa uses the Local Notification Module which only simulates sendi
Medusa provides other Notification Modules that actually send notifications, such as the SendGrid Notification Provider Module.
<ChildDocs type="item" filters={["Guides"]} onlyTopLevel={true} />
<ChildDocs type="item" hideItems={["Guides"]} onlyTopLevel={true} />
---