mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
- 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.
20 lines
504 B
JSON
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"]
|
|
}
|