mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 18:34:13 +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>
57 lines
1 KiB
JSON
57 lines
1 KiB
JSON
{
|
|
"title": "Hauptnavigation",
|
|
"mainMenu": [
|
|
{
|
|
"type": "page",
|
|
"label": "Ueber mich",
|
|
"page": "PAGE_ID_caroline"
|
|
},
|
|
{
|
|
"type": "page",
|
|
"label": "Blog",
|
|
"page": "PAGE_ID_blog"
|
|
},
|
|
{
|
|
"type": "page",
|
|
"label": "Serien",
|
|
"page": "PAGE_ID_serien"
|
|
},
|
|
{
|
|
"type": "page",
|
|
"label": "Favoriten",
|
|
"page": "PAGE_ID_favoriten"
|
|
},
|
|
{
|
|
"type": "page",
|
|
"label": "Newsletter",
|
|
"page": "PAGE_ID_newsletter"
|
|
}
|
|
],
|
|
"footerMenu": [
|
|
{
|
|
"linkType": "page",
|
|
"label": "Ueber mich",
|
|
"page": "PAGE_ID_caroline"
|
|
},
|
|
{
|
|
"linkType": "page",
|
|
"label": "Kooperationen",
|
|
"page": "PAGE_ID_kooperationen"
|
|
},
|
|
{
|
|
"linkType": "page",
|
|
"label": "Transparenz",
|
|
"page": "PAGE_ID_transparenz"
|
|
},
|
|
{
|
|
"linkType": "page",
|
|
"label": "Impressum",
|
|
"page": "PAGE_ID_impressum"
|
|
},
|
|
{
|
|
"linkType": "page",
|
|
"label": "Datenschutz",
|
|
"page": "PAGE_ID_datenschutz"
|
|
}
|
|
]
|
|
}
|