Files
cs249r_book/kits/_redirects
Vijay Janapa Reddi 849c69a8a9 feat(ci): add PDF build and publish workflow for Hardware Kits
- Create kits-build-pdfs.yml using Docker container with TeX Live
- Update kits-publish-dev.yml to build PDF and deploy with site
- Update kits-publish-live.yml to build PDF and deploy with site
- Add Downloads menu to navbar with Hardware Kits PDF link
- Add _redirects for /kits/pdf shortcut
2025-12-28 13:38:47 -05:00

6 lines
228 B
Plaintext

# Redirects for Hardware Kits
# These work with Netlify, Vercel, and other hosting platforms
/pdf /assets/downloads/Hardware-Kits.pdf 301
/pdf/ /assets/downloads/Hardware-Kits.pdf 301