You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Co-authored-by: Lunny Xiao <[email protected]>
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
-2
Original file line number
Diff line number
Diff line change
@@ -231,8 +231,6 @@ The following configuration set `Content-Type: application/vnd.android.package-a
231
231
-`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.
232
232
-`SEARCH_REPO_DESCRIPTION`: **true**: Whether to search within description at repository search on explore page.
233
233
-`USE_SERVICE_WORKER`: **false**: Whether to enable a Service Worker to cache frontend assets.
234
-
-`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.
235
-
A repo is considered irrelevant if it's a fork or if it has no metadata (no description, no icon, no topic).
0 commit comments