Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-04-09 23:53:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-04-27 10:22:58 +0300
commit30cb1a2715fc1f920fd225ce5f7452e77fc819f8 (patch)
treeffe982ec63f429cc8a98dfba8ef08527c19aafbd /README.md
parentb5988a4430138455d2e972fe6302ec089338a6e5 (diff)
Pass docs version to search form and switch to the new index.
Also, move the search code to a separate file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c7f6024cf6..2bd9336899 100644
--- a/README.md
+++ b/README.md
@@ -105,7 +105,7 @@ Have a bug or a feature request? Please first read the [issue guidelines](https:
Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages at <https://getbootstrap.com/>. The docs may also be run locally.
-Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `assets/js/application.js` file.
+Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `assets/js/src/search.js` file.
### Running documentation locally