From 934a93830c98cef3eef7a2f6e3cee8e3df48b2a9 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Wed, 22 Nov 2023 15:55:42 -0600 Subject: [PATCH] hugo is throwing warning about this on startup --- website_and_docs/hugo.toml | 2 +- website_and_docs/layouts/partials/hooks/body-end.html | 2 +- website_and_docs/layouts/partials/hooks/head-end.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website_and_docs/hugo.toml b/website_and_docs/hugo.toml index e27da8eef1f8..9410ae9200aa 100644 --- a/website_and_docs/hugo.toml +++ b/website_and_docs/hugo.toml @@ -152,7 +152,7 @@ offlineSearch = false offlineSearchMaxResults = 30 # Enable Algolia DocSearch -algolia_docsearch = true +search.algolia = true # Enable Plausible.io plausible_analytics = true diff --git a/website_and_docs/layouts/partials/hooks/body-end.html b/website_and_docs/layouts/partials/hooks/body-end.html index 9a923c07f9ac..ce43e2131416 100644 --- a/website_and_docs/layouts/partials/hooks/body-end.html +++ b/website_and_docs/layouts/partials/hooks/body-end.html @@ -1,4 +1,4 @@ -{{ with .Site.Params.algolia_docsearch }} +{{ with .Site.Params.search.algolia }}