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"
|
#privacy_policy = "https://policies.google.com/privacy"
|
||||||
|
|
||||||
# Algolia
|
# Algolia
|
||||||
#algolia_docsearch = true
|
algolia_docsearch = true
|
||||||
offlineSearch = false
|
offlineSearch = false
|
||||||
|
|
||||||
# GitHub Information
|
# GitHub Information
|
||||||
|
|
|
@ -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 }}
|
Loading…
Reference in New Issue