Apply suggestions from code review

Co-authored-by: Patrick Marsceill <pmarsceill@users.noreply.github.com>
This commit is contained in:
Silvio Giebl 2020-06-25 23:11:43 +02:00 committed by GitHub
parent f2aa3c9a4d
commit 868bb0e3ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -56,9 +56,9 @@ search:
# Display the relative url in search results
# Supports true (default) or false
rel_url: false
# Enable or disable the search button
# 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
```
## Aux links

View File

@ -86,8 +86,10 @@ search.rel_url: false
### Display search button
The search button displays in the bottom right corner of the screen and triggers the search input when clicked.
```yaml
# Enable or disable the search button
# Enable or disable the search button that appears in the bottom right corner of every page
# Supports true or false (default)
search.button: true
```