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: ``,