From 6d97a992ae904973cac52e6eef0c7b0f2034e67e Mon Sep 17 00:00:00 2001 From: tegwick Date: Sun, 1 Mar 2026 21:07:56 +0100 Subject: [PATCH] feat(dashboard): collapse Reference nav section by default Observable Framework 1.13.3 supports collapsible: true on nav sections, rendering them as
elements. Collapsed by default; auto-expands when any page within the section is active. Co-Authored-By: Claude Sonnet 4.6 --- dashboard/observablehq.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/observablehq.config.js b/dashboard/observablehq.config.js index 94ffd25..69889a6 100644 --- a/dashboard/observablehq.config.js +++ b/dashboard/observablehq.config.js @@ -15,6 +15,7 @@ export default { { name: "SBOM", path: "/sbom" }, { name: "Reference", + collapsible: true, pages: [ { name: "Live Data", path: "/docs/live-data" }, { name: "Workstreams", path: "/docs/workstreams" },