mirror of
https://github.com/thangisme/notes.git
synced 2024-09-11 15:24:15 -04:00
Apply suggestions from code review
Co-authored-by: Patrick Marsceill <pmarsceill@users.noreply.github.com>
This commit is contained in:
parent
f2aa3c9a4d
commit
868bb0e3ac
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user