Skip to content

Commit 0fc3e35

Browse files
authored
docs: improve sections in Index Module docs + fix supported storefront frameworks on Cloud (#14590)
1 parent b265c17 commit 0fc3e35

5 files changed

Lines changed: 9 additions & 13 deletions

File tree

www/apps/book/app/learn/fundamentals/module-links/index-module/page.mdx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,9 @@ The Index Module solves this problem by ingesting data into a central data store
2828

2929
### Ingested Data Models
3030

31-
Data models are ingested if they're linked to other data models with the `filterable` property set, as you'll learn in the [Ingest Custom Data Models](#how-to-ingest-custom-data-models) section. Medusa also ingests some core data models by default, such as `Product`, `ProductVariant`, `Price`, and `SalesChannel`.
31+
By default, Medusa only ingests the `Product`, `ProductVariant`, `Price`, `PriceSet`, and `SalesChannel` data models into the Index Module's data store.
3232

33-
<Note>
34-
35-
Prior to [Medusa v2.10.2](https://github.com/medusajs/medusa/releases/tag/v2.10.2), only the `Product`, `ProductVariant`, `Price`, and `SalesChannel` data models were ingested. Make sure to update to the latest version to ingest all core data models.
36-
37-
</Note>
33+
You can also ingest custom data models into the Index Module, as explained in the [How to Ingest Custom Data Models](#how-to-ingest-custom-data-models) section. Medusa will then ingest the custom and core data models into the Index Module's data store.
3834

3935
---
4036

@@ -177,7 +173,7 @@ The `index` method accepts an object with the same properties as the `graph` met
177173

178174
## How to Ingest Custom Data Models
179175

180-
You can ingest core and custom data models into the Index Module. You can do so by defining a link between your custom data model and one of the core data models, and setting the `filterable` property in the link definition.
176+
You can ingest core and custom data models into the Index Module by defining a link between them and setting the `filterable` property in the link definition.
181177

182178
<Note>
183179

www/apps/book/generated/edit-dates.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const generatedEditDates = {
121121
"app/learn/fundamentals/workflows/errors/page.mdx": "2025-04-25T14:26:25.000Z",
122122
"app/learn/fundamentals/api-routes/override/page.mdx": "2025-12-22T12:56:06.558Z",
123123
"app/learn/fundamentals/module-links/index/page.mdx": "2025-05-23T07:57:58.958Z",
124-
"app/learn/fundamentals/module-links/index-module/page.mdx": "2026-01-06T15:53:03.957Z",
124+
"app/learn/fundamentals/module-links/index-module/page.mdx": "2026-01-20T15:21:00.723Z",
125125
"app/learn/introduction/build-with-llms-ai/page.mdx": "2026-01-20T12:33:34.160Z",
126126
"app/learn/installation/docker/page.mdx": "2026-01-19T11:26:15.574Z",
127127
"app/learn/fundamentals/generated-types/page.mdx": "2026-01-06T06:38:15.719Z",

www/apps/book/public/llms-full.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16191,9 +16191,9 @@ The Index Module solves this problem by ingesting data into a central data store
1619116191

1619216192
### Ingested Data Models
1619316193

16194-
Data models are ingested if they're linked to other data models with the `filterable` property set, as you'll learn in the [Ingest Custom Data Models](#how-to-ingest-custom-data-models) section. Medusa also ingests some core data models by default, such as `Product`, `ProductVariant`, `Price`, and `SalesChannel`.
16194+
By default, Medusa only ingests the `Product`, `ProductVariant`, `Price`, `PriceSet`, and `SalesChannel` data models into the Index Module's data store.
1619516195

16196-
Prior to [Medusa v2.10.2](https://github.com/medusajs/medusa/releases/tag/v2.10.2), only the `Product`, `ProductVariant`, `Price`, and `SalesChannel` data models were ingested. Make sure to update to the latest version to ingest all core data models.
16196+
You can also ingest custom data models into the Index Module, as explained in the [How to Ingest Custom Data Models](#how-to-ingest-custom-data-models) section. Medusa will then ingest the custom and core data models into the Index Module's data store.
1619716197

1619816198
***
1619916199

@@ -16332,7 +16332,7 @@ The `index` method accepts an object with the same properties as the `graph` met
1633216332

1633316333
## How to Ingest Custom Data Models
1633416334

16335-
You can ingest core and custom data models into the Index Module. You can do so by defining a link between your custom data model and one of the core data models, and setting the `filterable` property in the link definition.
16335+
You can ingest core and custom data models into the Index Module by defining a link between them and setting the `filterable` property in the link definition.
1633616336

1633716337
Read-only links are not supported by the Index Module.
1633816338

www/apps/cloud/app/projects/prerequisites/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ This ensures that all packages in your monorepo use compatible versions of `reac
220220

221221
Cloud currently supports deploying storefronts built with the following frameworks:
222222

223-
1. [Next.js](https://nextjs.org/) v15+
223+
1. [Next.js](https://nextjs.org/) v15
224224
2. [SvelteKit](https://kit.svelte.dev/) v2.40.0+
225225
3. [Tanstack Start](https://tanstack.com/start) v1.132.0+
226226

www/apps/cloud/generated/edit-dates.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ export const generatedEditDates = {
3030
"app/emails/react-email/page.mdx": "2025-11-12T15:41:56.365Z",
3131
"app/user/page.mdx": "2025-12-17T12:03:18.968Z",
3232
"app/deployments/access/page.mdx": "2026-01-08T08:52:48.924Z",
33-
"app/projects/prerequisites/page.mdx": "2026-01-16T11:43:33.796Z",
33+
"app/projects/prerequisites/page.mdx": "2026-01-20T15:21:29.787Z",
3434
"app/storefront/page.mdx": "2026-01-08T08:56:47.209Z"
3535
}

0 commit comments

Comments
 (0)