Commit Graph

2 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
10eb85fcf6 fix(dev-landing): use relative paths for book and tinytorch links
Absolute paths like /book/ resolve incorrectly on GitHub Pages subpath
deployments (cs249r_book_dev). Using relative paths (./book/) ensures
the links work regardless of the hosting location.
2025-12-06 05:11:43 -08:00
Vijay Janapa Reddi
80aefde1b8 refactor: clean dev preview structure with repository variables
Dev preview structure:
- /           → Landing page (links to both)
- /book/      → MLSysBook dev preview
- /tinytorch/ → TinyTorch dev preview

Repository variables added:
- DEV_REPO = harvard-edge/cs249r_book_dev
- DEV_REPO_URL = git@github.com:harvard-edge/cs249r_book_dev.git
- DEV_BOOK_PATH = book
- DEV_TINYTORCH_PATH = tinytorch

All paths configurable via GitHub Settings > Variables
2025-12-05 19:55:39 -08:00