From 60dc5da9bd5515f2e9e51f3eeee5a853dfbf80dd Mon Sep 17 00:00:00 2001
From: psy <psy@darmstadt.ccc.de>
Date: Sun, 20 Dec 2020 13:06:30 +0100
Subject: [PATCH] add englisch version for index, change order

---
 docs/index.md | 21 +++++++++++++++++++--
 mkdocs.yml    |  2 +-
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/docs/index.md b/docs/index.md
index 968d6db..fe089a4 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,7 +1,24 @@
 # HowTo rC3
 Diese Seiten sollen einen Überblick über den rC3, die angebotenen Dinge und die Möglichkeiten zum rC3 beizutragen geben.
 
-Aktuell findet ihr hier den [Styleguide](styleguide.md), das [Maps Tutorial](maps.md), die [Maschinenraum Doku](maschinenraum.md) und das [HowTo Play](play.md).
+Aktuell findet ihr hier:
 
+* [Styleguide](styleguide.md)
+* [Maps Tutorial](maps.md)
+* [Maschinenraum Doku](maschinenraum.md)
+* [HowTo Play](play.md)
 
-Die Infrastruktur für die rC3 World wird freundlicherweise von <a href="https://hetzner.com/de/cloud"><img src="img/hetzner-logo.svg" alt="hetzner online" width="60px"></a> zur Verfügung gestellt.
+
+This pages should give you an overview over rC3 and the services and possibilities to contribute to rC3.
+
+You will find the following things here:
+
+* [Styleguide](styleguide.md)
+* [Maps Tutorial](maps.en.md)
+* [Maschinenraum Docs](maschinenraum.md) (englisch version comming soon)
+* [HowTo Play](play.en.md)
+
+
+
+
+The infrastructure for rC3.world is sponsored by <a href="https://hetzner.com/de/cloud"><img src="img/hetzner-logo.svg" alt="hetzner online" width="60px"></a>.
diff --git a/mkdocs.yml b/mkdocs.yml
index a025e92..77df420 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -26,7 +26,7 @@ theme:
     search: 83   # s
 
 nav:
-  - Maps: maps.md
   - Styleguide: 'styleguide.md'
+  - Maps: maps.md
   - Maschinenraum: 'maschinenraum.md'
   - Play: 'play.md'
-- 
GitLab