webseite/databags/navigation.json
2022-05-09 02:26:42 +02:00

31 lines
637 B
JSON

{
"Start": {
"href": "/"
},
"Rezepte": {
"href": "/rezept",
"list_childs": true,
"items": {
"list_namespace": "/rezept/",
"Rezept Feed": "/feed_rezepte.xml"
}
},
"Mehr": {
"href": "https://c3woc.de/mitmachen",
"list_childs": false,
"items": {
"Mitmachen": "/mitmachen",
"Hygiene": "/hygiene",
"Bilder": "https://waffel.li/",
"Videos": "https://waffel.tv/"
}
},
"Kontakt": {
"href": "https://c3woc.de/kontakt",
"list_childs": true,
"items": {
"Impressum": "/impressum",
"Datenschutz": "https://c3woc.de/datenschutz"
}
}
}