diff --git a/site/_config.yml b/site/_config.yml
index 3f27ca92..fa8ef91a 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -55,6 +55,7 @@ html:
- _static/wip-banner.js
- _static/ml-timeline.js
- _static/hero-carousel.js
+ - _static/sidebar-link.js
# Favicon configuration
favicon: "_static/favicon.svg"
diff --git a/site/intro.md b/site/intro.md
index 1468128c..4301fadd 100644
--- a/site/intro.md
+++ b/site/intro.md
@@ -1,10 +1,16 @@
-
+
Build Your Own ML Framework
-
+
+
+Hands-on labs for the Machine Learning Systems textbook
+
+
+
+
Don't just import it. Build it.
@@ -23,9 +29,6 @@ Build a complete machine learning (ML) framework from tensors to systems—under
đź’»
-
-
Clone & Setup
-
@@ -33,9 +36,6 @@ Build a complete machine learning (ML) framework from tensors to systems—under
đź““
-
-
Build in Jupyter
-
@@ -43,9 +43,6 @@ Build a complete machine learning (ML) framework from tensors to systems—under
🛠️
-
-
Export with TITO
-
@@ -53,9 +50,6 @@ Build a complete machine learning (ML) framework from tensors to systems—under
🏆
-
-
Validate with History
-
@@ -67,7 +61,7 @@ Build a complete machine learning (ML) framework from tensors to systems—under
```