Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Marsceill <[email protected]>
  • Loading branch information
SgtSilvio and pmarsceill authored Jun 25, 2020
1 parent f2aa3c9 commit 868bb0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion docs/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 868bb0e

Please sign in to comment.