From dd2692a91c927487ae7cbaf865c6fc4a8b95789a Mon Sep 17 00:00:00 2001
From: vanion <ccc@vanion.de>
Date: Sun, 12 Dec 2021 12:50:27 +0000
Subject: [PATCH] More details on adding a WA map to an assembly.

---
 docs/maps.en.md | 11 +++++++----
 docs/maps.md    | 11 +++++++----
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/docs/maps.en.md b/docs/maps.en.md
index 9e9c13e..d9d6c9d 100644
--- a/docs/maps.en.md
+++ b/docs/maps.en.md
@@ -74,10 +74,13 @@ obvious violations (e.g. exits to nonexistant maps), or suggest improvements.
 To contribute maps to the world, you have to 
 [register an assembly](https://maschinenraum.rc3.world/).
 
-Please store your maps in a git repo of your choice and and enter a (publicly 
-clonable) URL to it our backend. Our infrastructure will then periodically pull 
-your map in, run a rudimentary linter on it to check for a few requirements and
-general consistency, and then deploy it to rc3.world.
+Please store your maps in a git repo of your choice. Then add a new room to your 
+assembly. Click the button "create" in the "2D map" field. In the next window you 
+can enter the URL of the git repo.  
+
+Our infrastructure will then periodically pull your map in, run a rudimentary 
+linter on it to check for a few requirements and general consistency, and then 
+deploy it to rc3.world.
 
 Please note that your map may also be rejected in case it contains errors (e.g.
 exits pointing to maps that do not exist) or is simply in the wrong format. If
diff --git a/docs/maps.md b/docs/maps.md
index aced0ca..5abf808 100644
--- a/docs/maps.md
+++ b/docs/maps.md
@@ -80,10 +80,13 @@ oder schlägt Verbesserungen vor.
 Um Karten in der Welt einbringen zu können, müsst ihr ein 
 [Assembly anmelden](https://maschinenraum.rc3.world/).
 
-Eure Karten legt ihr dann bitte in einem Git-Repo eurer Wahl ab und tragt im
-Maschinenraum dessen URL ein. Unser Backend wird eure Karte dann regelmäßig von
-dort herunterladen, mit einem rudimentären Linter auf einige Anforderungen und
-generelle Sinnhaftigkeit prüfen, und daraufhin an rc3.world ausspielen.
+Eure Karten legt ihr dann bitte in einem Git-Repo eurer Wahl ab. Fügt dann im
+Maschinenraum einen neuen Raum zu und klickt im Feld "2D-Karte aktivieren" auf 
+"Anlegen". Im nächsten Fenster könnt ihr die URL des Git-Repos eintragen. 
+
+Unser Backend wird eure Karte dann regelmäßig von dort herunterladen, mit einem 
+rudimentären Linter auf einige Anforderungen und generelle Sinnhaftigkeit prüfen, 
+und daraufhin an rc3.world ausspielen.
 
 Bitte beachtet, dass eure Karte auch abgelehnt werden kann, falls sie Fehler 
 enthält (z.B. Ausgänge auf Karten zeigen, die gar nicht existieren) oder sie
-- 
GitLab