webseite/databags/navigation.json

27 lines
380 B
JSON
Raw Normal View History

{
"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": {}
}
}