Commit Graph

16 Commits

Author SHA1 Message Date
David Alasow ca8085c482 Fix various typos
Fixed some typos and capitalization errors. Fixed some more formatting.
Changed file name that contained a typo.
2022-08-23 11:22:47 +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 6bf0ecba34 Adds option for page-specific custom styling 2022-04-30 23:22:02 +01:00
icy-comet b577650fea docs:fix theming title and themes' count 2022-01-29 09:53:13 +05:30
Alicia Sykes b23b7e1d0a 📝 Adds docs for the UI theme configurator 2021-07-18 20:47:15 +01:00
Alicia Sykes 21c9deeaae 📝 Explains how to pass in own stylesheet with Docker 2021-07-16 22:06:59 +01:00
Alicia Sykes b24d2ff3d3 ⚠️ Fixes merge conflicts 2021-07-02 19:25:41 +01:00
Alicia Sykes 46d01de512 💄 Adds supporting style variables for context menu, and documents 2021-06-24 20:54:07 +01:00
Alicia Sykes cc336e8872 Reference fonts locally, and documents 2021-06-24 14:41:42 +01:00
Alicia Sykes cd314cb523 🎨 Adds new styles used by config editor 2021-06-20 20:43:55 +01:00
Alicia Sykes c81d57f02d Adds new color variable for styling status check tooltips 2021-06-19 14:10:55 +01:00
Alicia Sykes f3bee653a0 Small docs updates 2021-06-15 14:21:37 +01:00
Alicia Sykes 9af4af75ec Specifies text highlight color, and adds variable 2021-06-15 13:08:46 +01:00
Alicia Sykes 9bdc960799 Added index and updated docws 2021-06-07 16:00:24 +01:00
Alicia Sykes 9156628672 Wrote docs on CSS and custom themeing 2021-06-07 12:43:34 +01:00