searchbar

pull/43/head
scotty 2016-02-09 13:34:59 -08:00
parent 33df5f8eb4
commit 893c323dc0
2 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ layout: headerfooter
<li><a href="#">SAMPLES</a></li>
<li><a href="#">SUPPORT</a></li>
</ul>
<input type="text" id="search" placeholder="Search the docs">
<div class="dropdown">
<div class="readout"></div>
<a href="#">Version 1.1</a>
@ -22,7 +23,7 @@ layout: headerfooter
<section id="encyclopedia">
<div id="docsToc">
{% comment %} assign tree = site.data[page.toc].toc
{% comment %} assign tree = site.data[page.toc].toc
{% assign tree = site.data[page.versionfilesafe][page.section].toc %}
{% include tree.html %}{% endcomment %}
<!--

File diff suppressed because one or more lines are too long