mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 22:04:10 +00:00
- Add .claude/ configuration (agents, commands, hooks, get-shit-done workflows) - Add prompts/ directory with development planning documents - Add scripts/setup-tenants/ with tenant configuration - Add docs/screenshots/ - Remove obsolete phase2.2-corrections-report.md - Update pnpm-lock.yaml - Update detect-secrets.sh to ignore setup.sh (env var usage, not secrets) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
69 lines
1.4 KiB
JSON
69 lines
1.4 KiB
JSON
{
|
|
"title": "Hauptnavigation",
|
|
"mainMenu": [
|
|
{
|
|
"type": "page",
|
|
"label": "Startseite",
|
|
"page": "PAGE_ID_startseite"
|
|
},
|
|
{
|
|
"type": "page",
|
|
"label": "Mensch",
|
|
"page": "PAGE_ID_mensch"
|
|
},
|
|
{
|
|
"type": "submenu",
|
|
"label": "Whistleblowing",
|
|
"submenu": [
|
|
{
|
|
"linkType": "page",
|
|
"label": "Whistleblowing",
|
|
"page": "PAGE_ID_whistleblowing"
|
|
},
|
|
{
|
|
"linkType": "page",
|
|
"label": "Zytoskandal",
|
|
"page": "PAGE_ID_zytoskandal"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "submenu",
|
|
"label": "Unternehmer",
|
|
"submenu": [
|
|
{
|
|
"linkType": "page",
|
|
"label": "gunshin Holding UG",
|
|
"page": "PAGE_ID_gunshin-holding-ug"
|
|
},
|
|
{
|
|
"linkType": "page",
|
|
"label": "complex care solutions GmbH",
|
|
"page": "PAGE_ID_complexcaresolutions"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "page",
|
|
"label": "Kontakt",
|
|
"page": "PAGE_ID_kontakt"
|
|
}
|
|
],
|
|
"footerMenu": [
|
|
{
|
|
"linkType": "page",
|
|
"label": "Impressum",
|
|
"page": "PAGE_ID_impressum"
|
|
},
|
|
{
|
|
"linkType": "page",
|
|
"label": "Datenschutz",
|
|
"page": "PAGE_ID_datenschutz"
|
|
},
|
|
{
|
|
"linkType": "page",
|
|
"label": "Kontakt",
|
|
"page": "PAGE_ID_kontakt"
|
|
}
|
|
]
|
|
}
|