aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-12-30 06:29:03 +0100
committerGitHub <noreply@github.com>2023-12-30 05:29:03 +0000
commitce55a74374aa1fe07cfb79ceeb8554aa7a2abce2 (patch)
tree283f0cf2838aeadcfec3b372854f8a835daa1237 /docs/content
parent19b1b698c90d1d3b96a66ffec889a0f5dbc7d162 (diff)
downloadgitea-ce55a74374aa1fe07cfb79ceeb8554aa7a2abce2.tar.gz
gitea-ce55a74374aa1fe07cfb79ceeb8554aa7a2abce2.zip
Update JS dependencies (#28537)
- Update all JS dependencies excluding mcaptcha (breaking changes) and stylelint (plugin not compatible with v16) - Regenerate SVGs - Update markdownlint rule names - Fix one issue of heading in markdown discovered during lint - Update for monaco options renames - Fix stylelint rule length-zero-no-unit for custom properties - Tested editor, swagger, sorting, vue, lint
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/administration/config-cheat-sheet.zh-cn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/administration/config-cheat-sheet.zh-cn.md b/docs/content/administration/config-cheat-sheet.zh-cn.md
index f85da439cd..415cba14ed 100644
--- a/docs/content/administration/config-cheat-sheet.zh-cn.md
+++ b/docs/content/administration/config-cheat-sheet.zh-cn.md
@@ -987,7 +987,7 @@ Gitea 创建以下非唯一队列:
- `LAST_UPDATED_MORE_THAN_AGO`: **72h**: 只会尝试回收超过此时间(默认3天)没有尝试过回收的 LFSMetaObject。
- `NUMBER_TO_CHECK_PER_REPO`: **100**: 每个仓库要检查的过期 LFSMetaObject 的最小数量。设置为 `0` 以始终检查所有。
-# Git (`git`)
+## Git (`git`)
- `PATH`: **""**: Git可执行文件的路径。如果为空,Gitea将在PATH环境中搜索。
- `HOME_PATH`: **%(APP_DATA_PATH)s/home**: Git的HOME目录。