From cb241decb6ae67b092b8246e863b319f1574fbe2 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Thu, 24 Jul 2025 09:44:39 +0100 Subject: [PATCH] [Docs site] Update UsageList links --- src/components/UsageList.astro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/UsageList.astro b/src/components/UsageList.astro index 4fb06cb78e4520..b0b8b9774760dc 100644 --- a/src/components/UsageList.astro +++ b/src/components/UsageList.astro @@ -29,6 +29,7 @@ const { usage } = props.parse(Astro.props); "/" + path .replace("src/content/docs/", "") + .replace("/index.mdx", "") .replace(".mdx", "") .split("/") .map((segment) => { @@ -42,10 +43,7 @@ const { usage } = props.parse(Astro.props); return (