diff --git a/README.md b/README.md
index abb720e..2d977da 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
# Repository Overview
Like all cool websites, arc42 has a status-subdomain, showing usage- and repo statistics for its domains and subdomains.
+This is a _multi-repo_, and the directories are organized as follows:
+
| **Static Jekyll Site** | **Documentation** | **Statistic service (Go app)** |
-|---------------------- |---------------------|--------------------------------|
-| [\docs]() | [\documentation]() | [\go-app]() |
+|------|--------|----------------|
+| [**/docs**](/docs) | [**/documentation**](/documentation) |[**/go-app**](/go-app) |
+| Jekyll/Github-pages based static website.|arc42-based technical documentation, created with docToolchain. | Cloud-based statistics service written in Golang |
| [![build+deploy jekyll](https://github.com/arc42/status.arc42.org-site/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/arc42/status.arc42.org-site/actions/workflows/pages/pages-build-deployment) | | [![build+deploy go-app](https://github.com/arc42/status.arc42.org-site/actions/workflows/fly.yml/badge.svg?branch=main)](https://github.com/arc42/status.arc42.org-site/actions/workflows/fly.yml) [![golang-lint](https://github.com/arc42/status.arc42.org-site/actions/workflows/golang-lint.yml/badge.svg)](https://github.com/arc42/status.arc42.org-site/actions/workflows/golang-lint.yml) |
+| ![jekyll-logo](documentation/images/jekyll-logo.png)|![](documentation/images/doctoolchain-logo.png) | ![zorg-gopher](documentation/images/zorg-gopher.png)![fly logo](documentation/images/fly-logo.svg)
-This repository is organized as follows:
-
-![main folders of this repo](documentation/0-repo-overview.drawio.svg)
-
## Development and Feature Planning
@@ -21,11 +21,11 @@ Upcoming features and are planned with a [GitHub project](https://github.com/org
This work is actively supported by [INNOQ Deutschland GmbH](https://innoq.com).
-![Supported by INNOQ](supported-by-innoq.svg)
+![Supported by INNOQ](documentation/images/supported-by-innoq.svg)
## Licence
-![CC-BY-SA](by-sa.png)
+![CC-BY-SA](documentation/images/by-sa.png)
This content is provided _as-is_, without any guarantees.
It is open-source under the [Creative-Commons-ShareAlike 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en) licence:
diff --git a/docs/_pages/home.md b/docs/_pages/home.md
index dbfe104..df9188c 100644
--- a/docs/_pages/home.md
+++ b/docs/_pages/home.md
@@ -9,8 +9,8 @@ header:
actions:
- label: "→ arc42.org"
url: "https://www.arc42.org"
- - label: "→ arc42.de"
- url: "https://www.arc42.de"
+ - label: "→ arc42-Docu"
+ url: "/arc42build"
diff --git a/by-sa.png b/documentation/images/by-sa.png
similarity index 100%
rename from by-sa.png
rename to documentation/images/by-sa.png
diff --git a/documentation/images/doctoolchain-logo.png b/documentation/images/doctoolchain-logo.png
new file mode 100644
index 0000000..35c2978
Binary files /dev/null and b/documentation/images/doctoolchain-logo.png differ
diff --git a/documentation/images/fly-logo.svg b/documentation/images/fly-logo.svg
new file mode 100644
index 0000000..1ad07df
--- /dev/null
+++ b/documentation/images/fly-logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icon.svg b/documentation/images/icon.svg
similarity index 100%
rename from icon.svg
rename to documentation/images/icon.svg
diff --git a/documentation/images/jekyll-logo.png b/documentation/images/jekyll-logo.png
new file mode 100644
index 0000000..57af994
Binary files /dev/null and b/documentation/images/jekyll-logo.png differ
diff --git a/supported-by-innoq.svg b/documentation/images/supported-by-innoq.svg
similarity index 100%
rename from supported-by-innoq.svg
rename to documentation/images/supported-by-innoq.svg
diff --git a/documentation/images/zorg-gopher.png b/documentation/images/zorg-gopher.png
new file mode 100644
index 0000000..cd62600
Binary files /dev/null and b/documentation/images/zorg-gopher.png differ