summaryrefslogtreecommitdiff
path: root/doc_styleguide.md
blob: f047593f10b277a96b50b1a0b937cf6613fffaa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Documentation styleguide

This styleguide recommends best practices to improve documentation and to keep it organized and easy to find. 

## Text (when using markdown)

* Make sure that the documentation is added in the correct directory and that there's a link to it somewhere useful.

* Add only one H1 or title, by adding '#' at the begining of it.

* For subtitles, use '##', '###' and so on.

* Do not duplicate information.

* Be brief and clear.


## When adding images to a document

* 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 should have a specific, non-generic name that will differentiate them.

* Keep all file names in lower case.