* moved templates to demo structure * new sass version * restructure of some styles for demo
38 lines
600 B
JSON
38 lines
600 B
JSON
{
|
|
"demolinks": [
|
|
{
|
|
"href": "demo/intro.html",
|
|
"text": "Intro"
|
|
},
|
|
{
|
|
"href": "demo/elements.html",
|
|
"text": "Elements"
|
|
},
|
|
{
|
|
"href": "demo/os.html",
|
|
"text": "OS"
|
|
},
|
|
{
|
|
"href": "demo/error/404.html",
|
|
"text": "404"
|
|
},
|
|
{
|
|
"href": "demo/error/500.html",
|
|
"text": "500"
|
|
}
|
|
],
|
|
"demoadditionallinks": [
|
|
{
|
|
"href": "blank.html",
|
|
"text": "Blank"
|
|
},
|
|
{
|
|
"href": "maintenance.html",
|
|
"text": "Maintenance"
|
|
},
|
|
{
|
|
"href": "tests.html",
|
|
"text": "Tests"
|
|
}
|
|
]
|
|
}
|