Commit Graph

19 Commits

Author SHA1 Message Date
David Alasow 2d731d3ed3 Fix inconsistent markdown formatting.
This changes all of the documentation markdown files to follow
the same rules. The rules I've applied are from
https://github.com/DavidAnson/markdownlint/blob/v0.25.1/doc/Rules.md

The reason I felt it was necessary
to change all the files was
that there were a lot inconsistencies in how the markdown was used.
Ranging from header levels to some headers having a new line before
content and some not.
2022-08-23 09:57:02 +02:00
David Alasow 99463413b1 Fix formatting in documentation
Removed trailing whitespaces and extra newlines. Added some missing
punctuation. Replaced unicode characters that aren't commonly used
with the more common character.

The replaced unicode characters are
- ’ (U+2019) to ' (U+0027)
- “ (U+201C) to " (U+0022)
- ” (U+201D) to " (U+0022)
2022-08-22 17:52:07 +02:00
Markus Krause 6cddee4f8c
Update readme.md
it ain't much, but it's honest work ;)
2022-06-19 19:38:17 +02:00
Alicia Sykes d5c5c4fc85 📝 Starts writing multi-page docs 2022-04-26 22:27:02 +01:00
Alicia Sykes 0653c17550
📝 Adds link to Widgets docs in contents page 2021-12-20 16:15:38 +00:00
Alicia Sykes 0aca363841 📝 Updates documentation, includes release schedule 2021-09-12 17:08:57 +01:00
Alicia Sykes 5a3e8bb593 📝 Writes docs about Searching and Shortcuts 2021-08-22 13:40:52 +01:00
Alicia Sykes b9e9db3ec9 📝 Adds alternate views page to docs 2021-08-21 17:17:02 +01:00
Alicia Sykes e5227fb2d7 ✏️ Fixes small typos in docs 2021-08-08 18:37:45 +01:00
Alicia Sykes 2a830a1765 📝 Adds Privacy and Security docs 2021-08-01 13:19:49 +01:00
Alicia Sykes 8ed777416b ⤴️ Rebased from develop 2021-07-30 19:54:41 +01:00
Alicia Sykes e74c1a25c6 📝 Adds Internationalization to contents 2021-07-29 18:01:32 +01:00
Alicia Sykes 32b3903072 📝 New contents page for docs 2021-07-25 15:01:27 +01:00
Alicia Sykes 659d2c7a26 📝 Writes docs for new icon features 2021-06-21 19:31:47 +01:00
Alicia Sykes f3bee653a0 Small docs updates 2021-06-15 14:21:37 +01:00
Alicia Sykes bc77fbdb71 Updates documentation :) 2021-06-14 20:46:39 +01:00
Alicia Sykes 47cc35da6b Writes docs for authentication 2021-06-13 14:04:28 +01:00
Alicia Sykes 1e8e54b1f9 Improves documentation, github templates and readme 2021-06-09 14:03:56 +01:00
Alicia Sykes 9bdc960799 Added index and updated docws 2021-06-07 16:00:24 +01:00