2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

stub out docsearch additions

This commit is contained in:
Mark Otto
2017-07-04 13:24:51 -07:00
parent 4bf6d7cb29
commit bf63d052c0
6 changed files with 170 additions and 0 deletions
+4
View File
@@ -26,6 +26,10 @@
{% unless page.fullwidth == true %}
<div class="col-md-3" role="complementary">
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm">
<form class="bs-docs-search">
<input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off">
</form>
<ul class="nav bs-docs-sidenav">
{% if page.slug == "getting-started" %}
{% include nav/getting-started.html %}