From dc6e63f6bf6bdd4e8435257a929f1eee5fe96b7c Mon Sep 17 00:00:00 2001 From: Matthew Meszaros Date: Tue, 26 May 2026 12:40:19 +0000 Subject: [PATCH] site(learn): active section highlight + other-essays switcher on left rail - Added scroll-spy to the chapter rail: as you scroll, the H2 closest to the upper third of the viewport becomes the active link (white background, sky text, sky ring). - Below the chapter rail, an 'Other essays' list shows every other learn article (6 on each page) with read-time, plus an 'All articles' link back to the library. --- site/src/layouts/Learn.astro | 93 +++++++++++++++++++++++++++++++----- 1 file changed, 82 insertions(+), 11 deletions(-) diff --git a/site/src/layouts/Learn.astro b/site/src/layouts/Learn.astro index 04e95acd..9648c839 100644 --- a/site/src/layouts/Learn.astro +++ b/site/src/layouts/Learn.astro @@ -53,11 +53,37 @@ const next = related.filter((r) => r.href !== path).slice(0, 2); @@ -113,26 +139,71 @@ const next = related.filter((r) => r.href !== path).slice(0, 2);