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
Copy file name to clipboardExpand all lines: docs/content/administration/config-cheat-sheet.en-us.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -229,8 +229,9 @@ The following configuration set `Content-Type: application/vnd.android.package-a
229
229
add it to this config.
230
230
-`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.
231
231
-`SEARCH_REPO_DESCRIPTION`: **true**: Whether to search within description at repository search on explore page.
232
-
-`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.
232
+
-`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.
233
233
A repo is considered irrelevant if it's a fork or if it has no metadata (no description, no icon, no topic).
234
+
-`EXPLORE_PAGING_DEFAULT_SORT`: **recentupdate**: Change the sort type of the explore pages. Valid values are "recentupdate", "alphabetically", "reverselastlogin", "newest" and "oldest"
0 commit comments