diff options
author | Christian Ullrich <chris@chrullrich.net> | 2022-12-27 16:38:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 09:38:15 -0600 |
commit | d0c3d0ba2688ce13e62bd5522446e0f49a70df50 (patch) | |
tree | 3a0216260261ea0038db2a950ed9151558ba9c0b /docs | |
parent | 6cf09ccab402fe84a5313e1d3e755e284ebbc845 (diff) | |
download | gitea-d0c3d0ba2688ce13e62bd5522446e0f49a70df50.tar.gz gitea-d0c3d0ba2688ce13e62bd5522446e0f49a70df50.zip |
Add the 'ui.user' section to the cheat sheet (#22249)
The `ui.user` ini section with its single setting is not yet mentioned
in the config cheat sheet.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 4 |
1 files changed, 4 insertions, 0 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 c2d5ae2667..9d7a375ad3 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -239,6 +239,10 @@ The following configuration set `Content-Type: application/vnd.android.package-a - `NOTICE_PAGING_NUM`: **25**: Number of notices that are shown in one page. - `ORG_PAGING_NUM`: **50**: Number of organizations that are shown in one page. +### UI - User (`ui.user`) + +- `REPO_PAGING_NUM`: **15**: Number of repos that are shown in one page. + ### UI - Metadata (`ui.meta`) - `AUTHOR`: **Gitea - Git with a cup of tea**: Author meta tag of the homepage. |