From 6e77deacf1a1e54183a166413f29a24fffc7fe78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Thu, 4 Dec 2025 16:16:10 +0100 Subject: [PATCH] docs: rename acknowledgments page --- docs/astro.config.mjs | 2 +- .../content/docs/en/{acknowledgment.mdx => acknowledgments.mdx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/src/content/docs/en/{acknowledgment.mdx => acknowledgments.mdx} (100%) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index ae668bc..ff3c286 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -68,7 +68,7 @@ export default defineConfig({ {label: 'Definitions', autogenerate: {directory: 'definitions'}, collapsed: false, translations: {fr: 'Définitions'}}, {label: 'Interoperability', items: [domainWatchdogSidebarGroup], badge: {text: 'DEV', class: 'caution'}, collapsed: true}, {label: 'Legal', autogenerate: {directory: 'legal'}, collapsed: true, translations: {fr: 'Légal'}}, - {slug: 'acknowledgment', translations: {fr: 'Remerciements'}}, + {slug: 'acknowledgments', translations: {fr: 'Remerciements'}}, ], locales: { en: { diff --git a/docs/src/content/docs/en/acknowledgment.mdx b/docs/src/content/docs/en/acknowledgments.mdx similarity index 100% rename from docs/src/content/docs/en/acknowledgment.mdx rename to docs/src/content/docs/en/acknowledgments.mdx