diff options
| author | m5o <[email protected]> | 2018-03-07 16:30:13 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-03-14 21:06:17 +0200 |
| commit | 483e49e3c6784f4afbc9982c3498151f6f97ee30 (patch) | |
| tree | 5e72a9d614ca545b032a9a6aa35900dce43d3e2d /_includes | |
| parent | d01b4eb02560ba67b61b1b2c0496e9f8281c154d (diff) | |
| download | bootstrap-483e49e3c6784f4afbc9982c3498151f6f97ee30.tar.xz bootstrap-483e49e3c6784f4afbc9982c3498151f6f97ee30.zip | |
Enable docsearch in development env.
Previously a search redirected to `https://getbootstrap.com/...`
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/docs-sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/docs-sidebar.html b/_includes/docs-sidebar.html index cfbd10322..3e82a8b21 100644 --- a/_includes/docs-sidebar.html +++ b/_includes/docs-sidebar.html @@ -1,5 +1,5 @@ <form class="bd-search d-flex align-items-center"> - <input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off"> + <input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off" data-baseurl="{{ site.baseurl }}/docs/{{ site.docs_version }}"> <button class="btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3" type="button" data-toggle="collapse" data-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation"> {%- include icons/menu.svg width="30" height="30" -%} </button> |
