docs: generate events reference (#12341)

* docs: generate events reference

* change link in navbar

* fix redirect
This commit is contained in:
Shahed Nasser
2025-05-01 19:39:53 +03:00
committed by GitHub
parent 332e46d1db
commit 70a99a2434
94 changed files with 31164 additions and 18109 deletions
@@ -3116,7 +3116,7 @@ You've now integrated Contentful with Medusa and supported localized product det
1. Add support for other data types, such as product categories or collections.
- Refer to the data model references for each [Commerce Module](../../../commerce-modules/page.mdx) to figure out the content types you need to create in Contentful.
2. Listen to other product events and update the Contentful entries accordingly.
- Refer to the [Events Reference](../../../events-reference/page.mdx) for details on all events emitted in Medusa.
- Refer to the [Events Reference](/references/events) for details on all events emitted in Medusa.
3. Add localization for the entire Next.js Starter Storefront. You can either:
- Create content types in Contentful for different sections in the storefront, then use them to retrieve the localized content;
- Or use the approaches recommended in the [Next.js documentation](https://nextjs.org/docs/app/building-your-application/routing/internationalization).
@@ -1385,7 +1385,7 @@ If you check the inbox of the email address you specified in the shipping addres
## Next Steps
You've now integrated Medusa with Resend. You can add more templates for other emails, such as customer registration confirmation, user invites, and more. Check out the [Events Reference](../../../events-reference/page.mdx) for a list of all events that the Medusa application emits.
You've now integrated Medusa with Resend. You can add more templates for other emails, such as customer registration confirmation, user invites, and more. Check out the [Events Reference](/references/events) for a list of all events that the Medusa application emits.
If you're new to Medusa, check out the [main documentation](!docs!/learn), where you'll get a more in-depth learning of all the concepts you've used in this guide and more.
@@ -915,7 +915,7 @@ Subscribers are useful when you want to perform an action that isn't an integral
<Note>
Learn more about events and subscribers in [this documentation](!docs!/learn/fundamentals/events-and-subscribers). You can also find the list of emitted events in [this reference](../../../events-reference/page.mdx).
Learn more about events and subscribers in [this documentation](!docs!/learn/fundamentals/events-and-subscribers). You can also find the list of emitted events in [this reference](/references/events).
</Note>