caddy-website/src/resources/js/common.js

10 lines
273 B
JavaScript
Raw Normal View History

2020-03-26 12:57:10 -06:00
document.addEventListener('DOMContentLoaded', function() {
// Algolia search
docsearch({
apiKey: '14275a785f6ebd31d162f9d2d8fc0125',
indexName: 'caddyserver',
inputSelector: '#search',
debug: true // Set debug to true if you want to inspect the dropdown
});
});