docs: document missing events in reference (#10779)
This commit is contained in:
@@ -2,8 +2,10 @@ import { Table } from "docs-ui"
|
||||
import AuthEvents from "../commerce-modules/auth/events/_content.mdx"
|
||||
import CartEvents from "../commerce-modules/cart/events/_content.mdx"
|
||||
import CustomerEvents from "../commerce-modules/customer/events/_content.mdx"
|
||||
import FulfillmentEvents from "../commerce-modules/fulfillment/events/_content.mdx"
|
||||
import InviteEvents from "../commerce-modules/user/events/_content/invite.mdx"
|
||||
import OrderEvents from "../commerce-modules/order/events/_content.mdx"
|
||||
import PaymentEvents from "../commerce-modules/payment/events/page.mdx"
|
||||
import ProductEvents from "../commerce-modules/product/events/_content/product.mdx"
|
||||
import ProductCategoryEvents from "../commerce-modules/product/events/_content/product-category.mdx"
|
||||
import ProductCollectionEvents from "../commerce-modules/product/events/_content/product-collection.mdx"
|
||||
@@ -41,6 +43,12 @@ This documentation page includes the list of all events emitted by [Medusa's wor
|
||||
|
||||
---
|
||||
|
||||
## Fulfillment Events
|
||||
|
||||
<FulfillmentEvents />
|
||||
|
||||
---
|
||||
|
||||
## Invite Events
|
||||
|
||||
<InviteEvents />
|
||||
@@ -53,6 +61,12 @@ This documentation page includes the list of all events emitted by [Medusa's wor
|
||||
|
||||
---
|
||||
|
||||
## Payment Events
|
||||
|
||||
<PaymentEvents />
|
||||
|
||||
---
|
||||
|
||||
## Product Events
|
||||
|
||||
<ProductEvents />
|
||||
|
||||
Reference in New Issue
Block a user