Update _config.yml with default values

This commit is contained in:
Silvio Giebl 2020-06-25 23:19:24 +02:00
parent 868bb0e3ac
commit 3f0b7254a2
3 changed files with 4 additions and 4 deletions

View File

@ -46,10 +46,10 @@ search:
tokenizer_separator: /[\s/]+/
# Display the relative url in search results
# Supports true (default) or false
rel_url: false
# Enable or disable the search button
rel_url: true
# Enable or disable the search button that appears in the bottom right corner of every page
# Supports true or false (default)
button: true
button: false
# Enable or disable heading anchors
heading_anchors: true

0
bin/just-the-docs Normal file → Executable file
View File

View File

@ -55,7 +55,7 @@ search:
tokenizer_separator: /[\s/]+/
# Display the relative url in search results
# Supports true (default) or false
rel_url: false
rel_url: true
# Enable or disable the search button that appears in the bottom right corner of every page
# Supports true or false (default)
button: false