From 9bfd8dfee3a6e1d7d82584a267b10b5740619b14 Mon Sep 17 00:00:00 2001 From: Sandu Victor Date: Thu, 30 May 2024 14:25:17 +0300 Subject: [PATCH] documentation: removed "optional" comments as it did not fit the rest of the documentation --- docs/configs/settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configs/settings.md b/docs/configs/settings.md index f72e2634..a27494a7 100644 --- a/docs/configs/settings.md +++ b/docs/configs/settings.md @@ -385,7 +385,7 @@ There are a few optional settings for the Quick Launch feature: ```yaml quicklaunch: searchDescriptions: true - showSearchSuggestions: true # Optional + showSearchSuggestions: true hideVisitURL: true provider: google # google, duckduckgo, bing, baidu, brave or custom ``` @@ -397,7 +397,7 @@ quicklaunch: provider: custom url: https://www.ecosia.org/search?q= target: _blank - suggestionUrl: https://ac.ecosia.org/autocomplete?type=list&q= # Optional + suggestionUrl: https://ac.ecosia.org/autocomplete?type=list&q= ``` ## Homepage Version