Files
cs249r_book/mlsysim/docs/_variables.yml
Vijay Janapa Reddi 5947a26148 docs(website): replace hardcoded GitHub URLs with dynamic Quarto variables
- Extracted all hardcoded repository and slide download URLs into a central _variables.yml configuration file.
- Replaced 100+ hardcoded URL strings across the website documentation (.qmd, .md, and _quarto-html.yml) with {{< var slides_latest >}} and {{< var github_repo >}} shortcodes.
- Ensures the website correctly points to the canonical cs249r_book repository while enabling instantaneous, single-file URL updates in the future.
2026-05-27 16:51:47 -04:00

3 lines
219 B
YAML

github_repo: "https://github.com/harvard-edge/cs249r_book"
github_issues: "https://github.com/harvard-edge/cs249r_book/issues"
slides_latest: "https://github.com/harvard-edge/cs249r_book/releases/download/slides-latest"