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