diff --git a/docs/30_Page_layout.md b/docs/30_Page_layout.md
index 51dce56db7c74e7a094c2e944ae52ad47619058b..ddcfea6730841624b78076c9ecdcf21b1a22073a 100644
--- a/docs/30_Page_layout.md
+++ b/docs/30_Page_layout.md
@@ -20,7 +20,7 @@ See also <https://adminlte.io/docs/3.2/layout.html>
 
 ### Visual parts
 
-![image: page](/images/page_layout.png)
+![image: page](images/page_layout.png)
 
 Variable           | Description
 ---                |---
diff --git a/docs/50_Components/10_Grid.md b/docs/60_Components/10_Grid.md
similarity index 100%
rename from docs/50_Components/10_Grid.md
rename to docs/60_Components/10_Grid.md
diff --git a/docs/50_Components/Alert.md b/docs/60_Components/Alert.md
similarity index 85%
rename from docs/50_Components/Alert.md
rename to docs/60_Components/Alert.md
index 8fabc38a0a2c807f754fbc2bb6d2140964d98ed6..e7c0ce42df35d299ad00a3eac6038fd3d4524679 100644
--- a/docs/50_Components/Alert.md
+++ b/docs/60_Components/Alert.md
@@ -22,7 +22,7 @@ Styling:
 
 Key         | Description
 ---         | ---
-type        | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
+type     | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
 
 Content:
 
diff --git a/docs/50_Components/Badge.md b/docs/60_Components/Badge.md
similarity index 85%
rename from docs/50_Components/Badge.md
rename to docs/60_Components/Badge.md
index 6aaa7662bf77556a368348f411a30b23103827de..44a6280e5af58410fde5117b19cb55b1607098c6 100644
--- a/docs/50_Components/Badge.md
+++ b/docs/60_Components/Badge.md
@@ -24,7 +24,7 @@ Key      | Description
 ---      | ---
 bgcolor  | optional: background color (without prefix "bg"); hint: you should prefer a "type".
 class    | optional: additional css classes
-type     | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
+type     | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
 
 Content:
 
diff --git a/docs/50_Components/Button.md b/docs/60_Components/Button.md
similarity index 75%
rename from docs/50_Components/Button.md
rename to docs/60_Components/Button.md
index c327a11f4ee807f21b3ba725943ba49449eec260..3f945528bab26c0a395cc9f5c2912fcb4f557438 100644
--- a/docs/50_Components/Button.md
+++ b/docs/60_Components/Button.md
@@ -26,8 +26,8 @@ Styling:
 Key      | Description
 ---      | ---
 class    | optional: additional css classes
-size     | set size of the button; one of [none]|lg|sm|xs|flat
-type     | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
+size     | set size of the button; one of<br>- [empty]<br>- "lg"<br>- "sm"<br>- "xs"<br>- "flat"
+type     | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
 
 Content:
 
diff --git a/docs/50_Components/Callout.md b/docs/60_Components/Callout.md
similarity index 70%
rename from docs/50_Components/Callout.md
rename to docs/60_Components/Callout.md
index 75af2be2c3bc044f7a6a390787e289cf5c903d26..1c0e5bfc766ec7c8b164f9505a17b127259f5201 100644
--- a/docs/50_Components/Callout.md
+++ b/docs/60_Components/Callout.md
@@ -23,8 +23,8 @@ Styling:
 Key      | Description
 ---      | ---
 class    | optional: additional css classes
-type     | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
-shadow   | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large
+shadow   | size of shadow; one of<br>- [empty] (=default: between small and regular)<br>- "none"<br>- "small"<br>- "regular"<br>- "large"
+type     | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
 
 Content:
 
diff --git a/docs/50_Components/Card.md b/docs/60_Components/Card.md
similarity index 85%
rename from docs/50_Components/Card.md
rename to docs/60_Components/Card.md
index f39527ebd690b603d5e2eaa86b5b36cde17d05b8..0a2110b23b117bf995c41be35d60f6152a7c5a09 100644
--- a/docs/50_Components/Card.md
+++ b/docs/60_Components/Card.md
@@ -25,9 +25,9 @@ Styling:
 Key      | Description
 ---      | ---
 class    | optional: additional css classes
-type     | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
+shadow   | size of shadow; one of<br>- [empty] (=default: between small and regular)<br>- "none"<br>- "small"<br>- "regular"<br>- "large"
+type     | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
 variant  | kind of coloring: one of<br>- "default"  - titlebar is colored<br>- "outline" - a small stripe on top border is colored<br>- "solid"    - whole card is colored<br>- "gradient" - whole card is colored with a gradient
-shadow   | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large
 state    | window state. one of [none]\|collapsed\|maximized
 
 Toolbar icons:
diff --git a/docs/50_Components/Infobox.md b/docs/60_Components/Infobox.md
similarity index 79%
rename from docs/50_Components/Infobox.md
rename to docs/60_Components/Infobox.md
index a8fba30b119b613623d3a1782c7a57d19b135f7e..55dbd42233477abc643eeab7dbb14d6f7d2341b6 100644
--- a/docs/50_Components/Infobox.md
+++ b/docs/60_Components/Infobox.md
@@ -22,9 +22,11 @@ Styling:
 
 Key      | Description
 ---      | ---
-type     | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
-shadow   | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large
 iconbg   | background color or type of icon; use it for default type (type="")
+shadow   | size of shadow; one of<br>- [empty] (=default: between small and regular)<br>- "none"<br>- "small"<br>- "regular"<br>- "large"
+type     | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
+
+
 
 Content:
 
diff --git a/docs/50_Components/Smallbox.md b/docs/60_Components/Smallbox.md
similarity index 76%
rename from docs/50_Components/Smallbox.md
rename to docs/60_Components/Smallbox.md
index ecbb43736a1df512f5f641f06c3c6f2e520a0b06..681c4727efed87579aa303b629346e555f9e4df2 100644
--- a/docs/50_Components/Smallbox.md
+++ b/docs/60_Components/Smallbox.md
@@ -22,8 +22,8 @@ Styling:
 
 Key      | Description
 ---      | ---
-type     | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
-shadow   | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large
+shadow   | size of shadow; one of<br>- [empty] (=default: between small and regular)<br>- "none"<br>- "small"<br>- "regular"<br>- "large"
+type     | one of<br>- [empty]<br>- "danger"<br>- "dark"<br>- "info"<br>- "primary"<br>- "secondary"<br>- "success"<br>- "warning"
 
 Content:
 
diff --git a/docs/50_Components/_index.md b/docs/60_Components/_index.md
similarity index 100%
rename from docs/50_Components/_index.md
rename to docs/60_Components/_index.md