Welcome to mirror list, hosted at ThFree Co, Russian Federation.

docsearch.js « js « src « gohugoioTheme « themes « docs - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0074da8cd7f1e5c502844b908ec286397fa5d64a (plain)
1
2
3
4
5
6
7
var docsearch = require('docsearch.js/dist/cdn/docsearch.js');
docsearch({
  apiKey: '167e7998590aebda7f9fedcf86bc4a55',
  indexName: 'hugodocs',
  inputSelector: '#search-input',
  debug: true // Set debug to true if you want to inspect the dropdown
});