Skip to content

Commit 09267bd

Browse files
committed
table of contents real
1 parent 7b89411 commit 09267bd

1 file changed

Lines changed: 28 additions & 9 deletions

File tree

docs/changes.html

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,34 @@
1010
<body>
1111
<h1>Changelog</h1>
1212

13-
<h2>v0.2.0</h2>
14-
<ul>
15-
<li>Added function support</li>
16-
<li>Added return statements</li>
17-
</ul>
13+
<nav>
14+
<h2>Versions</h2>
15+
<ul>
16+
<li><a href="#v0-2-0">v0.2.0</a></li>
17+
<li><a href="#v0-1-0">v0.1.0</a></li>
18+
</ul>
19+
</nav>
1820

19-
<h2>v0.1.0</h2>
20-
<ul>
21-
<li>Initial release</li>
22-
</ul>
21+
<section id="v0-2-0">
22+
<h2>v0.2.0</h2>
23+
<h3>Features</h3>
24+
<ul>
25+
<li>Added function support</li>
26+
<li>Added return statements</li>
27+
</ul>
28+
<h3>Fixes</h3>
29+
<ul>
30+
<li>Improved variable scope handling</li>
31+
</ul>
32+
</section>
33+
34+
<section id="v0-1-0">
35+
<h2>v0.1.0</h2>
36+
<h3>Initial Release</h3>
37+
<ul>
38+
<li>Core syntax support</li>
39+
<li>Basic I/O and memory model</li>
40+
</ul>
41+
</section>
2342
</body>
2443
</html>

0 commit comments

Comments
 (0)