Skip to content

Commit b7f239a

Browse files
authored
Update index.html
1 parent 4818eee commit b7f239a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,20 @@ <h2>4. How the Characters relate to Each Other</h2>
292292
<h2>5. A Day in the Life of a Change</h2>
293293
<p>Let’s add a new feature: “Show real-time in-game leaderboards”.</p>
294294
<ol>
295+
296+
295297
<li>
296-
<strong>Code</strong>
298+
<details open>
299+
<summary><strong>Code</strong></summary>
300+
<p>
297301
<ul>
298302
<li>Write the leaderboard service in Go.</li>
299303
<li>Add a DSPy pipeline to pre-aggregate stats.</li>
300304
<li>Commit everything to git.</li>
301305
</ul>
306+
</p>
307+
</details>
308+
302309
</li>
303310
<li>
304311
<strong>CI Gate</strong>

0 commit comments

Comments
 (0)