From 4f7ced6a55549474a9d877bbeffbd96c0f9609ce Mon Sep 17 00:00:00 2001 From: Josh Morgenstern <josh@morgenstern.dev> Date: Fri, 28 May 2021 18:47:34 +0200 Subject: [PATCH] add links to docu page --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4289a743..7872f23f 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,13 @@ More information about Git LFS [here](https://git-lfs.github.com/). Git submodules are used for libraries. To download the submodules either clone using `git clone --recurse-submodules` or after `git clone` use `git submodule init` and `git submodule update`. + +## Documentation + +The documentation for the develop-branch can be found here: +https://vkcv.de/develop/ + +The documentation concerning the respective merge request is listed here: +https://vkcv.de/branch/ + +It is automatically generated and uploaded using the CI pipeline. \ No newline at end of file -- GitLab