Rework documentation (#13709)

* Rework documentation

* Slightly adjust theme

* wip

* fixes

* Remove unneeded header

* Re-added Acknowledgement.md file

* Added Acknowledgement.md to mkdocs.yml

Co-authored-by: Neil Lathwood <gh+n@laf.io>
This commit is contained in:
Jellyfrog
2022-02-09 00:02:28 +01:00
committed by GitHub
parent ee00f59ce6
commit 8f474dd4d4
163 changed files with 1226 additions and 2451 deletions

View File

@@ -1,10 +1,7 @@
source: Developing/Validating-Code.md
path: blob/master/doc/
#### Validating Code
As part of the pull request process with GitHub we run some automated
build tests to ensure that the code is error free, standards [compliant](../Developing/Code-Guidelines.md)
build tests to ensure that the code is error free, standards compliant
and our test suite builds successfully.
Rather than submit a pull request and wait for the results, you can