forked from ag_kommunikation/webseite
27 lines
380 B
JSON
27 lines
380 B
JSON
{
|
|
"home": {
|
|
"href": "/",
|
|
"items": {}
|
|
},
|
|
"about": {
|
|
"href": "/about",
|
|
"items": {}
|
|
},
|
|
"specs": {
|
|
"href": "/specs",
|
|
"list_childs": true,
|
|
"items": {
|
|
"members": "/members",
|
|
"lines of code": "/lines_of_code"
|
|
}
|
|
},
|
|
"mission": {
|
|
"href": "/mission",
|
|
"items": {}
|
|
},
|
|
"legal": {
|
|
"href": "/legal",
|
|
"items": {}
|
|
}
|
|
}
|