diff --git a/docs/_sidebar.md b/docs/_sidebar.md
index 5e50f93..bf68571 100644
--- a/docs/_sidebar.md
+++ b/docs/_sidebar.md
@@ -10,11 +10,11 @@
- Features
- [Apps](apps.md)
- - [Custom Pages & Notifications](custom.md)
- [Alarm clock](alarm.md)
- [Timer](timer.md)
- [Icons](icons.md)
- [Sounds](sounds.md)
- MQTT
+ - [Custom Pages & Notifications](custom.md)
- [Commands](mqtt.md)
diff --git a/docs/custom.md b/docs/custom.md
index f4c7f8f..2564b5a 100644
--- a/docs/custom.md
+++ b/docs/custom.md
@@ -9,7 +9,7 @@ The JSON object has the following properties:
| Key | Type | Description | Default |
| --- | ---- | ----------- | ------- |
-| `pos` | number | defines the position of your custompage in the loop, starting at 1 for the first position. This will only apply with your first push. You cant change the position afterwards. For that you need to delete it and add it again. | At the end of the loop |
+| `pos` | number | defines the position of your custompage in the loop, starting at 0 for the first position. This will only apply with your first push. You cant change the position afterwards with [this function](mqtt?id=addremove-and-rearange-apps) |
| `text` | string | The text to display on the page. | |
| `icon` | string | The icon ID or filename (without extension) to display on the page. | |
| `repeat` | number | Sets how many times the text should be scrolled through the matrix before the display ends. | 1 |
diff --git a/docs/index.html b/docs/index.html
index 8d4b5e0..ef0664c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -35,6 +35,8 @@
+
+