feat!: move every layout to demo folder
- source/screens is now free for user files - rename demo templates to their equivalent sources - add demo maintenance template - demo templates use html base element
This commit is contained in:
parent
4710f41f5a
commit
c18ed30b74
23 changed files with 82 additions and 60 deletions
76
source/screens/demo/index.json
Normal file
76
source/screens/demo/index.json
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"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/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"
|
||||
}
|
||||
],
|
||||
"demo": [
|
||||
{
|
||||
"href": "examples/card.html",
|
||||
"text": "Card"
|
||||
},
|
||||
{
|
||||
"href": "examples/portal.html",
|
||||
"text": "Portal"
|
||||
},
|
||||
{
|
||||
"href": "examples/songbook.html",
|
||||
"text": "Songbook"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue