mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-21 13:46:43 +02:00
feat(help): add centralized help system with shared packages
- 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>
This commit is contained in:
parent
b6158a89a6
commit
1dda437192
60 changed files with 5482 additions and 0 deletions
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
id: guide-welcome
|
||||
title: Erste Schritte
|
||||
description: Lerne die Grundlagen und starte schnell durch
|
||||
difficulty: beginner
|
||||
estimatedTime: 5 Minuten
|
||||
order: 1
|
||||
language: de
|
||||
---
|
||||
|
||||
## Konto erstellen
|
||||
|
||||
Beginne mit der Erstellung deines kostenlosen Kontos. Du kannst dich mit deiner E-Mail-Adresse registrieren oder Google/Apple für eine schnellere Anmeldung nutzen.
|
||||
|
||||
## Dashboard erkunden
|
||||
|
||||
Nach dem Einloggen siehst du dein Dashboard. Dies ist deine Zentrale, von der aus du auf alle Funktionen zugreifen und wichtige Informationen auf einen Blick sehen kannst.
|
||||
|
||||
## Einstellungen anpassen
|
||||
|
||||
Besuche die Einstellungen, um dein Erlebnis zu personalisieren. Du kannst anpassen:
|
||||
|
||||
- **Design**: Wähle zwischen hell, dunkel oder Systemmodus
|
||||
- **Sprache**: Wähle deine bevorzugte Sprache
|
||||
- **Benachrichtigungen**: Konfiguriere, wie du benachrichtigt werden möchtest
|
||||
|
||||
## Hilfe jederzeit verfügbar
|
||||
|
||||
Wenn du Hilfe brauchst, klicke auf das Hilfe-Symbol oder besuche den Hilfe-Bereich. Du kannst auch unser Support-Team kontaktieren, wenn du Fragen hast.
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
id: guide-welcome
|
||||
title: Getting Started
|
||||
description: Learn the basics and get up and running quickly
|
||||
difficulty: beginner
|
||||
estimatedTime: 5 minutes
|
||||
order: 1
|
||||
language: en
|
||||
---
|
||||
|
||||
## Create Your Account
|
||||
|
||||
Start by creating your free account. You can sign up with your email address or use Google/Apple sign-in for a faster setup.
|
||||
|
||||
## Explore the Dashboard
|
||||
|
||||
After logging in, you'll see your dashboard. This is your home base where you can access all features and see important information at a glance.
|
||||
|
||||
## Customize Your Settings
|
||||
|
||||
Visit the Settings page to personalize your experience. You can adjust:
|
||||
|
||||
- **Theme**: Choose between light, dark, or system mode
|
||||
- **Language**: Select your preferred language
|
||||
- **Notifications**: Configure how you want to be notified
|
||||
|
||||
## Get Help Anytime
|
||||
|
||||
If you need assistance, click the help icon or visit the Help section. You can also reach out to our support team if you have questions.
|
||||
Loading…
Add table
Add a link
Reference in a new issue