webseite/databags/navigation.json
muli 6fabb75367
All checks were successful
continuous-integration/drone/pr Build is passing
feat: Selbstverständnis hinzugefügt.
2024-01-29 18:29:31 +01:00

29 lines
560 B
JSON

{
"Was wir tun": {
"href": "/about",
"visible": true,
"list_childs": false,
"items": {
"Selbstverständnis": "/mitglieder/selbstverstaendnis"
}
},
"Was geht ab?": {
"href": "/aktuelles",
"visible": true,
"list_childs": false,
"items": {
"Blog": "/blog",
"Podcast": "/podcast"
}
},
"Mitglied werden": {
"href": "/mitglieder",
"visible": true,
"list_childs": false,
"items": {
"Satzung": "/mitglieder/satzung",
"Mitglied werden": "/mitglieder/beitreten"
}
}
}