Skip to content
Snippets Groups Projects
Commit fdabe90a authored by 🚄 Job van der Voort 🚀's avatar 🚄 Job van der Voort 🚀
Browse files

update documentation styleguide

parent e3dbaa70
No related branches found
No related tags found
1 merge request!904update documentation styleguide
Pipeline #
Loading
@@ -4,20 +4,21 @@ This styleguide recommends best practices to improve documentation and to keep i
Loading
@@ -4,20 +4,21 @@ This styleguide recommends best practices to improve documentation and to keep i
   
## Text ## Text
   
* Make sure that the documentation is added in the correct directory and that there's a link to it somewhere useful. - Split up long lines, this makes it much easier to review and edit. Only
double line breaks are shown as a full line break in markdown. 80 characters
* Add only one H1 or title in each document, by adding '#' at the begining of it (when using markdown). For subtitles, use '##', '###' and so on. is a good line length.
- For subtitles, make sure to start with the largest and go down, meaning:
* Do not duplicate information. `#` for the title, `##` for subtitles and `###` for subtitles of the subtitles, etc.
- Make sure that the documentation is added in the correct directory and that there's a link to it somewhere useful.
* Be brief and clear. - Add only one H1 or title in each document, by adding '#' at the begining of it (when using markdown).
For subtitles, use '##', '###' and so on.
* Whenever it applies, add documents in alphabetical order. - Do not duplicate information.
- Be brief and clear.
## When adding images to a document - Whenever it applies, add documents in alphabetical order.
* Create a directory to store the images with the specific name of the document where the images belong. It could be in the same directory where the .md document that you're working on is located. ## Images
* Images should have a specific, non-generic name that will differentiate them. - Create a directory to store the images with the specific name of the document where the images belong.
It could be in the same directory where the .md document that you're working on is located.
* Keep all file names in lower case. - Images should have a specific, non-generic name that will differentiate them.
\ No newline at end of file - Keep all file names in lower case.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment