mirror of https://github.com/dapr/docs.git
Enable search
This commit is contained in:
parent
1e0202a83e
commit
8e0e1784f7
|
@ -51,7 +51,7 @@ copyright = "Dapr"
|
|||
#privacy_policy = "https://policies.google.com/privacy"
|
||||
|
||||
# Algolia
|
||||
#algolia_docsearch = true
|
||||
algolia_docsearch = true
|
||||
offlineSearch = false
|
||||
|
||||
# GitHub Information
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
// matching your search input
|
||||
inputSelector: '.td-search-input',
|
||||
// Set debug to true to inspect the dropdown
|
||||
debug: true,
|
||||
debug: false,
|
||||
});
|
||||
</script>
|
||||
{{ end }}
|
Loading…
Reference in New Issue