From d22b6257b78614577e13d3a4728eeda4f85b02c5 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 25 Jul 2025 13:27:06 +0300 Subject: [PATCH] docs: fix passing linkable for inverse read-only links (#13041) --- .../app/learn/fundamentals/module-links/read-only/page.mdx | 6 +++--- www/apps/book/generated/edit-dates.mjs | 2 +- www/apps/book/public/llms-full.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/apps/book/app/learn/fundamentals/module-links/read-only/page.mdx b/www/apps/book/app/learn/fundamentals/module-links/read-only/page.mdx index ac141a83a1..bcd3caed5c 100644 --- a/www/apps/book/app/learn/fundamentals/module-links/read-only/page.mdx +++ b/www/apps/book/app/learn/fundamentals/module-links/read-only/page.mdx @@ -110,7 +110,7 @@ export default defineLink( field: "id", }, { - linkable: BlogModule.linkable.post.id, + ...BlogModule.linkable.post.id, primaryKey: "product_id", }, { @@ -272,7 +272,7 @@ export default defineLink( field: "id", }, { - linkable: BlogModule.linkable.post.id, + ...BlogModule.linkable.post.id, primaryKey: "product_id", }, { @@ -346,7 +346,7 @@ export default defineLink( isList: true, }, { - linkable: BlogModule.linkable.post.id, + ...BlogModule.linkable.post.id, primaryKey: "product_id", }, { diff --git a/www/apps/book/generated/edit-dates.mjs b/www/apps/book/generated/edit-dates.mjs index 5bf16f2616..f1fabc8e8e 100644 --- a/www/apps/book/generated/edit-dates.mjs +++ b/www/apps/book/generated/edit-dates.mjs @@ -114,7 +114,7 @@ export const generatedEditDates = { "app/learn/configurations/medusa-config/page.mdx": "2025-07-14T09:28:54.302Z", "app/learn/configurations/ts-aliases/page.mdx": "2025-07-23T15:32:18.008Z", "app/learn/production/worker-mode/page.mdx": "2025-07-18T15:19:45.352Z", - "app/learn/fundamentals/module-links/read-only/page.mdx": "2025-05-13T15:04:12.107Z", + "app/learn/fundamentals/module-links/read-only/page.mdx": "2025-07-25T07:58:54.327Z", "app/learn/fundamentals/data-models/properties/page.mdx": "2025-03-18T07:57:17.826Z", "app/learn/fundamentals/framework/page.mdx": "2025-06-26T14:26:22.120Z", "app/learn/fundamentals/api-routes/retrieve-custom-links/page.mdx": "2025-07-14T10:24:32.582Z", diff --git a/www/apps/book/public/llms-full.txt b/www/apps/book/public/llms-full.txt index 493610beab..c726c94e62 100644 --- a/www/apps/book/public/llms-full.txt +++ b/www/apps/book/public/llms-full.txt @@ -13193,7 +13193,7 @@ export default defineLink( field: "id", }, { - linkable: BlogModule.linkable.post.id, + ...BlogModule.linkable.post.id, primaryKey: "product_id", }, { @@ -13326,7 +13326,7 @@ export default defineLink( field: "id", }, { - linkable: BlogModule.linkable.post.id, + ...BlogModule.linkable.post.id, primaryKey: "product_id", }, { @@ -13400,7 +13400,7 @@ export default defineLink( isList: true, }, { - linkable: BlogModule.linkable.post.id, + ...BlogModule.linkable.post.id, primaryKey: "product_id", }, {