webseite/databags/navigation.json
muli 38862d1267
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/promote/spielwiese Build is passing
chore: Gedoppelten Link entfernt damit Demo realistischer wird.
2024-03-22 23:40:20 +01:00

31 lines
580 B
JSON

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