demo.1
- added possibility to add data into tempaltes via json - restructured output files - some work on styles
This commit is contained in:
parent
1bb57b109b
commit
8bc8da74db
18 changed files with 1004 additions and 199 deletions
34
source/data.json
Normal file
34
source/data.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"demolinks": [
|
||||
{
|
||||
"href": "demo/intro.html",
|
||||
"text": "Intro"
|
||||
},
|
||||
{
|
||||
"href": "demo/os.html",
|
||||
"text": "OS"
|
||||
},
|
||||
{
|
||||
"href": "demo/error/404.html",
|
||||
"text": "404"
|
||||
},
|
||||
{
|
||||
"href": "demo/error/500.html",
|
||||
"text": "500"
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"href": "elements.html",
|
||||
"text": "Elements"
|
||||
},
|
||||
{
|
||||
"href": "blank.html",
|
||||
"text": "Blank"
|
||||
},
|
||||
{
|
||||
"href": "tests.html",
|
||||
"text": "Tests"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue