We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4818eee commit b7f239aCopy full SHA for b7f239a
1 file changed
index.html
@@ -292,13 +292,20 @@ <h2>4. How the Characters relate to Each Other</h2>
292
<h2>5. A Day in the Life of a Change</h2>
293
<p>Let’s add a new feature: “Show real-time in-game leaderboards”.</p>
294
<ol>
295
+
296
297
<li>
- <strong>Code</strong>
298
+ <details open>
299
+ <summary><strong>Code</strong></summary>
300
+ <p>
301
<ul>
302
<li>Write the leaderboard service in Go.</li>
303
<li>Add a DSPy pipeline to pre-aggregate stats.</li>
304
<li>Commit everything to git.</li>
305
</ul>
306
+ </p>
307
+ </details>
308
309
</li>
310
311
<strong>CI Gate</strong>
0 commit comments