-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtoc.html
More file actions
34 lines (32 loc) · 1.25 KB
/
Copy pathtoc.html
File metadata and controls
34 lines (32 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<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/user/install.html" name="articles/user/toc.html" title="User Guide">User Guide</a>
</li>
<li>
<a href="articles/dev/install-dev.html" name="articles/dev/toc.html" title="Contributor Docs">Contributor Docs</a>
</li>
<li>
<a href="roadmap.html" name="" title="Roadmap">Roadmap</a>
</li>
<li>
<a href="credits.html" name="" title="Credits">Credits</a>
</li>
<li>
<a href="api/Cosmos.Kernel.html" name="api/toc.html" title="API">API</a>
</li>
</ul>
</div>
</div>
</div>
</div>