docs: localization with contentful guide (#12202)

This commit is contained in:
Shahed Nasser
2025-04-30 13:27:31 +03:00
committed by GitHub
parent ceb504db2c
commit 4a9ac0d4be
15 changed files with 21807 additions and 15832 deletions
@@ -46,6 +46,8 @@ By following this tutorial, you'll learn how to:
- Trigger Algolia reindexing when a product is created, updated, deleted, or when the admin manually triggers a reindex.
- Customize the Next.js Starter Storefront to allow searching for products through Algolia.
![Diagram illustrating the integration of Algolia with Medusa](https://res.cloudinary.com/dza7lstvk/image/upload/v1742889842/Medusa%20Resources/algolia-summary_lhegrr.jpg)
<CardList items={[
{
href: "https://github.com/medusajs/examples/tree/main/algolia-integration",
@@ -463,7 +465,7 @@ Finally, you pass the products you received in the input to Algolia to create or
A step function must return a `StepResponse` instance. The `StepResponse` constructor accepts two parameters:
1. The step's output, which is the review created.
1. The step's output, which in this case is `undefined`.
2. Data to pass to the step's compensation function.
#### Compensation Function
File diff suppressed because it is too large Load Diff
@@ -44,6 +44,14 @@ Integrate a third-party Content-Management System (CMS) to utilize rich content-
<CardList
items={[
{
href: "/integrations/guides/contentful",
title: "Contentful (Localization)",
badge: {
variant: "blue",
children: "Tutorial"
}
},
{
href: "/integrations/guides/sanity",
title: "Sanity",