Add documentation App (#2219)

This commit is contained in:
Paweł Kuna
2025-04-15 23:18:49 +02:00
committed by GitHub
parent 199f39a52e
commit 8d4f8d07c3
1550 changed files with 5414 additions and 5340 deletions
+26
View File
@@ -0,0 +1,26 @@
[
{
"color": "success",
"icon": "check",
"text": "Wow! Everything worked!",
"description": "Your account has been saved!"
},
{
"color": "info",
"icon": "info-circle",
"text": "Did you know?",
"description": "Here is something that you might like to know."
},
{
"color": "warning",
"icon": "alert-triangle",
"text": "Uh oh, something went wrong",
"description": "Sorry! There was a problem with your request."
},
{
"color": "danger",
"icon": "alert-circle",
"text": "I'm so sorry…",
"description": "Your account has been deleted and can't be restored."
}
]