From 3f89471a20023f018b7d7412687a197b56f4b158 Mon Sep 17 00:00:00 2001
From: Martin Stiemerling <martin.stiemerling@h-da.de>
Date: Tue, 15 Feb 2022 16:54:54 +0100
Subject: [PATCH] House keeping

Removing files not needed anymore and updated README.md
---
 documentation/Praxisphasen-Docs/.gitkeep |  0
 documentation/README.md                  | 29 +++---------------------
 documentation/minutes/.gitkeep           |  0
 3 files changed, 3 insertions(+), 26 deletions(-)
 delete mode 100644 documentation/Praxisphasen-Docs/.gitkeep
 delete mode 100644 documentation/minutes/.gitkeep

diff --git a/documentation/Praxisphasen-Docs/.gitkeep b/documentation/Praxisphasen-Docs/.gitkeep
deleted file mode 100644
index e69de29bb..000000000
diff --git a/documentation/README.md b/documentation/README.md
index a3a240d01..9cf34b5a3 100644
--- a/documentation/README.md
+++ b/documentation/README.md
@@ -1,27 +1,4 @@
-# Minutes
+# goSDN Documentation Overview
 
-* [2020-12-07](http://portainer.danet.fbi.h-da.de:4000/MLAkHxUCS_W4njtf2sC63Q#)
-
-* [2020-12-03](http://portainer.danet.fbi.h-da.de:4000/q1IPsSO0TnOyk7Mcq1S38g#)
-
-* [2020-11-30](http://portainer.danet.fbi.h-da.de:4000/n5W9v9p5SzWVnK_N7kDhcQ#)
-
-# Markdown Design Document
-
-Uses [pandoc](https://pandoc.org/MANUAL.html#pandocs-markdown) flavoured markdown.
-
-``` sh
-pandoc --filter pandoc-citeproc --bibliography=bibliography.bib --csl=acm-sig-proceedings.csl --variable papersize=a4paper -s *.md -o paper.pdf
-```
-
-## Citation Styles
-
-[Citation Style Language Repository](https://github.com/citation-style-language/styles)
-
-## Resources
-
-[How to 1](https://gist.github.com/maxogden/97190db73ac19fc6c1d9beee1a6e4fc8)
-
-[How to 2](https://v4.chriskrycho.com/2015/academic-markdown-and-citations.html)
-
-[How to 3](https://medium.com/@krzysztofczarnecki/i-wrote-my-thesis-in-markdown-heres-how-it-went-3f60140dfe65)
+This memo is solely the entry point to the documentation of the goSDN
+controller.
diff --git a/documentation/minutes/.gitkeep b/documentation/minutes/.gitkeep
deleted file mode 100644
index e69de29bb..000000000
-- 
GitLab