Files
medusa-store/www/apps/resources/app/integrations/page.mdx
Akmal Maksumov fe5a7b1810 Update page.mdx (#8189)
Fixed typos in docs
2024-07-19 08:49:08 +00:00

32 lines
675 B
Plaintext

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 notification provider in [this guide](/references/notification-provider-module).
<ChildDocs showItems={["Notification"]} hideTitle />
---
## File
Learn how to create a file provider in [this guide](/references/file-provider-module).
<ChildDocs showItems={["File"]} hideTitle />