Commit Graph

8 Commits

Author SHA1 Message Date
wozboz 225f69cdb3 📝 corrected some typos in the docs 2023-08-20 14:22:23 +02:00
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
Alicia Sykes 4278764101 📝 Refactors loads of docs
⚰️ Death by Documentation
2022-01-22 20:43:38 +00:00
Alicia Sykes 4534203b0e 📝 Udates docs with new item opening methods 2021-10-23 01:41:08 +01:00
Alicia Sykes 2f1dd2a9fa Re: #255 - Adds an option for landing URL in workspace 2021-09-29 20:26:24 +01:00
Alicia Sykes b9e9db3ec9 📝 Adds alternate views page to docs 2021-08-21 17:17:02 +01:00
Alicia Sykes 8711944d1b 📝 Todo, write docs for alternate views 2021-07-30 16:33:14 +01:00