]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove `debug` references from DocSearch v2 (#38032)
authorJulien Déramond <juderamond@gmail.com>
Sat, 11 Feb 2023 07:04:09 +0000 (08:04 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Feb 2023 07:04:09 +0000 (08:04 +0100)
README.md
site/assets/js/search.js

index 9c49e825268bd71658554cc79ff74973814210d1..df022a1c4c0ccf2c053ac26b15563e9e18c92b90 100644 (file)
--- 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 <https://getbootstrap.com/>. 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
 
index 9bad2749f52318eefb56230c58be3eaee36904ca..b095d3bbd95d6b04d91ac4bc898fc889e5279012 100644 (file)
@@ -40,8 +40,6 @@
 
         return item
       })
-    },
-    // Set debug to `true` if you want to inspect the dropdown
-    debug: false
+    }
   })
 })()