fixed info
This commit is contained in:
parent
ef32c60a54
commit
4e26407679
1 changed files with 2 additions and 4 deletions
|
@ -2,13 +2,11 @@
|
||||||
|
|
||||||
This styleguide recommends best practices to improve documentation and to keep it organized and easy to find.
|
This styleguide recommends best practices to improve documentation and to keep it organized and easy to find.
|
||||||
|
|
||||||
## Text (when using markdown)
|
## Text
|
||||||
|
|
||||||
* Make sure that the documentation is added in the correct directory and that there's a link to it somewhere useful.
|
* 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.
|
* 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.
|
||||||
|
|
||||||
* For subtitles, use '##', '###' and so on.
|
|
||||||
|
|
||||||
* Do not duplicate information.
|
* Do not duplicate information.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue