diff options
author | Daniil Gentili <daniil@daniil.it> | 2022-06-25 19:06:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 19:06:01 +0200 |
commit | 95383b7a16205d749e9d696d69d0ae665e91501e (patch) | |
tree | 9bf9edfd5bd7ed1c6da7eefa73ea8843b609f8ca /docs | |
parent | 97bfabc745cdcce11ce50a62e29bb7a4e7e66e6c (diff) | |
download | gitea-95383b7a16205d749e9d696d69d0ae665e91501e.tar.gz gitea-95383b7a16205d749e9d696d69d0ae665e91501e.zip |
Add sitemap support (#18407)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 1 |
1 files changed, 1 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 15628a7def..df659b6540 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -174,6 +174,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a - `MEMBERS_PAGING_NUM`: **20**: Number of members that are shown in organization members. - `FEED_MAX_COMMIT_NUM`: **5**: Number of maximum commits shown in one activity feed. - `FEED_PAGING_NUM`: **20**: Number of items that are displayed in home feed. +- `SITEMAP_PAGING_NUM`: **20**: Number of items that are displayed in a single subsitemap. - `GRAPH_MAX_COMMIT_NUM`: **100**: Number of maximum commits shown in the commit graph. - `CODE_COMMENT_LINES`: **4**: Number of line of codes shown for a code comment. - `DEFAULT_THEME`: **auto**: \[auto, gitea, arc-green\]: Set the default theme for the Gitea install. |