From 298a5184cda0ec6dc2576e71d8a58ec08c16d455 Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 26 Feb 2026 16:37:10 +0100 Subject: [PATCH] dashboard: add Reference nav section with Live Data and Decision Health docs Co-Authored-By: Claude Sonnet 4.6 --- dashboard/observablehq.config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dashboard/observablehq.config.js b/dashboard/observablehq.config.js index 1d8a895..cf1183c 100644 --- a/dashboard/observablehq.config.js +++ b/dashboard/observablehq.config.js @@ -6,6 +6,13 @@ export default { { name: "Workstreams", path: "/workstreams" }, { name: "Decisions", path: "/decisions" }, { name: "Progress", path: "/progress" }, + { + name: "Reference", + pages: [ + { name: "Live Data", path: "/docs/live-data" }, + { name: "Decision Health", path: "/docs/decisions-kpi" }, + ], + }, ], theme: ["air", "near-midnight"], head: ``,