From a8fd9626f512c9e7213232d59dfd60294aa12193 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 26 Nov 2025 17:24:20 +0000 Subject: [PATCH] Close protobuf and OpenAPI linter sections by default Add collapsed: true to both Protobuf Linter and OpenAPI Linter sections in the sidebar configuration to make them closed by default instead of open. --- src/utils/sidebar-from-site-structure.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/sidebar-from-site-structure.ts b/src/utils/sidebar-from-site-structure.ts index 37372e4..31d3de0 100644 --- a/src/utils/sidebar-from-site-structure.ts +++ b/src/utils/sidebar-from-site-structure.ts @@ -111,6 +111,7 @@ function assembleToolingItems(siteStructure: SiteStructure): any[] { ) { items.push({ label: "Protobuf Linter", + collapsed: true, items: [ "tooling/linter", { @@ -131,6 +132,7 @@ function assembleToolingItems(siteStructure: SiteStructure): any[] { ) { items.push({ label: "OpenAPI Linter", + collapsed: true, items: [ "tooling/openapi-linter", {