diff --git a/website/_site/manual/de/index.html b/website/_site/manual/de/index.html
new file mode 100644
index 0000000..3eb6734
--- /dev/null
+++ b/website/_site/manual/de/index.html
@@ -0,0 +1,58 @@
+
+
+
+
+ KST4Contest Deutsches Handbuch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Deutsches Handbuch
+ Das Handbuch wird zentral in GitHub gepflegt und als Wiki, PDF und Online-Dokumentation veröffentlicht.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/_site/manual/en/index.html b/website/_site/manual/en/index.html
index 0e12588..b575a40 100644
--- a/website/_site/manual/en/index.html
+++ b/website/_site/manual/en/index.html
@@ -36,16 +36,18 @@
-
+
English Manual
-
- The English manual is maintained centrally in GitHub and is also available
- as PDF release artifact.
-
+ The manual is maintained centrally in GitHub and published as Wiki, PDF and online documentation.
+
-
- Open GitHub Wiki
-
+
diff --git a/website/_site/sitemap.xml b/website/_site/sitemap.xml
index eea8d3c..573d638 100644
--- a/website/_site/sitemap.xml
+++ b/website/_site/sitemap.xml
@@ -36,4 +36,7 @@
https://kst4contest.hamradioonline.de/faq/
+
+ https://kst4contest.hamradioonline.de/manual/de/
+
\ No newline at end of file
diff --git a/website/src/manual/de/index.njk b/website/src/manual/de/index.njk
new file mode 100644
index 0000000..03cd1b5
--- /dev/null
+++ b/website/src/manual/de/index.njk
@@ -0,0 +1,19 @@
+---
+layout: base.njk
+title: KST4Contest Deutsches Handbuch
+description: Deutsches Benutzerhandbuch für KST4Contest.
+---
+
+
+ Deutsches Handbuch
+ Das Handbuch wird zentral in GitHub gepflegt und als Wiki, PDF und Online-Dokumentation veröffentlicht.
+
+
+
\ No newline at end of file
diff --git a/website/src/manual/en/index.njk b/website/src/manual/en/index.njk
index 4d15f00..ce613c0 100644
--- a/website/src/manual/en/index.njk
+++ b/website/src/manual/en/index.njk
@@ -4,14 +4,16 @@ title: KST4Contest English Manual
description: English user manual for KST4Contest.
---
-
+
English Manual
-
- The English manual is maintained centrally in GitHub and is also available
- as PDF release artifact.
-
+ The manual is maintained centrally in GitHub and published as Wiki, PDF and online documentation.
+
-
- Open GitHub Wiki
-
+
\ No newline at end of file