Commit Graph

11 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
Alicia Sykes
b4a3126134 📝 Updates docs with status check custom response code (#456) 2022-01-28 23:26:40 +00:00
Alicia Sykes
5f9d165625 📝 Fixes broken links in docs (#310) 2021-11-05 18:50:51 +00:00
Alicia Sykes
8d8a362b41 🩹 Re: #251 - Updates endpoint for status check debugging 2021-09-27 18:30:06 +01:00
Alicia Sykes
8bf42bd752 📝 Updates status check troubleshooting guide 2021-09-13 21:40:57 +01:00
Alicia Sykes
91f3ae28d6 📝 Updates info section of status check docs 2021-08-26 23:02:22 +01:00
Alicia Sykes
a86ad4fc3c 📝 Adds docs for disabling security checks 2021-08-26 22:30:27 +01:00
Alicia Sykes
663602fc91 📝 Updates docs with new features for status checking header and url 2021-06-27 13:33:30 +01:00
Alicia Sykes
2560f16894 Adds option for continious status checking
Re #35
2021-06-22 14:36:00 +01:00
Alicia Sykes
195d433f75 Added some docs about status checks 2021-06-14 20:43:02 +01:00