Docs: Move build_search_index to root level in config.toml (#1479)

This commit is contained in:
Avinash Sonawane 2021-05-23 15:15:48 +00:00 committed by GitHub
parent 8ee6df030f
commit 60386292a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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