Files
medusa-store/www/apps/resources/app/integrations/page.mdx
Shahed Nasser a429a267f1 docs: add Sanity integration guide (#10152)
* docs: add integrate to Sanity guide

* address PR feedback

* added more screenshots

* edit introduction

* added meta images + changes
2024-11-20 16:17:33 +02:00

68 lines
1.1 KiB
Plaintext

import { CardList } from "docs-ui"
export const metadata = {
title: `Integrations`,
}
# {metadata.title}
Find in this document Medusa's modules that integrate third-party services and systems.
## File
Learn how to create a file provider in [this guide](/references/file-provider-module).
<CardList
items={[
{
href: "/architectural-modules/file/s3",
title: "AWS S3 (and Compatible APIs)"
}
]}
/>
---
## Notification
Learn how to create a notification provider in [this guide](/references/notification-provider-module).
<CardList
items={[
{
href: "/architectural-modules/notification/sendgrid",
title: "SendGrid"
}
]}
/>
---
## Payment
Learn how to create a payment provider in [this guide](/references/payment/provider).
<CardList
items={[
{
href: "/commerce-modules/payment/payment-provider/stripe",
title: "Stripe"
}
]}
/>
---
## Guides
The following guides are step-by-step guides on how to integrate Medusa to third-party systems.
<CardList
items={[
{
href: "/integrations/guides/sanity",
title: "Sanity"
}
]}
/>