All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 5m25s
Replace menu bar navigation with in-page nav embedded in content area. Each page shows logo/tagline/copyright, then a sibling row per trail level (← prev | Current | next →), then children as button links. - resolve-nav-path: recursive walk with no depth limit - find-nav-index: rewritten with recursion (set! broken across closures) - Walk stops on exact href match (prevents /cssx/ drilling into Overview) - Unicode chars (©, ←, →) inline instead of \u escapes (SX parser doesn't support them) - All 38 defpages wrapped in (~sx-doc :path ...) for in-page nav - Layout returns only root header (nav moved out of blue menu bar) - Standalone layout variants for sx-web.org (return nil) - New plans: environment-images, runtime-slicing, typed-sx, nav-redesign, sx-web-platform Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>