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]