┌─ ooknet-design/src/pages/components.astro ─────────────────────────────────┐
│ diff --git a/ooknet-design/src/pages/components.astro b/ooknet-design/src/pages/co │
│ mponents.astro │
│ index 84d507a..9a4e1db 100644 │
│ --- a/ooknet-design/src/pages/components.astro │
│ +++ b/ooknet-design/src/pages/components.astro │
│ @@ -71,30 +71,23 @@ const DEMO_HEADINGS = [ │
│ ]; │
│ │
│ const HISTORY: TimelineEntry[] = [ │
│ - { date: "2026-07-16", title: "N0 STYLE SHEET FILED", desc: "exercises every con │
│ struct the pipeline renders", href: "/notes/n0-style-sheet/" }, │
│ - { date: "2026-04-27", title: "N219 FILED", desc: "using AI to troubleshoot and │
│ resolve issues", href: "/notes/n219-using-ai-to-troubleshoot/" }, │
│ - { date: "2026-04-25", title: "N218 FILED", href: "/notes/collect-data-to-analyz │
│ e-and-troubleshoot-performance-scenarios/" }, │
│ - { date: "2026-04-19", title: "N217 FILED", desc: "entropy bounds in sparse grap │
│ hs", href: "/notes/n217-entropy-bounds/" }, │
│ + { date: "2026-07-16", title: "FILED /WEBSITE", desc: "style sheet - exercises e │
│ very pipeline construct", href: "/docs/website/style-sheet/" }, │
│ + { date: "2026-04-27", title: "FILED /AI", desc: "using ai to troubleshoot and r │
│ esolve issues", href: "/notes/ai/using-ai-to-troubleshoot/" }, │
│ + { date: "2026-04-25", title: "FILED /KB", href: "/kb/windows/collect-data-tss/" │
│ }, │
│ + { date: "2026-04-19", title: "FILED /GRAPHS", desc: "entropy bounds in sparse g │
│ raphs", href: "/notes/graphs/entropy-bounds/" }, │
│ ]; │
│ │
│ const FILED_TREE: TreeNode[] = [ │
│ { │
│ - label: "/INFO", │
│ + label: "/NOTES", │
│ children: [ │
│ - { │
│ - label: "GRAPH", │
│ - children: [{ label: "ENTROPY", children: [{ label: "BOUND - N217", href: │
│ "/notes/n217-entropy-bounds/" }] }], │
│ - }, │
│ - { │
│ - label: "WINDOWS", │
│ - children: [{ label: "PERF", children: [{ label: "TSS - N218", href: "/not │
│ es/collect-data-to-analyze-and-troubleshoot-performance-scenarios/" }] }], │
│ - }, │
│ - { label: "AI", children: [{ label: "TROUBLESHOOTING - N219", href: "/notes/ │
│ n219-using-ai-to-troubleshoot/" }] }, │
│ + { label: "AI", children: [{ label: "USING AI TO TROUBLESHOOT", href: "/note │
│ s/ai/using-ai-to-troubleshoot/" }] }, │
│ + { label: "GRAPHS", children: [{ label: "ENTROPY BOUNDS", href: "/notes/grap │
│ hs/entropy-bounds/" }] }, │
│ ], │
│ }, │
│ { │
│ - label: "/META", │
│ - children: [{ label: "STYLE", children: [{ label: "SHEET - N0", href: "/notes/ │
│ n0-style-sheet/" }] }], │
│ + label: "/KB", │
│ + children: [{ label: "WINDOWS", children: [{ label: "COLLECT DATA (TSS)", href │
│ : "/kb/windows/collect-data-tss/" }] }], │
│ }, │
│ ]; │
│ --- │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...gn/src/pages/components.astro ───┐
│ diff --git a/ooknet-design/src/pages/compone │
│ nts.astro b/ooknet-design/src/pages/componen │
│ ts.astro │
│ index 84d507a..9a4e1db 100644 │
│ --- a/ooknet-design/src/pages/components.ast │
│ ro │
│ +++ b/ooknet-design/src/pages/components.ast │
│ ro │
│ @@ -71,30 +71,23 @@ const DEMO_HEADINGS = [ │
│ ]; │
│ │
│ const HISTORY: TimelineEntry[] = [ │
│ - { date: "2026-07-16", title: "N0 STYLE SH │
│ EET FILED", desc: "exercises every construct │
│ the pipeline renders", href: "/notes/n0-sty │
│ le-sheet/" }, │
│ - { date: "2026-04-27", title: "N219 FILED" │
│ , desc: "using AI to troubleshoot and resolv │
│ e issues", href: "/notes/n219-using-ai-to-tr │
│ oubleshoot/" }, │
│ - { date: "2026-04-25", title: "N218 FILED" │
│ , href: "/notes/collect-data-to-analyze-and- │
│ troubleshoot-performance-scenarios/" }, │
│ - { date: "2026-04-19", title: "N217 FILED" │
│ , desc: "entropy bounds in sparse graphs", h │
│ ref: "/notes/n217-entropy-bounds/" }, │
│ + { date: "2026-07-16", title: "FILED /WEBS │
│ ITE", desc: "style sheet - exercises every p │
│ ipeline construct", href: "/docs/website/sty │
│ le-sheet/" }, │
│ + { date: "2026-04-27", title: "FILED /AI", │
│ desc: "using ai to troubleshoot and resolve │
│ issues", href: "/notes/ai/using-ai-to-troub │
│ leshoot/" }, │
│ + { date: "2026-04-25", title: "FILED /KB", │
│ href: "/kb/windows/collect-data-tss/" }, │
│ + { date: "2026-04-19", title: "FILED /GRAP │
│ HS", desc: "entropy bounds in sparse graphs" │
│ , href: "/notes/graphs/entropy-bounds/" }, │
│ ]; │
│ │
│ const FILED_TREE: TreeNode[] = [ │
│ { │
│ - label: "/INFO", │
│ + label: "/NOTES", │
│ children: [ │
│ - { │
│ - label: "GRAPH", │
│ - children: [{ label: "ENTROPY", chil │
│ dren: [{ label: "BOUND - N217", href: "/note │
│ s/n217-entropy-bounds/" }] }], │
│ - }, │
│ - { │
│ - label: "WINDOWS", │
│ - children: [{ label: "PERF", childre │
│ n: [{ label: "TSS - N218", href: "/notes/col │
│ lect-data-to-analyze-and-troubleshoot-perfor │
│ mance-scenarios/" }] }], │
│ - }, │
│ - { label: "AI", children: [{ label: "T │
│ ROUBLESHOOTING - N219", href: "/notes/n219-u │
│ sing-ai-to-troubleshoot/" }] }, │
│ + { label: "AI", children: [{ label: "U │
│ SING AI TO TROUBLESHOOT", href: "/notes/ai/u │
│ sing-ai-to-troubleshoot/" }] }, │
│ + { label: "GRAPHS", children: [{ label │
│ : "ENTROPY BOUNDS", href: "/notes/graphs/ent │
│ ropy-bounds/" }] }, │
│ ], │
│ }, │
│ { │
│ - label: "/META", │
│ - children: [{ label: "STYLE", children: │
│ [{ label: "SHEET - N0", href: "/notes/n0-sty │
│ le-sheet/" }] }], │
│ + label: "/KB", │
│ + children: [{ label: "WINDOWS", children │
│ : [{ label: "COLLECT DATA (TSS)", href: "/kb │
│ /windows/collect-data-tss/" }] }], │
│ }, │
│ ]; │
│ --- │
└──────────────────────────────────────────────┘