Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.2 KB

File metadata and controls

30 lines (19 loc) · 1.2 KB

Summary

Type of change

  • Workshop content (lesson Markdown, images)
  • Site shell (website/ Astro + Starlight wrapper)
  • Copilot configuration (.github/copilot-instructions.md, instructions, agents, skills)
  • Repo housekeeping (CI, dependabot, README, license)
  • Other:

Verification

  • cd website && rm -rf dist && npm run build succeeds (target: 36 routes × 6 locales + 1 redirect = 217 built pages excluding 404; build reports 218 HTML files including 404, or note any intentional change)
  • Lychee link check passes: mkdir -p /tmp/lychee-root && ln -sfn $PWD/website/dist /tmp/lychee-root/copilot-workshops && lychee --offline --no-progress --root-dir /tmp/lychee-root 'website/dist/**/*.html'
  • External GitHub URLs that I changed have been clicked manually (lychee runs offline)

Screenshots

Notes for reviewers