- restructured input files - sorted gulpfile and separated old stuff - next up are node module updates
34 lines
511 B
JSON
34 lines
511 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"
|
|
}
|
|
],
|
|
"links": [
|
|
{
|
|
"href": "blank.html",
|
|
"text": "Blank"
|
|
},
|
|
{
|
|
"href": "tests.html",
|
|
"text": "Tests"
|
|
}
|
|
]
|
|
}
|