Major rewrite for 0.1.6 - Dynamic database entry generation based on json files, dynamic run page generation and more
This commit is contained in:
parent
e75a575417
commit
7fe9e8c25f
28 changed files with 2954 additions and 45 deletions
static/data
12
static/data/_navdata.json
Normal file
12
static/data/_navdata.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"link": "/",
|
||||
"text": "Home",
|
||||
"icon": "home"
|
||||
},
|
||||
{
|
||||
"link": "/database",
|
||||
"text": "TA Database",
|
||||
"icon": "database"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue