diff --git a/daprdocs/config.toml b/daprdocs/config.toml index 1af791ade..b905657e7 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -52,6 +52,7 @@ copyright = "Dapr" # Algolia algolia_docsearch = true +offlineSearch = false # GitHub Information github_repo = "https://github.com/dapr/docs" diff --git a/daprdocs/layouts/partials/hooks/head-end.html b/daprdocs/layouts/partials/hooks/head-end.html index 403c1c01c..804fe38e9 100644 --- a/daprdocs/layouts/partials/hooks/head-end.html +++ b/daprdocs/layouts/partials/hooks/head-end.html @@ -1,6 +1,3 @@ {{ with .Site.Params.algolia_docsearch }} - + {{ end }} \ No newline at end of file