aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins/11_Themes.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-10-23 13:43:24 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-23 13:43:24 +0200
commitacbba9adb2e362079ce1fb84be1868b198cc1da0 (patch)
treeeeeaa9e522f82a9f8f9baaef3b6bd23950eab71a /docs/en/admins/11_Themes.md
parentdd02c79092aa25cacff1c831815e9ca02b06b620 (diff)
Improved markdownlint (#3918)
* Improved markdownlint * Relaxed rules slighlty * `npm run markdownlint` for automatic tests * `npm run markdownlint_fix` for automatic syntax fixing * Applied the fixes on all our Markdown files
Diffstat (limited to 'docs/en/admins/11_Themes.md')
-rw-r--r--docs/en/admins/11_Themes.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/en/admins/11_Themes.md b/docs/en/admins/11_Themes.md
index 6ee26d955..c4edb841a 100644
--- a/docs/en/admins/11_Themes.md
+++ b/docs/en/admins/11_Themes.md
@@ -4,14 +4,14 @@
**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/theme-name`. Docker users can use:
+```sh
+-v /home/you/my-theme/:/var/www/FreshRSS/p/themes/my-theme/
```
- -v /home/you/my-theme/:/var/www/FreshRSS/p/themes/my-theme/
-```
-or a similar method to add their theme to their FreshRSS instance.
+or a similar method to add their theme to their FreshRSS instance.
-# Creating themes
+## Creating themes
Information on creating themes can be found in [the developer documentation.](../developers/04_Frontend/02_Design.md)