mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-17 00:22:24 -06: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
|
# Display the relative url in search results
|
||||||
# Supports true (default) or false
|
# Supports true (default) or false
|
||||||
rel_url: 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)
|
# Supports true or false (default)
|
||||||
button: true
|
button: false
|
||||||
```
|
```
|
||||||
|
|
||||||
## Aux links
|
## Aux links
|
||||||
|
@ -86,8 +86,10 @@ search.rel_url: false
|
|||||||
|
|
||||||
### Display search button
|
### Display search button
|
||||||
|
|
||||||
|
The search button displays in the bottom right corner of the screen and triggers the search input when clicked.
|
||||||
|
|
||||||
```yaml
|
```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)
|
# Supports true or false (default)
|
||||||
search.button: true
|
search.button: true
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user