aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
author6543 <m.huber@kithara.com>2023-11-09 11:11:45 +0100
committerGitHub <noreply@github.com>2023-11-09 10:11:45 +0000
commit16ba16dbe951763cfc026b7351e26009d1a25fdc (patch)
treee15db0f5fcc7772a914df2b8993eb8ffcd51010b /docs
parent69d98f83f9a62a7e70976b5d973f293f73e42266 (diff)
downloadgitea-16ba16dbe951763cfc026b7351e26009d1a25fdc.tar.gz
gitea-16ba16dbe951763cfc026b7351e26009d1a25fdc.zip
Allow to set explore page default sort (#27951)
as title --- *Sponsored by Kithara Software GmbH*
Diffstat (limited to 'docs')
-rw-r--r--docs/content/administration/config-cheat-sheet.en-us.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/administration/config-cheat-sheet.en-us.md b/docs/content/administration/config-cheat-sheet.en-us.md
index 401da352c1..2da6bd3ff5 100644
--- a/docs/content/administration/config-cheat-sheet.en-us.md
+++ b/docs/content/administration/config-cheat-sheet.en-us.md
@@ -229,8 +229,9 @@ The following configuration set `Content-Type: application/vnd.android.package-a
add it to this config.
- `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.
-- `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.
+- `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).
+- `EXPLORE_PAGING_DEFAULT_SORT`: **recentupdate**: Change the sort type of the explore pages. Valid values are "recentupdate", "alphabetically", "reverselastlogin", "newest" and "oldest"
### UI - Admin (`ui.admin`)