Richte Nutzerdoku auf Bedienungsanleitung mit Frontend-Seitenkategorie aus
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
seo:
|
||||
title: FEDEO Dokumentation
|
||||
description: Zentrale, versionierte Funktionsdokumentation für FEDEO.
|
||||
title: FEDEO Bedienungsanleitung
|
||||
description: Nutzerorientierte Bedienungsanleitung für alle zentralen Funktionen in FEDEO.
|
||||
---
|
||||
|
||||
::u-page-hero{class="dark:bg-gradient-to-b from-neutral-900 to-neutral-950"}
|
||||
@@ -9,99 +9,56 @@ seo:
|
||||
orientation: horizontal
|
||||
---
|
||||
#title
|
||||
FEDEO [Dokumentation]{.text-primary}
|
||||
FEDEO [Bedienungsanleitung]{.text-primary}
|
||||
|
||||
#description
|
||||
Alle Funktionen von Backend, Web und Mobile an einem Ort. Versioniert, durchsuchbar und auf Basis von Nuxt UI + Nuxt Content aufgebaut.
|
||||
Diese Dokumentation ist als praktische Anleitung für Anwenderinnen und Anwender der FEDEO-Software aufgebaut.
|
||||
|
||||
#links
|
||||
:::u-button
|
||||
---
|
||||
to: /funktionen
|
||||
to: /bedienung
|
||||
size: xl
|
||||
trailing-icon: i-lucide-arrow-right
|
||||
---
|
||||
Zu den Funktionen
|
||||
Zur Bedienungsanleitung
|
||||
:::
|
||||
|
||||
:::u-button
|
||||
---
|
||||
icon: i-simple-icons-github
|
||||
to: /bedienung/frontend
|
||||
size: xl
|
||||
color: neutral
|
||||
variant: outline
|
||||
size: xl
|
||||
to: https://git.federspiel.tech/flfeders/FEDEO
|
||||
target: _blank
|
||||
---
|
||||
Repository öffnen
|
||||
:::
|
||||
|
||||
#default
|
||||
:::prose-pre
|
||||
---
|
||||
code: |
|
||||
node docs/scripts/sync-funktionsdoku.mjs
|
||||
filename: docs-sync.sh
|
||||
---
|
||||
|
||||
```bash [docs-sync.sh]
|
||||
node docs/scripts/sync-funktionsdoku.mjs
|
||||
```
|
||||
Frontend-Funktionen
|
||||
:::
|
||||
::
|
||||
|
||||
::u-page-section{class="dark:bg-neutral-950"}
|
||||
#title
|
||||
Struktur der Dokumentation
|
||||
Inhalte
|
||||
|
||||
#features
|
||||
:::u-page-feature
|
||||
---
|
||||
icon: i-lucide-layers
|
||||
icon: i-lucide-layout-dashboard
|
||||
---
|
||||
#title
|
||||
Funktionskatalog
|
||||
Frontend-Seiten
|
||||
|
||||
#description
|
||||
Technische Übersichten für Backend-API, Web-Frontend und Mobile-App.
|
||||
Übersicht aller Seitenfunktionen inklusive Eingabefelder und deren Bedeutung.
|
||||
:::
|
||||
|
||||
:::u-page-feature
|
||||
---
|
||||
icon: i-lucide-shield-check
|
||||
icon: i-lucide-file-text
|
||||
---
|
||||
#title
|
||||
Wartungsprozess
|
||||
Praxisnahe Feld-Erklärungen
|
||||
|
||||
#description
|
||||
Klarer Ablauf, damit Funktionsänderungen immer dokumentiert bleiben.
|
||||
:::
|
||||
|
||||
:::u-page-feature
|
||||
---
|
||||
icon: i-lucide-git-branch
|
||||
---
|
||||
#title
|
||||
Versionierung
|
||||
|
||||
#description
|
||||
Änderungen an der Dokumentation sind nachvollziehbar versioniert.
|
||||
Für zentrale Masken wie den Ausgangsbeleg-Editor werden die Felder konkret erläutert.
|
||||
:::
|
||||
::
|
||||
|
||||
::u-page-section{class="dark:bg-gradient-to-b from-neutral-950 to-neutral-900"}
|
||||
:::u-page-c-t-a
|
||||
---
|
||||
links:
|
||||
- label: Funktionsübersicht öffnen
|
||||
to: '/funktionen/uebersicht'
|
||||
trailingIcon: i-lucide-arrow-right
|
||||
- label: Versionshistorie
|
||||
to: '/versionen/docs-versionen'
|
||||
variant: subtle
|
||||
icon: i-lucide-history
|
||||
title: Bereit für die tägliche Doku-Arbeit?
|
||||
description: Nutze die technische Übersicht für Änderungen und halte die Dokumentation mit einem festen Sync-Workflow aktuell.
|
||||
class: dark:bg-neutral-950
|
||||
---
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user