diff --git a/docs/site/hugo.toml b/docs/site/hugo.toml index bee50f8fd..5ef4226b5 100644 --- a/docs/site/hugo.toml +++ b/docs/site/hugo.toml @@ -121,13 +121,13 @@ github_subdir = "docs/site" github_branch= "main" # Google Custom Search Engine ID. Remove or comment out to disable search. -gcs_engine_id = "d72aa9b2712488cc3" +# gcs_engine_id = "d72aa9b2712488cc3" # Enable Algolia DocSearch algolia_docsearch = false # Enable Lunr.js offline search -offlineSearch = false +offlineSearch = true # Enable syntax highlighting and copy buttons on code blocks with Prism prism_syntax_highlighting = false