mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 22:41:26 +02:00
- Add @manacore/shared-help-types with TypeScript types and Zod schemas - Add @manacore/shared-help-content with Markdown parser, content loader, and Fuse.js search - Add @manacore/shared-help-ui with Svelte 5 components (HelpPage, FAQSection, FeaturesOverview, etc.) - Add @manacore/shared-help-mobile with React Native components for Expo apps - Add help translations to shared-i18n (de, en, fr, it, es) - Implement self-contained help page in Contacts app with FAQ, Features, Shortcuts, and Contact sections - Support i18n with German and English content 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
23 lines
710 B
Markdown
23 lines
710 B
Markdown
---
|
|
id: faq-privacy-001
|
|
question: Wie werden meine Daten geschützt?
|
|
category: privacy
|
|
order: 1
|
|
language: de
|
|
featured: true
|
|
tags:
|
|
- datenschutz
|
|
- daten
|
|
- sicherheit
|
|
- dsgvo
|
|
---
|
|
|
|
Wir nehmen deinen Datenschutz ernst:
|
|
|
|
- **Verschlüsselung**: Alle Daten werden bei der Übertragung (TLS) und im Ruhezustand verschlüsselt
|
|
- **DSGVO-konform**: Wir halten uns an die EU-Datenschutzverordnung
|
|
- **Kein Datenverkauf**: Wir verkaufen niemals deine persönlichen Daten an Dritte
|
|
- **Datenexport**: Du kannst jederzeit alle deine Daten exportieren
|
|
- **Kontolöschung**: Du kannst dein Konto und alle zugehörigen Daten dauerhaft löschen
|
|
|
|
Weitere Details findest du in unserer [Datenschutzerklärung](/privacy).
|