aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/help
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-12-14 16:52:16 +0800
committerGitHub <noreply@github.com>2023-12-14 08:52:16 +0000
commite85db6c8c37bd0643deb704e857d369288a3ca0f (patch)
treea54a3119eef9a1ae3cbdcaab7dea523a5baa7d2e /docs/content/help
parent9947af639c24d185ace096d3f25098ff94c0790e (diff)
downloadgitea-e85db6c8c37bd0643deb704e857d369288a3ca0f.tar.gz
gitea-e85db6c8c37bd0643deb704e857d369288a3ca0f.zip
Fix documents for "custom/public/assets/" (#28465)
Fix #28463
Diffstat (limited to 'docs/content/help')
-rw-r--r--docs/content/help/faq.zh-cn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/help/faq.zh-cn.md b/docs/content/help/faq.zh-cn.md
index 096ac05f48..d7847a148d 100644
--- a/docs/content/help/faq.zh-cn.md
+++ b/docs/content/help/faq.zh-cn.md
@@ -189,7 +189,7 @@ Gitea 目前支持三个官方主题,分别是 `gitea-light`、`gitea-dark`
假设我们的主题是 `arc-blue`(这是一个真实的主题,可以在[此问题](https://github.com/go-gitea/gitea/issues/6011)中找到)
-将`.css`文件命名为`theme-arc-blue.css`并将其添加到`custom/public/css`文件夹中
+将`.css`文件命名为`theme-arc-blue.css`并将其添加到`custom/public/assets/css`文件夹中
通过将`arc-blue`添加到`app.ini`中的`THEMES`列表中,允许用户使用该主题