From 60386292a8f37b97e4a622910b0a1540d7cf8ed5 Mon Sep 17 00:00:00 2001 From: Avinash Sonawane Date: Sun, 23 May 2021 15:15:48 +0000 Subject: [PATCH] Docs: Move build_search_index to root level in config.toml (#1479) --- .../documentation/getting-started/configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/documentation/getting-started/configuration.md b/docs/content/documentation/getting-started/configuration.md index 489ba454..163bef70 100644 --- a/docs/content/documentation/getting-started/configuration.md +++ b/docs/content/documentation/getting-started/configuration.md @@ -96,6 +96,10 @@ languages = [] # A list of directories used to search for additional `.sublime-syntax` files. extra_syntaxes = [] +# When set to "true", a search index is built from the pages and section +# content for `default_language`. +build_search_index = false + # Configuration of the Markdown rendering [markdown] # When set to "true", all code blocks are highlighted. @@ -142,10 +146,6 @@ paths = "on" taxonomies = "on" anchors = "on" -# When set to "true", a search index is built from the pages and section -# content for `default_language`. -build_search_index = false - [search] # Whether to include the title of the page/section in the index include_title = true