Files
cs249r_book/labs/site.webmanifest
Vijay Janapa Reddi 34b350dbec refactor: rename collabs to labs
- Rename collabs/ directory to labs/
- Rename workflow files: collabs-publish-*.yml → labs-publish-*.yml
- Update all paths in workflows, Quarto configs, and navbars
- Update cross-references in book, kits, and dev-landing
- Update site-url to mlsysbook.ai/labs/

Note: GitHub repo variable DEV_COLLABS_PATH needs to be renamed
to DEV_LABS_PATH in repository settings.
2026-01-05 18:45:50 -05:00

20 lines
504 B
JSON

{
"name": "Labs - ML Systems",
"short_name": "Labs",
"description": "Interactive ML simulations and labs for exploring machine learning systems.",
"start_url": "/labs/",
"scope": "/labs/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#7D3C98",
"icons": [
{
"src": "assets/images/favicon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["education", "technology", "simulation"]
}