Enable search

This commit is contained in:
Aaron Crawfis 2020-10-15 16:04:24 -07:00
parent 1e0202a83e
commit 8e0e1784f7
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ copyright = "Dapr"
#privacy_policy = "https://policies.google.com/privacy" #privacy_policy = "https://policies.google.com/privacy"
# Algolia # Algolia
#algolia_docsearch = true algolia_docsearch = true
offlineSearch = false offlineSearch = false
# GitHub Information # GitHub Information

View File

@ -11,7 +11,7 @@
// matching your search input // matching your search input
inputSelector: '.td-search-input', inputSelector: '.td-search-input',
// Set debug to true to inspect the dropdown // Set debug to true to inspect the dropdown
debug: true, debug: false,
}); });
</script> </script>
{{ end }} {{ end }}