muli
6437636e15
All checks were successful
continuous-integration/drone/pr Build is passing
Grund war die Verwendung von "Spezies". Die Frage war ein Zitat (Hackerethik des CCC) umzuformulieren, oder die Seite ganz zu streichen.
36 lines
669 B
JSON
36 lines
669 B
JSON
{
|
|
"Über uns": {
|
|
"href": "/about",
|
|
"visible": true,
|
|
"list_childs": false,
|
|
"items": {}
|
|
},
|
|
"Mitglieder": {
|
|
"href": "/mitglieder",
|
|
"visible": true,
|
|
"list_childs": true,
|
|
"items": {
|
|
"Satzung": "/mitglieder/satzung",
|
|
"Mitglied werden": "/mitglieder/beitreten"
|
|
}
|
|
},
|
|
"Aktuelles": {
|
|
"href": "/aktuelles",
|
|
"visible": true,
|
|
"list_childs": true,
|
|
"items": {
|
|
"Blog": "/blog",
|
|
"Podcast": "/podcast",
|
|
"Meetup": "/bbb"
|
|
}
|
|
},
|
|
"Kontakt": {
|
|
"href": "/kontakt",
|
|
"list_childs": true,
|
|
"items": {
|
|
"Impressum": "/impressum",
|
|
"Datenschutz": "/datenschutz"
|
|
}
|
|
}
|
|
}
|