documentation: removed "optional" comments as it did not fit the rest of the documentation

This commit is contained in:
Sandu Victor 2024-05-30 14:25:17 +03:00
parent f211449008
commit 9bfd8dfee3

View File

@ -385,7 +385,7 @@ There are a few optional settings for the Quick Launch feature:
```yaml ```yaml
quicklaunch: quicklaunch:
searchDescriptions: true searchDescriptions: true
showSearchSuggestions: true # Optional showSearchSuggestions: true
hideVisitURL: true hideVisitURL: true
provider: google # google, duckduckgo, bing, baidu, brave or custom provider: google # google, duckduckgo, bing, baidu, brave or custom
``` ```
@ -397,7 +397,7 @@ quicklaunch:
provider: custom provider: custom
url: https://www.ecosia.org/search?q= url: https://www.ecosia.org/search?q=
target: _blank target: _blank
suggestionUrl: https://ac.ecosia.org/autocomplete?type=list&q= # Optional suggestionUrl: https://ac.ecosia.org/autocomplete?type=list&q=
``` ```
## Homepage Version ## Homepage Version