From 580de5ade2322fc665bd2c6e73051065c48f6d2c Mon Sep 17 00:00:00 2001 From: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> Date: Fri, 30 Jan 2026 11:46:18 -0500 Subject: [PATCH] docs: fix overlapping generated pages (#32603) Signed-off-by: aramissennyeydd --- microsite/sidebars.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/microsite/sidebars.ts b/microsite/sidebars.ts index 1758e5a7a1..b5955702a9 100644 --- a/microsite/sidebars.ts +++ b/microsite/sidebars.ts @@ -467,6 +467,7 @@ export default { { label: 'Architecture', description: 'Architecture of the backend system.', + differentiator: 'backend-system/', }, [ 'backend-system/architecture/index', @@ -546,6 +547,7 @@ export default { { label: 'Architecture', description: 'Architecture of the new frontend system.', + differentiator: 'frontend-system/', }, [ 'frontend-system/architecture/index',