mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
10 lines
273 B
JavaScript
10 lines
273 B
JavaScript
![]() |
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
|
||
|
});
|
||
|
});
|