Docs: Move build_search_index to root level in config.toml (#1479)
This commit is contained in:
parent
8ee6df030f
commit
60386292a8
|
@ -96,6 +96,10 @@ languages = []
|
||||||
# A list of directories used to search for additional `.sublime-syntax` files.
|
# A list of directories used to search for additional `.sublime-syntax` files.
|
||||||
extra_syntaxes = []
|
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
|
# Configuration of the Markdown rendering
|
||||||
[markdown]
|
[markdown]
|
||||||
# When set to "true", all code blocks are highlighted.
|
# When set to "true", all code blocks are highlighted.
|
||||||
|
@ -142,10 +146,6 @@ paths = "on"
|
||||||
taxonomies = "on"
|
taxonomies = "on"
|
||||||
anchors = "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]
|
[search]
|
||||||
# Whether to include the title of the page/section in the index
|
# Whether to include the title of the page/section in the index
|
||||||
include_title = true
|
include_title = true
|
||||||
|
|
Loading…
Reference in a new issue