From 46f7031854bb5f48e64d70764f269fc34b1826c4 Mon Sep 17 00:00:00 2001 From: Melinda Fekete Date: Fri, 11 Jul 2025 15:03:12 +0200 Subject: [PATCH] Fix linting in docs sidebar (#10347) Fix linting in docs --- website/sidebars.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/sidebars.ts b/website/sidebars.ts index cfd75d798b..e3a1c20cff 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -241,7 +241,7 @@ const sidebars: SidebarsConfig = { }, ], }, - { + { label: 'Enterprise-grade security and scale', type: 'category', collapsed: true, @@ -267,7 +267,7 @@ const sidebars: SidebarsConfig = { }, ], }, - { + { label: 'Experimentation and analytics', type: 'category', collapsed: true,