webseite/databags/navigation.json

39 lines
707 B
JSON
Raw Normal View History

2021-06-24 23:44:12 +02:00
{
"Start": {
"href": "/"
},
"Blog": {
"href": "/blog",
"list_childs": true,
"items": {
"list_namespace": "/blog",
"Feed": "/feed_blog.xml"
}
},
"Rezepte": {
"href": "/rezept",
"list_childs": true,
"items": {
"list_namespace": "/rezept/",
"Rezept Feed": "/feed_rezepte.xml"
}
},
"Mehr": {
"href": "/mitmachen",
"list_childs": true,
"items": {
"Mitmachen": "/mitmachen",
"Bilder": "https://waffel.li/",
"Videos": "https://waffel.tv/"
}
},
"Kontakt": {
"href": "/kontakt",
"list_childs": true,
"items": {
"Impressum": "/impressum",
"Datenschutz": "/datenschutz"
}
}
}