feat: restructure screens, new todos

- Move files and folders
- Rename pages
- New todos
This commit is contained in:
sthag 2024-08-06 21:15:39 +02:00
parent 31bbee51ea
commit 268202f33d
20 changed files with 145 additions and 95 deletions

70
source/screens/index.json Normal file
View file

@ -0,0 +1,70 @@
{
"index": [
{
"href": "index.html",
"text": "Index"
},
{
"href": "introduction.html",
"text": "Introduction"
},
{
"href": "basics.html",
"text": "Basics"
},
{
"href": "components.html",
"text": "Components"
},
{
"href": "layouts.html",
"text": "Layouts"
}
],
"pages": [
{
"href": "pages/blank.html",
"text": "Blank"
},
{
"href": "pages/card.html",
"text": "Card"
},
{
"href": "pages/portal.html",
"text": "Portal"
},
{
"href": "pages/maintenance.html",
"text": "Maintenance"
},
{
"href": "pages/error/304.html",
"text": "304"
},
{
"href": "pages/error/400.html",
"text": "400"
},
{
"href": "pages/error/401.html",
"text": "401"
},
{
"href": "pages/error/403.html",
"text": "403"
},
{
"href": "pages/error/404.html",
"text": "404"
},
{
"href": "pages/error/408.html",
"text": "408"
},
{
"href": "pages/error/500.html",
"text": "500"
}
]
}