feat: add IO class link to core template navigation sidebar
Add a hyperlink to the IO class documentation page in the core template's navigation list, placed alphabetically between the Sequence and String entries. This ensures users can directly access IO documentation from the template's sidebar menu.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
<li><a href="range.html">Range</a></li>
|
||||
<li><a href="sequence.html">Sequence</a></li>
|
||||
<li><a href="string.html">String</a></li>
|
||||
<li><a href="IO.html">IO</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user