diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md
index 883a8c534d3617265e4784d4cb3e3ef502b1c057..40a0202172ab6b91585ca933763c67bcfa71cbbe 100644
--- a/docs/src/SUMMARY.md
+++ b/docs/src/SUMMARY.md
@@ -6,7 +6,7 @@
 - [Hardware]()
 - [Operating System](operating_system.md)
 - [Network]()
-- [Continous Integreation]()
+- [Continuous Integration]()
 - [GitOps]()
 - [Infrastructure Components](components/README.md)
   - [calico](components/calico.md)
@@ -27,9 +27,13 @@
   - [Matrix]()
   - [Nextcloud]()
   - [Registry]()
-
-# Helm Charts
-- [MoK](charts/mok.md)
+- [Helm Charts](charts/README.md)
+  - [MoK](charts/mok.md)
+- [Images](images/README.md)
+  - [Demo](images/demo.md)
+  - [Dovecot](images/dovecot.md)
+  - [Koolbox](images/koolbox.md)
+  - [Postfix](images/postfix.md)
 
 ---
 
diff --git a/docs/src/charts/README.md b/docs/src/charts/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..6f9a52f749cc16feb803ffd34ea7f0d4fc2d6a2f
--- /dev/null
+++ b/docs/src/charts/README.md
@@ -0,0 +1,3 @@
+# Helm Charts
+
+Various helm charts maintained as part of the Shivering-Isles GitOps monorepo.
diff --git a/docs/src/images/README.md b/docs/src/images/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..8134674316e100ba3d2d4f9c14fb420a7c16b463
--- /dev/null
+++ b/docs/src/images/README.md
@@ -0,0 +1,3 @@
+# Images
+
+Overview over images that are maintained as part of the GitOps infrastructure repository.
diff --git a/docs/src/images/demo.md b/docs/src/images/demo.md
new file mode 120000
index 0000000000000000000000000000000000000000..e4dd80b16e5333a40bc7327d294430fe481eb18a
--- /dev/null
+++ b/docs/src/images/demo.md
@@ -0,0 +1 @@
+../../../images/demo/README.md
\ No newline at end of file
diff --git a/docs/src/images/dovecot.md b/docs/src/images/dovecot.md
new file mode 120000
index 0000000000000000000000000000000000000000..98f77696e98d699feabf801e17f7b2fd957aeee6
--- /dev/null
+++ b/docs/src/images/dovecot.md
@@ -0,0 +1 @@
+../../../images/dovecot/README.md
\ No newline at end of file
diff --git a/docs/src/images/koolbox.md b/docs/src/images/koolbox.md
new file mode 120000
index 0000000000000000000000000000000000000000..59567d0365a2218f5d85b985b3c9a7574430d920
--- /dev/null
+++ b/docs/src/images/koolbox.md
@@ -0,0 +1 @@
+../../../cli/README.md
\ No newline at end of file
diff --git a/docs/src/images/postfix.md b/docs/src/images/postfix.md
new file mode 120000
index 0000000000000000000000000000000000000000..d5bf70d46fb0f1a6195da53ed48be2cb209dab8a
--- /dev/null
+++ b/docs/src/images/postfix.md
@@ -0,0 +1 @@
+../../../images/postfix/README.md
\ No newline at end of file
diff --git a/images/demo/README.md b/images/demo/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..d88b2733e1eb4cc8f078bd8a40890bef74dc1461
--- /dev/null
+++ b/images/demo/README.md
@@ -0,0 +1,3 @@
+# Demo
+
+Demo image mainly to test and showcase the Makefile integration.