From fd6913117b63f70bc963b4ef8265850cec8080bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20M=2E=20Requena=20Plens?= Date: Tue, 28 Jul 2026 07:49:52 +0200 Subject: [PATCH] Fix the metadiffuser reference schema so the docs deploy again The new article entry used a container field the docs content schema does not know; article references carry journal, so the site's content sync rejected both language variants and the deploy has failed since the metadiffuser merge. --- site/src/content/docs/es/guides/surface-scattering.mdx | 2 +- site/src/content/docs/guides/surface-scattering.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/content/docs/es/guides/surface-scattering.mdx b/site/src/content/docs/es/guides/surface-scattering.mdx index bdffc94fd..2dba5326e 100644 --- a/site/src/content/docs/es/guides/surface-scattering.mdx +++ b/site/src/content/docs/es/guides/surface-scattering.mdx @@ -14,7 +14,7 @@ references: authors: ["Jiménez, N.", "Cox, T. J.", "Romero-García, V.", "Groby, J.-P."] year: 2017 title: "Metadiffusers: Deep-subwavelength sound diffusers" - container: "Scientific Reports" + journal: "Scientific Reports" volume: "7" pages: "5389" doi: "10.1038/s41598-017-05710-5" diff --git a/site/src/content/docs/guides/surface-scattering.mdx b/site/src/content/docs/guides/surface-scattering.mdx index d47e91db6..4bca9e159 100644 --- a/site/src/content/docs/guides/surface-scattering.mdx +++ b/site/src/content/docs/guides/surface-scattering.mdx @@ -14,7 +14,7 @@ references: authors: ["Jiménez, N.", "Cox, T. J.", "Romero-García, V.", "Groby, J.-P."] year: 2017 title: "Metadiffusers: Deep-subwavelength sound diffusers" - container: "Scientific Reports" + journal: "Scientific Reports" volume: "7" pages: "5389" doi: "10.1038/s41598-017-05710-5"