From 79f3bfdae30e2319ba950851d8dd8b873fad70c7 Mon Sep 17 00:00:00 2001 From: Alex Earnshaw Date: Wed, 9 Oct 2019 13:50:58 +0100 Subject: [PATCH] Update config.toml Add a param for Algolia docsearch, related to PR on Docsy theme https://github.com/google/docsy/pull/127/ --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 2e27972e0ad..cc19704f440 100644 --- a/config.toml +++ b/config.toml @@ -91,6 +91,9 @@ github_project_repo = "https://github.com/google/docsy" # Google Custom Search Engine ID. Remove or comment out to disable search. gcs_engine_id = "011737558837375720776:fsdu1nryfng" +# Enable Algolia DocSearch +algolia_docsearch = false + # User interface configuration [params.ui] # Enable to show the side bar menu in its compact state.