aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/docs-nav.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/_includes/docs-nav.html b/docs/_includes/docs-nav.html
index 996bfd9d1..6b3564cd9 100644
--- a/docs/_includes/docs-nav.html
+++ b/docs/_includes/docs-nav.html
@@ -2,6 +2,12 @@
<a href="{{ site.baseurl }}/" class="navbar-brand">
Bootstrap
</a>
+
+ <div class="bs-docs-search">
+ <input type="text" class="form-control" id="search-input" placeholder="Search...">
+ <ul class="dropdown-menu bs-docs-search-results" id="search-results"></ul>
+ </div>
+
{% for group in site.data.nav %}
{% assign link = group.pages | first %}
{% assign slug = group.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' %}