diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 09a3158820b52..249aba6e43222 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1134,8 +1134,8 @@ PATH = ;; Whether to enable a Service Worker to cache frontend assets ;USE_SERVICE_WORKER = false ;; -;; Whether to only show relevant repo's on the explore page(when no keyword is specified and default sorting is used). -;; A repo is considered to be irrelevant if it's a fork or doesn't have a description or topic. +;; 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 doesn't have set metadata (description, topic). ;HIDE_IRRELEVANT_REPOS = false ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 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 352dc097b41a1..0d427c659fe70 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -190,8 +190,8 @@ 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. -- `HIDE_IRRELEVANT_REPOS`: **false** Whether to only show relevant repo's on the explore page(when no keyword is specified and default sorting is used). - A repo is considered to be irrelevant if it's a fork or doesn't have a description or topic. +- `HIDE_IRRELEVANT_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 doesn't have set metadata (description, topic). ### UI - Admin (`ui.admin`)