feat: implement mock data support with API interceptor and update documentation

This commit is contained in:
2026-02-26 02:37:01 +00:00
parent 30501f5f4c
commit 20eaa50935
9 changed files with 410 additions and 5 deletions

View File

@@ -0,0 +1,38 @@
[
{
"id": "header-de",
"_id": "header-de",
"language": "de",
"type": "header",
"elements": [
{
"name": "Startseite",
"page": "home"
},
{
"name": "Über uns",
"page": "about"
},
{
"name": "Kontakt",
"page": "contact"
}
]
},
{
"id": "footer-de",
"_id": "footer-de",
"language": "de",
"type": "footer",
"elements": [
{
"name": "Impressum",
"page": "imprint"
},
{
"name": "Datenschutz",
"page": "privacy"
}
]
}
]