From 409cf74bb77c73ee6da17524243aeab5f88847c3 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Tue, 12 Sep 2023 10:50:50 +0200
Subject: [PATCH] update docs

---
 docs/30_Page_layout.md                            | 2 +-
 docs/{50_Components => 60_Components}/10_Grid.md  | 0
 docs/{50_Components => 60_Components}/Alert.md    | 2 +-
 docs/{50_Components => 60_Components}/Badge.md    | 2 +-
 docs/{50_Components => 60_Components}/Button.md   | 4 ++--
 docs/{50_Components => 60_Components}/Callout.md  | 4 ++--
 docs/{50_Components => 60_Components}/Card.md     | 4 ++--
 docs/{50_Components => 60_Components}/Infobox.md  | 6 ++++--
 docs/{50_Components => 60_Components}/Smallbox.md | 4 ++--
 docs/{50_Components => 60_Components}/_index.md   | 0
 10 files changed, 15 insertions(+), 13 deletions(-)
 rename docs/{50_Components => 60_Components}/10_Grid.md (100%)
 rename docs/{50_Components => 60_Components}/Alert.md (85%)
 rename docs/{50_Components => 60_Components}/Badge.md (85%)
 rename docs/{50_Components => 60_Components}/Button.md (75%)
 rename docs/{50_Components => 60_Components}/Callout.md (70%)
 rename docs/{50_Components => 60_Components}/Card.md (85%)
 rename docs/{50_Components => 60_Components}/Infobox.md (79%)
 rename docs/{50_Components => 60_Components}/Smallbox.md (76%)
 rename docs/{50_Components => 60_Components}/_index.md (100%)

diff --git a/docs/30_Page_layout.md b/docs/30_Page_layout.md
index 51dce56..ddcfea6 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 8fabc38..e7c0ce4 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 6aaa766..44a6280 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 c327a11..3f94552 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 75af2be..1c0e5bf 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 f39527e..0a2110b 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 a8fba30..55dbd42 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 ecbb437..681c472 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
-- 
GitLab