This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch docs-build-fixes in repository https://gitbox.apache.org/repos/asf/avro.git
commit 1680e120a617d911c90a6d6170cfead8550dc0cf Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Wed Aug 21 16:33:14 2024 +0300 Remove the usage of a deprecated setting `algolia_docsearch` ``` WARN Config 'params.algolia_docsearch' is deprecated: use 'params.search.algolia' For details, see https://www.docsy.dev/docs/adding-content/search/#algolia-docsearch. ``` Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --- doc/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/config.toml b/doc/config.toml index 2fcf46d71..8f5c40db0 100644 --- a/doc/config.toml +++ b/doc/config.toml @@ -155,9 +155,6 @@ github_project_repo = "https://github.com/apache/avro" # Google Custom Search Engine ID. Remove or comment out to disable search. # gcs_engine_id = "d72aa9b2712488cc3" -# Enable Algolia DocSearch -algolia_docsearch = false - # Enable Lunr.js offline search offlineSearch = false
