From acbba9adb2e362079ce1fb84be1868b198cc1da0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 23 Oct 2021 13:43:24 +0200 Subject: 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 --- docs/en/admins/11_Themes.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/en/admins/11_Themes.md') 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) -- cgit v1.2.3