aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-30 11:03:55 -0700
committerMark Otto <[email protected]>2017-05-30 11:03:55 -0700
commite7c711121dfbd3bcf0f301d15c27d02c3e86acbe (patch)
treeaf3be4c1cf1f5ab0c0d1ea21fb1151fd14665b84
parent967e6a1b6369777ebe0e936b0d80ea4fa1b644d0 (diff)
downloadbootstrap-e7c711121dfbd3bcf0f301d15c27d02c3e86acbe.tar.xz
bootstrap-e7c711121dfbd3bcf0f301d15c27d02c3e86acbe.zip
mention docsearch in readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3e7258091..7b38f9aec 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,8 @@ 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 the `_scripts.html` include.
+
### Running documentation locally
1. Run through the [tooling setup](https://github.com/twbs/bootstrap/blob/v4-dev/docs/getting-started/build-tools.md#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`.