diff --git a/.gitignore b/.gitignore
index 31d3def..437f6da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,3 +75,5 @@ Desktop.ini
compile_commands.json
*.puml
+
+docs/
diff --git a/docs/custom.css b/docs/custom.css
deleted file mode 100644
index 720b3bd..0000000
--- a/docs/custom.css
+++ /dev/null
@@ -1,54 +0,0 @@
-html {
- /* primary theme color. This will affect the entire websites color scheme: links, arrows, labels, ... */
- --primary-color: #bd93f9;
- --primary-dark-color: #9270e4;
- --primary-light-color: #9270e4;
-
- /* page base colors */
- --page-background-color: #ffffff;
- --page-foreground-color: #2f4153;
- --page-secondary-foreground-color: #6f7e8e;
-
- /* color for all separators on the website: hr, borders, ... */
- --separator-color: #bd93f965;
-
- /* border radius for all rounded components. Will affect many components, like dropdowns, memitems, codeblocks, ... */
- --border-radius-large: 22px;
- --border-radius-small: 9px;
- --border-radius-medium: 14px;
-
- /* default spacings. Most components reference these values for spacing, to provide uniform spacing on the page. */
- --spacing-small: 8px;
- --spacing-medium: 14px;
- --spacing-large: 19px;
-
- --top-height: 125px;
-
- ...
-}
-
-html.dark-mode {
- color-scheme: dark;
-
- --primary-color: #bd93f9;
- --primary-dark-color: #9270e4;
- --primary-light-color: #9270e4;
- --primary-lighter-color: #191e21;
- --primary-lightest-color: #191a1c;
-
- --page-background-color: #21222c;
- --page-foreground-color: #d2dbde;
- --page-secondary-foreground-color: #859399;
- --separator-color: #3a3246;
- --side-nav-background: #282a36;
- --side-nav-foreground: #f8f8f2;
- --toc-background: #282A36;
- --searchbar-background: var(--page-background-color);
-
- ...
-}
-
-.paramname em {
- font-weight: 600;
- color: var(--primary-dark-color);
-}
\ No newline at end of file
diff --git a/docs/diagrams/.clang-uml b/docs/diagrams/.clang-uml
deleted file mode 100644
index f987536..0000000
--- a/docs/diagrams/.clang-uml
+++ /dev/null
@@ -1,62 +0,0 @@
-compilation_database_dir: ../..
-output_directory: .
-diagrams:
-
- includes:
- type: include
- relative_to: ../..
- glob:
- - src/*.cpp
- - include/*.h
- generate_system_headers: true
- include:
- paths:
- - src
- - include
- plantuml:
- before:
- - 'skinparam linetype ortho'
-
- includes_no_external:
- type: include
- relative_to: ../..
- glob:
- - src/*.cpp
- - include/*.h
- include:
- paths:
- - src
- - include
- plantuml:
- before:
- - 'skinparam linetype ortho'
-
- classes:
- type: class
- relative_to: ../..
- glob:
- - src/*.cpp
- - include/*.h
- include:
- paths:
- - src
- - include
- plantuml:
- before:
- - 'skinparam linetype ortho'
-
- load_map_example_sequence:
- type: sequence
- relative_to: ../..
- glob:
- - src/*.cpp
- - include/*.h
- include:
- paths:
- - src
- - include
- start_from:
- - function: "Map::loadMap(const char *,int,int)"
- plantuml:
- before:
- - 'skinparam linetype ortho'
\ No newline at end of file
diff --git a/docs/diagrams/classes.svg b/docs/diagrams/classes.svg
deleted file mode 100644
index df3320a..0000000
--- a/docs/diagrams/classes.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/diagrams/howto.md b/docs/diagrams/howto.md
deleted file mode 100644
index 01260b8..0000000
--- a/docs/diagrams/howto.md
+++ /dev/null
@@ -1,12 +0,0 @@
-Need [clang-uml](https://clang-uml.github.io/index.html)
-
-```sh
-clang-uml
-clang-uml --add-compile-flag -I/usr/lib/clang/16/include # might need additional flags, example for my machine
-clang-uml --print-from -n load_map_example_sequence # to get availabel commands for sequence diagram
-```
-
-then use plant uml to generate an actual `.svg` vector graphic
-```sh
-plantuml -tsvg *.puml
-```
\ No newline at end of file
diff --git a/docs/diagrams/includes.svg b/docs/diagrams/includes.svg
deleted file mode 100644
index 288e1de..0000000
--- a/docs/diagrams/includes.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/diagrams/includes_no_external.svg b/docs/diagrams/includes_no_external.svg
deleted file mode 100644
index 6bb4891..0000000
--- a/docs/diagrams/includes_no_external.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/diagrams/load_map_example_sequence.svg b/docs/diagrams/load_map_example_sequence.svg
deleted file mode 100644
index 797ac13..0000000
--- a/docs/diagrams/load_map_example_sequence.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/diagrams/sequence.svg b/docs/diagrams/sequence.svg
deleted file mode 100644
index d0b5207..0000000
--- a/docs/diagrams/sequence.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/doxygen-awesome-css b/docs/doxygen-awesome-css
deleted file mode 160000
index df88fe4..0000000
--- a/docs/doxygen-awesome-css
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit df88fe4fdd97714fadfd3ef17de0b4401f804052
diff --git a/docs/header.html b/docs/header.html
deleted file mode 100644
index c342193..0000000
--- a/docs/header.html
+++ /dev/null
@@ -1,110 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- $projectname: $title
-
-
- $title
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $treeview
- $search
- $mathjax
- $darkmode
-
- $extrastylesheet
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  |
-
-
-
- $projectname
- $projectnumber
-
-
-
- $projectbrief
-
- |
-
-
-
-
- $projectbrief
- |
-
-
-
-
-
- $searchbox |
-
-
-
-
-
-
-
- | $searchbox |
-
-
-
-
-
-
-
-
\ No newline at end of file