Skip to content

Commit 0b6b5eb

Browse files
committed
Add Algolia/DocSearch insights parameter to docusaurus.config.js
1 parent 627e421 commit 0b6b5eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ module.exports = {
272272
getMissingResultsUrl({ query }) {
273273
return `https://github.com/SumoLogic/sumologic-documentation/issues/new?title=${query}`;
274274
},
275+
insights: true,
275276
},
276277
prism: {
277278
theme: lightCodeTheme,

0 commit comments

Comments
 (0)