diff --git a/docs/config.json b/docs/config.json
index aed8141111e53a62fa68130e507694e642fec9ea..63476134ba992caf75fafd2b9814938706119600 100644
--- a/docs/config.json
+++ b/docs/config.json
@@ -1,5 +1,8 @@
 {
 	"menuitems": [
+		{ "link": "tag:content" },
+		{ "link": "tag:admin" },
+		{ "link": "tag:internal" }
 	],
 	"lang": {
 		"de": {
diff --git a/docs/content/createpage.de.md b/docs/content/createpage.de.md
new file mode 100644
index 0000000000000000000000000000000000000000..3c6382e1d6e9b7ee0f27d6c46f6bdd42e761cfaa
--- /dev/null
+++ b/docs/content/createpage.de.md
@@ -0,0 +1,8 @@
+---
+title: "Seite erstellen"
+---
+
+:::warning
+TODO
+:::
+
diff --git a/docs/content/dirstructure.de.md b/docs/content/dirstructure.de.md
new file mode 100644
index 0000000000000000000000000000000000000000..9afb0982f24d858e6e0452c62477d2fef371676f
--- /dev/null
+++ b/docs/content/dirstructure.de.md
@@ -0,0 +1,9 @@
+---
+title: "Kategorien & Ordnerstruktur"
+---
+
+:::warning
+TODO
+:::
+
+
diff --git a/docs/content/mdsyntax.de.md b/docs/content/mdsyntax.de.md
new file mode 100644
index 0000000000000000000000000000000000000000..649b255ec9d6ac6489f7cf916ac183da59508fbe
--- /dev/null
+++ b/docs/content/mdsyntax.de.md
@@ -0,0 +1,7 @@
+---
+title: "Markdown Syntax"
+---
+
+:::warning
+TODO
+:::
diff --git a/docs/content/metadata.de.md b/docs/content/metadata.de.md
new file mode 100644
index 0000000000000000000000000000000000000000..019c57d875ac864ef881995f56bb4dbc72592fe2
--- /dev/null
+++ b/docs/content/metadata.de.md
@@ -0,0 +1,9 @@
+---
+title: "Yaml Metadatenblock"
+---
+
+:::warning
+TODO
+:::
+
+
diff --git a/docs/content/quickstart.de.md b/docs/content/quickstart.de.md
new file mode 100644
index 0000000000000000000000000000000000000000..b5c48865edbbf1ddc81443eb0703c46249103ca9
--- /dev/null
+++ b/docs/content/quickstart.de.md
@@ -0,0 +1,10 @@
+---
+title: "Schnellstart"
+---
+
+:::warning
+TODO
+:::
+
+
+
diff --git a/docs/index.de.md b/docs/index.de.md
index 632907f9ddda8f2104d9262d50123130599fb3aa..85f781a4ad74c08eb4e273ef7808893779564c1e 100644
--- a/docs/index.de.md
+++ b/docs/index.de.md
@@ -1,5 +1,5 @@
 ---
-title: Dokumentation Startseite
+title: Dokumentation
 template: "index.html"
 after:
   - type: "news"
diff --git a/docs/content.md b/docs/internal/content_format.de.md
similarity index 100%
rename from docs/content.md
rename to docs/internal/content_format.de.md
diff --git a/docs/tags/admin.de.md b/docs/tags/admin.de.md
new file mode 100644
index 0000000000000000000000000000000000000000..1ec97052eec8689c3608bdfdfe3e98117d778dc4
--- /dev/null
+++ b/docs/tags/admin.de.md
@@ -0,0 +1,10 @@
+---
+title: "Administration"
+color: "#bb2244"
+slug: "tag-admin"
+lang: de
+---
+
+Alles zum Administrieren der Webseite.
+
+
diff --git a/docs/tags/content.de.md b/docs/tags/content.de.md
new file mode 100644
index 0000000000000000000000000000000000000000..769c14038ae8195d7a0a28eef7ccff97ce460af3
--- /dev/null
+++ b/docs/tags/content.de.md
@@ -0,0 +1,11 @@
+---
+title: "Inhalte Erstellen"
+color: "#22bb44"
+slug: "tag-content"
+lang: de
+---
+
+Hier ist die Dokumentation zum Erstellen von Inhalten.
+Quasi alle Informationen rund ums [Inhaltsrepo](https://gitlab.gwdg.de/GAUMI-fginfo/fg-website-data).
+
+
diff --git a/docs/tags/internal.de.md b/docs/tags/internal.de.md
new file mode 100644
index 0000000000000000000000000000000000000000..fc5fbd2dc0fcb58b59b8463dbaa42d701676ab34
--- /dev/null
+++ b/docs/tags/internal.de.md
@@ -0,0 +1,8 @@
+---
+title: "Internes"
+color: "#2244bb"
+slug: "tag-internal"
+lang: de
+---
+
+Informationen zum Warten vom Code.