From: Julien Déramond Date: Sat, 11 Feb 2023 07:04:09 +0000 (+0100) Subject: Remove `debug` references from DocSearch v2 (#38032) X-Git-Tag: v5.3.0-alpha2~106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f5dca077751ff4abc2361d13766a4ed18ee04fc;p=thirdparty%2Fbootstrap.git Remove `debug` references from DocSearch v2 (#38032) --- diff --git a/README.md b/README.md index 9c49e82526..df022a1c4c 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,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 [Hugo](https://gohugo.io/) and publicly hosted on GitHub Pages at . The docs may also be run locally. -Documentation search is powered by [Algolia's DocSearch](https://docsearch.algolia.com/). Working on our search? Be sure to set `debug: true` in `site/assets/js/search.js`. +Documentation search is powered by [Algolia's DocSearch](https://docsearch.algolia.com/). ### Running documentation locally diff --git a/site/assets/js/search.js b/site/assets/js/search.js index 9bad2749f5..b095d3bbd9 100644 --- a/site/assets/js/search.js +++ b/site/assets/js/search.js @@ -40,8 +40,6 @@ return item }) - }, - // Set debug to `true` if you want to inspect the dropdown - debug: false + } }) })()