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
@@ -0,0 +1,31 @@
import { ChildDocs } from "docs-ui"
export const metadata = {
title: `Integrations`,
}
# {metadata.title}
Find in this document Medusa's modules that integrate third-party services and systems.
## Payment
Learn how to create a payment provider in [this guide](/references/payment/provider).
<ChildDocs showItems={["Payment"]} hideTitle />
---
## Notification
Learn how to create a payment provider in [this guide](/references/notification-provider-module).
<ChildDocs showItems={["Notification"]} hideTitle />
---
## File
Learn how to create a payment provider in [this guide](/references/file-provider-module).
<ChildDocs showItems={["File"]} hideTitle />