Skip to content

Commit 9f5dca0

Browse files
Remove debug references from DocSearch v2 (#38032)
1 parent 52656db commit 9f5dca0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Have a bug or a feature request? Please first read the [issue guidelines](https:
144144

145145
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.
146146

147-
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`.
147+
Documentation search is powered by [Algolia's DocSearch](https://docsearch.algolia.com/).
148148

149149
### Running documentation locally
150150

site/assets/js/search.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040

4141
return item
4242
})
43-
},
44-
// Set debug to `true` if you want to inspect the dropdown
45-
debug: false
43+
}
4644
})
4745
})()

0 commit comments

Comments
 (0)