diff options
author | qwerty287 <80460567+qwerty287@users.noreply.github.com> | 2021-11-29 00:43:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 18:43:18 -0500 |
commit | 3fec2cb3d3957f8260ce42163a5197a8551b8390 (patch) | |
tree | 070897334531174cc9d1531a35df5319b2afe831 /docs/content/doc/help | |
parent | 9defddb2862aa0a54da21328ca091284291363f7 (diff) | |
download | gitea-3fec2cb3d3957f8260ce42163a5197a8551b8390.tar.gz gitea-3fec2cb3d3957f8260ce42163a5197a8551b8390.zip |
Fix various typos in docs (#17844)
Diffstat (limited to 'docs/content/doc/help')
-rw-r--r-- | docs/content/doc/help/faq.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/help/faq.en-us.md b/docs/content/doc/help/faq.en-us.md index e9551bbb71..f5b06c1a8a 100644 --- a/docs/content/doc/help/faq.en-us.md +++ b/docs/content/doc/help/faq.en-us.md @@ -162,7 +162,7 @@ Gitea supports three official themes right now, `gitea` (light), `arc-green` (da To add your own theme, currently the only way is to provide a complete theme (not just color overrides) As an example, let's say our theme is `arc-blue` (this is a real theme, and can be found [in this issue](https://github.com/go-gitea/gitea/issues/6011)) -Name the `.css` file `theme-arc-blue.css` and add it to your custom folder in `custom/pulic/css` +Name the `.css` file `theme-arc-blue.css` and add it to your custom folder in `custom/public/css` Allow users to use it by adding `arc-blue` to the list of `THEMES` in your `app.ini` ## SSHD vs built-in SSH |