Legal Pages
Lumio's legal section lives under /legal with six pages:
| Slug | Purpose |
|---|---|
/legal/imprint | Provider information (§5 TMG). |
/legal/privacy | Data processing and storage policy. |
/legal/terms | Terms of service. |
/legal/cookies | Which cookies + browser storage we use. |
/legal/security | Security practices and contact. |
/legal/faq | Common legal questions. |
The overview at /legal links to all six. Each page has a "Back to overview" link and an in-page table of contents on desktop; mobile users get a collapsible navigation.
Editing
Legal pages are authored in MDX under apps/web/content/{locale}/legal/*.mdx. Editing a file is a straightforward PR — see MDX Content Pipeline for the technical details.
Updated dates are centralised in apps/web/src/components/legal/legal-pages.ts — when you change a page, bump the corresponding lastUpdated entry so the badge reflects reality.