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/developers/04_Frontend/01_View_files.md | 18 ++++++++++-------- docs/en/developers/04_Frontend/02_Design.md | 12 ++++++------ 2 files changed, 16 insertions(+), 14 deletions(-) (limited to 'docs/en/developers/04_Frontend') diff --git a/docs/en/developers/04_Frontend/01_View_files.md b/docs/en/developers/04_Frontend/01_View_files.md index 5eb284dde..5a270b5ef 100644 --- a/docs/en/developers/04_Frontend/01_View_files.md +++ b/docs/en/developers/04_Frontend/01_View_files.md @@ -1,15 +1,17 @@ -# The .phtml files +# View files -**TODO** +## The .phtml files -# Writing a URL +> **TODO** -**TODO** +## Writing a URL -# Displaying an icon +> **TODO** -**TODO** +## Displaying an icon -# Internationalisation +> **TODO** -**TODO** +## Internationalisation + +> **TODO** diff --git a/docs/en/developers/04_Frontend/02_Design.md b/docs/en/developers/04_Frontend/02_Design.md index 74b92dee2..4ec8253ad 100644 --- a/docs/en/developers/04_Frontend/02_Design.md +++ b/docs/en/developers/04_Frontend/02_Design.md @@ -19,7 +19,7 @@ RTL (right-to-left) support for languages such as Hebrew and Arabic is handled t ## Overriding icons -To replace the default icons, add an "icons" folder to your theme's folder. Use files with the same name as the default icon to override them. +To replace the default icons, add an "icons" folder to your theme's folder. Use files with the same name as the default icon to override them. ## Template file @@ -27,11 +27,11 @@ To replace the default icons, add an "icons" folder to your theme's folder. Use ```json { - "name": "Theme name", - "author": "Theme author", - "description": "Theme description", - "version": 0.1, - "files": ["_template.css", "file1.css", "file2.css"] + "name": "Theme name", + "author": "Theme author", + "description": "Theme description", + "version": 0.1, + "files": ["_template.css", "file1.css", "file2.css"] } ``` -- cgit v1.2.3