From 8e0e1784f7f616185ed5b8c60925f72464915e45 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Thu, 15 Oct 2020 16:04:24 -0700 Subject: [PATCH] Enable search --- daprdocs/config.toml | 2 +- daprdocs/layouts/partials/hooks/body-end.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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