From 90d2c998b9a19af2cecaffbf9231c936378d89e3 Mon Sep 17 00:00:00 2001
From: maqor <quantum@cert.ccc.de>
Date: Wed, 29 Dec 2021 13:18:02 +0100
Subject: [PATCH] Change: moved section about embedding websites inline to
 corresponding section about embedding websites in general

---
 docs/maps.en.md | 22 +++++++++++-----------
 docs/maps.md    | 22 ++++++++++++----------
 2 files changed, 23 insertions(+), 21 deletions(-)

diff --git a/docs/maps.en.md b/docs/maps.en.md
index 47bc866..1eb4bf8 100644
--- a/docs/maps.en.md
+++ b/docs/maps.en.md
@@ -292,6 +292,17 @@ Also note that websites which are outside of rC3 will be automatically prefixed
 with a dereferrer, which will alert visitors that they are now "leaving the
 event area".
 
+#### Embed website "as map"
+Web pages can also be included inline in maps, which means that they are displayed on the map.
+
+To do this, create a layer of type `Object Layer` and assign it
+the custom property `url` (type string).
+Its value is then the URL of the web page to be included, that is to be included.
+On this layer you create a rectangular area in which the area,
+in which the web page will be displayed.
+
+Additional information can be found in the official [WorkAdventure-HowTo](https://workadventu.re/map-building/website-in-map.md).
+
 ### Embedding Jitsi
 You can embed Jitsi rooms in the same way. Simply set the custom property
 `jitsiRoom` (type string) and assign it the name of your Jitsi room as its value.
@@ -311,17 +322,6 @@ a custom message to be displayed where the Jitsi can be opened by setting the
 `jitsiTriggerMessage` property (which will overwrite the default "Press SPACE
 or touch here to enter Jitsi Meet room").
 
-#### Embed website "as map"
-Web pages can also be included inline in maps, which means that they are displayed on the map.
-
-To do this, create a layer of type `Object Layer` and assign it
-the custom property `url` (type string).
-Its value is then the URL of the web page to be included, that is to be included.
-On this layer you create a rectangular area in which the area,
-in which the web page will be displayed.
-
-Additional information can be found in the official [WorkAdventure-HowTo](https://workadventu.re/map-building/website-in-map.md).
-
 ### Embedding Big Blue Button
 This works essentially the same as with Jitsi: set `bbbRoom` to your room's name,
 and `bbbTrigger` along with `bbbTriggerMessage` to prevent the room from popping
diff --git a/docs/maps.md b/docs/maps.md
index 6be41a3..4ed0a47 100644
--- a/docs/maps.md
+++ b/docs/maps.md
@@ -315,6 +315,18 @@ ein Dereferrer vorgehängt wird, der Besucher\*innen darauf hinweist, dass
 sie jetzt "das Gelände verlassen".
 
 
+#### Webseite "als Karte" einbinden
+Webseiten können auch inline in Karten eingebunden werden, dadurch werden sie dann
+auf der Map dargestellt.
+
+Dazu legt ihr einen Layer vom Typ `Object Layer`(Objektebene) an und weist diesem
+das Custom Property `url` (Typ String) zu. Dessen Wert ist dann die URL der Webseite,
+die eingebunden werden soll. Auf diesem Layer erstellt ihr dann einen rechteckigen
+Bereich, in welchem dann die Webseite angezeigt wird.
+
+Weitere Informationen findet ihr im offiziellen [HowTo von WorkAdventure](https://workadventu.re/map-building/website-in-map.md).
+
+
 ### Jitsi einbinden
 Auf dieselbe Art könnt ihr auch Jitsi-Räume in eure Karte einbinden. Setzt dazu
 einfach die custom property `jitsiRoom` (Type String) und gebt ihr als Wert den
@@ -336,16 +348,6 @@ eine kurze eigene Nachricht einstellen, die Besucher\*innen angezeigt wird, wenn
 sie auf den Bereich des Jitsis laufen (dies überschreibt die Standardnachricht
 "Press SPACE or touch here to enter Jitsi Meet room").
 
-#### Webseite "als Karte" einbinden
-Webseiten können auch inline in Karten eingebunden werden, dadurch werdensie dann
-auf der Map dargestellt.
-
-Dazu legt ihr einen Layer vom Typ `Object Layer`(Objektebene) an und weist diesem
-das Custom Property `url` (Typ String) zu. Dessen Wert ist dann die URL der Webseite,
-die eingebunden werden soll. Auf diesem Layer erstellt ihr dann einen rechteckigen
-Bereich, in welchem dann die Webseite angezeigt wird.
-
-Weitere Informationen findet ihr im offiziellen [HowTo von WorkAdventure](https://workadventu.re/map-building/website-in-map.md).
 
 ### Big Blue Button einbinden
 Dies funktioniert im wesentlichen genauso wie für Jitsi: setzt `bbbRoom` auf den
-- 
GitLab