You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2022/08/08 17:15:11 UTC

[avro] branch branch-1.11 updated: AVRO-3598: Disable offline search on the site (#1812)

This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 6b010379d AVRO-3598: Disable offline search on the site (#1812)
6b010379d is described below

commit 6b010379decde2fa42af23f1ced556a588dafbee
Author: Ryan Skraba <ry...@skraba.com>
AuthorDate: Mon Aug 8 10:14:45 2022 -0700

    AVRO-3598: Disable offline search on the site (#1812)
---
 doc/config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/config.toml b/doc/config.toml
index 506a4287f..515e6e3e5 100644
--- a/doc/config.toml
+++ b/doc/config.toml
@@ -158,7 +158,7 @@ github_project_repo = "https://github.com/apache/avro"
 algolia_docsearch = false
 
 # Enable Lunr.js offline search
-offlineSearch = true
+offlineSearch = false
 
 # Enable syntax highlighting and copy buttons on code blocks with Prism
 prism_syntax_highlighting = true