Commit Graph

8 Commits

Author SHA1 Message Date
Alicia Sykes 23576873de 📝 Update docs for V3 2024-04-16 17:00:22 +01: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 f5ecdb4459 Adds an example TOML file, and link to backend source code 2021-06-17 22:59:19 +01:00
Alicia Sykes 69dbb4d3ad Move dimension-related CSS vars to their own file 2021-06-17 22:24:34 +01:00
Alicia Sykes c92083f88f Commiting in order to switch computers 2021-06-17 13:34:02 +01:00
Alicia Sykes ba247f7f9f Small changes to docs 2021-06-03 21:39:24 +01:00
Alicia Sykes 7484564992 Adds documentation on Backup and Restore 2021-06-03 12:25:33 +01:00