Files
roadmap/content/reports
Corey d3fbbef486 Add prev/next week navigation to all weekly reports
Inject a small <nav class="week-nav"> element after each report's <header>,
with data-router-ignore links to the adjacent reports' HTML files.

The first report (2026-01-26) has no prev link; the latest (2026-06-29)
has no next link — placeholders are used so layout stays consistent.

Matching CSS is added once per file inside the existing <style> block,
delimited with /* week-nav-css */ markers so the script is idempotent
and re-runnable when new weeks are added.
2026-06-30 09:36:12 -04:00
..