From 413f69eb6aeca89c02b0f8784a7926ac343db3a5 Mon Sep 17 00:00:00 2001 From: Marc Froehlich Date: Mon, 6 Jul 2026 01:28:20 +0200 Subject: [PATCH] Add manual and download pages to website --- website/_site/download/index.html | 43 ++++++++++++++++++++++++++++++ website/_site/manual/en/index.html | 42 +++++++++++++++++++++++++++++ website/_site/manual/index.html | 43 ++++++++++++++++++++++++++++++ website/src/download/index.njk | 18 +++++++++++++ website/src/manual/en/index.njk | 17 ++++++++++++ website/src/manual/index.njk | 18 +++++++++++++ 6 files changed, 181 insertions(+) create mode 100644 website/_site/download/index.html create mode 100644 website/_site/manual/en/index.html create mode 100644 website/_site/manual/index.html create mode 100644 website/src/download/index.njk create mode 100644 website/src/manual/en/index.njk create mode 100644 website/src/manual/index.njk diff --git a/website/_site/download/index.html b/website/_site/download/index.html new file mode 100644 index 0000000..520d37d --- /dev/null +++ b/website/_site/download/index.html @@ -0,0 +1,43 @@ + + + + + Download KST4Contest + + + + + + + +
+ +
+

Download KST4Contest

+

+ Official builds are published through GitHub Releases for Windows, Linux + and macOS. +

+ + +
+
+ + + + \ No newline at end of file diff --git a/website/_site/manual/en/index.html b/website/_site/manual/en/index.html new file mode 100644 index 0000000..5bc9663 --- /dev/null +++ b/website/_site/manual/en/index.html @@ -0,0 +1,42 @@ + + + + + KST4Contest English Manual + + + + + + + +
+ +
+

English Manual

+

+ The English manual is maintained centrally in GitHub and is also available + as PDF release artifact. +

+ +

+ Open GitHub Wiki +

+
+
+ + + + \ No newline at end of file diff --git a/website/_site/manual/index.html b/website/_site/manual/index.html new file mode 100644 index 0000000..591346c --- /dev/null +++ b/website/_site/manual/index.html @@ -0,0 +1,43 @@ + + + + + KST4Contest Manual + + + + + + + +
+ +
+

KST4Contest Manual

+

+ User documentation for installation, configuration, features, + AirScout integration, log synchronization and contest workflow. +

+ + +
+
+ + + + \ No newline at end of file diff --git a/website/src/download/index.njk b/website/src/download/index.njk new file mode 100644 index 0000000..86d7d16 --- /dev/null +++ b/website/src/download/index.njk @@ -0,0 +1,18 @@ +--- +layout: base.njk +title: Download KST4Contest +description: Download KST4Contest releases for Windows, Linux and macOS. +--- + +
+

Download KST4Contest

+

+ Official builds are published through GitHub Releases for Windows, Linux + and macOS. +

+ + +
\ No newline at end of file diff --git a/website/src/manual/en/index.njk b/website/src/manual/en/index.njk new file mode 100644 index 0000000..4d15f00 --- /dev/null +++ b/website/src/manual/en/index.njk @@ -0,0 +1,17 @@ +--- +layout: base.njk +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. +

+ +

+ Open GitHub Wiki +

+
\ No newline at end of file diff --git a/website/src/manual/index.njk b/website/src/manual/index.njk new file mode 100644 index 0000000..cfc4d61 --- /dev/null +++ b/website/src/manual/index.njk @@ -0,0 +1,18 @@ +--- +layout: base.njk +title: KST4Contest Manual +description: Online manual for KST4Contest, the contest-optimized ON4KST chat client. +--- + +
+

KST4Contest Manual

+

+ User documentation for installation, configuration, features, + AirScout integration, log synchronization and contest workflow. +

+ + +
\ No newline at end of file