docsearch.js (255B)
1 var docsearch = require('docsearch.js/dist/cdn/docsearch.js'); 2 docsearch({ 3 apiKey: '167e7998590aebda7f9fedcf86bc4a55', 4 indexName: 'hugodocs', 5 inputSelector: '#search-input', 6 debug: true // Set debug to true if you want to inspect the dropdown 7 });