feat(dashboard): collapse Reference nav section by default

Observable Framework 1.13.3 supports collapsible: true on nav sections,
rendering them as <details> elements. Collapsed by default; auto-expands
when any page within the section is active.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 21:07:56 +01:00
parent ba89ebfa67
commit 6d97a992ae

View File

@@ -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" },