diff --git a/daprdocs/config.toml b/daprdocs/config.toml index c2ca33426..b905657e7 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -51,7 +51,7 @@ copyright = "Dapr" #privacy_policy = "https://policies.google.com/privacy" # Algolia -#algolia_docsearch = true +algolia_docsearch = true offlineSearch = false # GitHub Information diff --git a/daprdocs/layouts/partials/hooks/body-end.html b/daprdocs/layouts/partials/hooks/body-end.html index 55964e1de..206a5e2f4 100644 --- a/daprdocs/layouts/partials/hooks/body-end.html +++ b/daprdocs/layouts/partials/hooks/body-end.html @@ -11,7 +11,7 @@ // matching your search input inputSelector: '.td-search-input', // Set debug to true to inspect the dropdown - debug: true, + debug: false, }); {{ end }} \ No newline at end of file