aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Comparisons.md
AgeCommit message (Collapse)AuthorFilesLines
2017-10-24Fix inconsistent header levelsJay Sherby1-2/+2
2017-10-23docs: Markdown headers don't need trailing hash signsLuis Menina1-13/+13
This is a cosmetic change because github seems to interpret those correctly. Nonetheless, it adds unnecessary noise and makes people modifying the pages think it might be needed. See syntax guide at https://guides.github.com/features/mastering-markdown/
2017-08-26Rewrapped more files.Jussi Pakkanen1-8/+29
2017-06-03docs: Fix broken page linksChris Mayo1-1/+1
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade1-2/+2
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-0/+57
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.