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).