diff options
author | Xinyu Zhou <its@baronbunny.cn> | 2022-10-28 23:17:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 11:17:38 -0400 |
commit | 100448a007707c049a769cb71cd170fcb5b64a25 (patch) | |
tree | 2e46e2d5b942906d87d0be3af7f882501c28c5bf /docs | |
parent | cd5c067abe6b3d33a35ec6904abc91a0b18edfd9 (diff) | |
download | gitea-100448a007707c049a769cb71cd170fcb5b64a25.tar.gz gitea-100448a007707c049a769cb71cd170fcb5b64a25.zip |
Allow disable sitemap (#21617)
This patch provide a mechanism to disable
[sitemap](https://github.com/go-gitea/gitea/pull/18407).
Signed-off-by: Xinyu Zhou <i@sourcehut.net>
Co-authored-by: 6543 <6543@obermui.de>
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 ebc860c457..df1911934c 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -1233,3 +1233,4 @@ PROXY_HOSTS = *.github.com - `SHOW_FOOTER_BRANDING`: **false**: Show Gitea branding in the footer. - `SHOW_FOOTER_VERSION`: **true**: Show Gitea and Go version information in the footer. - `SHOW_FOOTER_TEMPLATE_LOAD_TIME`: **true**: Show time of template execution in the footer. +- `ENABLE_SITEMAP`: **true**: Generate sitemap. |