summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authordelvh <leon@kske.dev>2023-02-04 14:26:38 +0100
committerGitHub <noreply@github.com>2023-02-04 21:26:38 +0800
commit4d20a4a1baeb9ed1bb5b3ed7c44b6046f6387303 (patch)
tree739c75ed66f8ba185af6f5657a1444c65eb64ab5 /docs
parentea13b23349ef98249deeb9469f6b1444de42abf5 (diff)
downloadgitea-4d20a4a1baeb9ed1bb5b3ed7c44b6046f6387303.tar.gz
gitea-4d20a4a1baeb9ed1bb5b3ed7c44b6046f6387303.zip
Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)
Every user can already disable the filter manually, so the explicit setting is absolutely useless and only complicates the logic. Previously, there was also unexpected behavior when multiple query parameters were present. --------- Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/advanced/config-cheat-sheet.en-us.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md
index e12d1feeb9..67ca7a5166 100644
--- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md
+++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md
@@ -231,8 +231,6 @@ The following configuration set `Content-Type: application/vnd.android.package-a
- `DEFAULT_SHOW_FULL_NAME`: **false**: Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
- `SEARCH_REPO_DESCRIPTION`: **true**: Whether to search within description at repository search on explore page.
- `USE_SERVICE_WORKER`: **false**: Whether to enable a Service Worker to cache frontend assets.
-- `ONLY_SHOW_RELEVANT_REPOS`: **false** Whether to only show relevant repos on the explore page when no keyword is specified and default sorting is used.
- A repo is considered irrelevant if it's a fork or if it has no metadata (no description, no icon, no topic).
### UI - Admin (`ui.admin`)