mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
29 lines
995 B
HTML
29 lines
995 B
HTML
|
|
<div id="sidetoggle">
|
|
<div>
|
|
<div class="sidefilter">
|
|
<form class="toc-filter">
|
|
<span class="glyphicon glyphicon-filter filter-icon"></span>
|
|
<span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></span>
|
|
<input type="text" id="toc_filter_input" placeholder="Filter by title" onkeypress="if(event.keyCode==13) {return false;}">
|
|
</form>
|
|
</div>
|
|
<div class="sidetoc">
|
|
<div class="toc" id="toc">
|
|
|
|
<ul class="nav level1">
|
|
<li>
|
|
<a href="articles/getting-started.html" name="articles/toc.html" title="Articles">Articles</a>
|
|
</li>
|
|
<li>
|
|
<a href="changelog/index.html" name="changelog/toc.html" title="Changelog">Changelog</a>
|
|
</li>
|
|
<li>
|
|
<a href="api/index.html" name="api/toc.html" title="API">API</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|