From 29cddddf9eef3ffcb0e94db0a65550990fcdb13e Mon Sep 17 00:00:00 2001 From: 9Lukas5 <lukas.wiest@infinite-tech.solutions> Date: Tue, 12 Jan 2021 16:09:43 +0100 Subject: [PATCH] chore: add readme with link to docs --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8565d52 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# DTT Beispiel Unittest OpenJDK11 JUnit5 Testrunner + +This is the source code repository for the DTT Moodle Plugin. + +Documentation for this is done with GitLab Pages using MkDocs and is available here: +[https://transfer.hft-stuttgart.de/pages/dtt/][pages-link] + +If you don't want to open the Webpage or it is not available for whatever reason, +the documentation root is found [here][docs-root] + +[docs-root]: https://transfer.hft-stuttgart.de/gitlab/dtt/documentation/-/blob/master/docs/index.md +[pages-link]: https://transfer.hft-stuttgart.de/pages/dtt/ -- GitLab