docs: added examples page (#9587)
- Added an examples page with examples of all different concepts in Medusa. We'll probably add more examples with time as we see the need for them. - Small fixes in different pages. Preview: https://resources-docs-ocb5uyp0o-medusajs.vercel.app/v2/resources/examples
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ChildDocs } from "docs-ui"
|
||||
import { CardList } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
title: `Payment Module Provider`,
|
||||
@@ -18,7 +18,15 @@ After the payment session is authorized, the payment provider is associated with
|
||||
|
||||
### List of Payment Module Providers
|
||||
|
||||
<ChildDocs type="item" />
|
||||
<CardList
|
||||
items={[
|
||||
{
|
||||
href: "/commerce-modules/payment/payment-provider/stripe",
|
||||
title: "Stripe"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user