From 2ae3fcc7bacfc9afcfd6559ca4f82ecd9656e60f Mon Sep 17 00:00:00 2001 From: TheDreWen Date: Tue, 3 Feb 2026 09:13:53 +0100 Subject: [PATCH] Update documentation and remove redirect script --- content/_index.en.md | 6 ++++++ content/_index.fr.md | 6 ++++++ content/_index.md | 21 --------------------- hugo.toml | 2 +- 4 files changed, 13 insertions(+), 22 deletions(-) delete mode 100644 content/_index.md diff --git a/content/_index.en.md b/content/_index.en.md index 8accf84..d1b0553 100644 --- a/content/_index.en.md +++ b/content/_index.en.md @@ -3,6 +3,12 @@ title: Hytale Plugin Documentation layout: hextra-home --- +
 
+{{< hextra/hero-headline >}} +## ⚠️ Please note that documentation is currently not maintained! If you wish to contribute, please open a ticket on our discord so that an account on this gitea can be created for you. +{{< /hextra/hero-headline >}} +
 
+ {{< hextra/hero-badge >}} Hytale Server API {{< /hextra/hero-badge >}} diff --git a/content/_index.fr.md b/content/_index.fr.md index acaff6b..1a0141a 100644 --- a/content/_index.fr.md +++ b/content/_index.fr.md @@ -3,6 +3,12 @@ title: Documentation des Plugins Hytale layout: hextra-home --- +
 
+{{< hextra/hero-headline >}} +## ⚠️ Veuillez noter que la documentation n'est actuellement pas mise à jour ! Si vous souhaitez contribuer, veuillez ouvrir un ticket sur notre Discord afin qu'un compte sur ce gitea puisse être créé pour vous. +{{< /hextra/hero-headline >}} +
 
+ {{< hextra/hero-badge >}} API Serveur Hytale {{< /hextra/hero-badge >}} diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index 87aeb84..0000000 --- a/content/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Redirecting..." -layout: "redirect" ---- - - - - - -

Redirecting... English | Français

diff --git a/hugo.toml b/hugo.toml index 4f78f93..a3ce497 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,7 +3,7 @@ title = 'Hytale Plugin Documentation' theme = 'hextra' buildFuture = true defaultContentLanguage = 'en' -defaultContentLanguageInSubdir = true +defaultContentLanguageInSubdir = false disableAliases = true [build]