forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoc.html
More file actions
22 lines (22 loc) · 790 Bytes
/
toc.html
File metadata and controls
22 lines (22 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class="toc ui accent @tocclass@ hideprint">
<div class="ui vertical accent @tocclass@ sticky menu tocmenu">
<div class="item">
<a href="/" class="header focused" tabindex="0" title="Go to editor">
@targetlogo@
</a>
Documentation
</div>
<div class="item search">
<form id="tocsearch2" role="form" method="get" target="_blank" action="https://www.bing.com/search">
<div class="ui fluid icon input">
<input type="hidden" name="q1" value="site:@homeurl@" />
@searchBar2@
</div>
</form>
</div>
<!-- TOC Menu -->
<div class="menuContainer">
@TOC@
</div>
</div>
</div>