aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2023-11-12 21:56:14 +0100
committerGravatar GitHub <noreply@github.com> 2023-11-12 21:56:14 +0100
commit2b8b80a5a92c4c464c4cc3f67affed8526cdad18 (patch)
treefa479c27acb1d16a1f8fd9e4b40ffa9439d75c40 /docs/en/admins
parent641b89197243c67f90e8853ad2187c831050fbe7 (diff)
Docs: How to contribute new theme (#5863)
* Update 05_Configuration.md * Update 11_Themes.md * Update contributing.md * Update 02_Design.md * fix --------- Co-authored-by: math-gh <>
Diffstat (limited to 'docs/en/admins')
-rw-r--r--docs/en/admins/11_Themes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/admins/11_Themes.md b/docs/en/admins/11_Themes.md
index c4edb841a..6d627da93 100644
--- a/docs/en/admins/11_Themes.md
+++ b/docs/en/admins/11_Themes.md
@@ -4,10 +4,10 @@
**For small theme changes, the official [CustomCSS extension](https://github.com/FreshRSS/Extensions) is recommended.**
-Themes should be installed at `FreshRSS/p/themes/theme-name`. Docker users can use:
+Themes should be installed at `FreshRSS/p/themes/my-theme-name`. Docker users can use:
```sh
--v /home/you/my-theme/:/var/www/FreshRSS/p/themes/my-theme/
+-v /home/you/my-theme-name/:/var/www/FreshRSS/p/themes/my-theme-name/
```
or a similar method to add their theme to their FreshRSS instance.