We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983f951 commit 7eda7c6Copy full SHA for 7eda7c6
js/algolia/index.js
@@ -17,7 +17,7 @@ const algoliaInsightsPlugin = createAlgoliaInsightsPlugin({ insightsClient });
17
const search = autocomplete({
18
container: '#autocomplete',
19
placeholder: 'Search the Segment documentation',
20
- debug: true,
+ debug: false,
21
openOnFocus: false,
22
keyboardShortcuts: ['s', 191],
23
plugins: [algoliaInsightsPlugin,],
0 commit comments