docs: ausgespielte Hilfe (documentation.html) auf aktuellen Stand bringen#27
Merged
Conversation
Die in der App verlinkte und per gh-pages deployte Doku war noch alt - sie wird aus public/documentation.html gespeist, nicht aus docs/user_documentation.md (das PR #25 aktualisiert hatte). Inhalt jetzt deckungsgleich mit der Markdown- Doku: neue aufgabenorientierte Gliederung inkl. Module, Flow-Eigenschaften, Onboarding, Tastaturkuerzel, Validierungs-Indikator, Layout-Vorschau. Korrigiert: nur die drei real gerenderten Layouts; Boolean-Darstellungsarten, SingleSelection-RADIO/BUTTONGROUP, Number-Schrittgroesse und String- Platzhalter/Standardwert nicht mehr als Funktion beworben (laut Schema-Audit wirkungslos). Styling und Smooth-Scroll-Script unveraendert. Deploy: deploy.yml baut+deployt automatisch bei Push auf main nach gh-pages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Befund: Deine Vermutung stimmt — die ausgespielte Doku war noch die alte. Grund: Die in der App verlinkte und per GitHub Pages deployte Hilfe wird aus
public/documentation.htmlgespeist (Button „Dokumentation öffnen" →documentation.html), nicht ausdocs/user_documentation.md. PR #25 hatte nur die Markdown-Datei aktualisiert, die nirgends ausgespielt wird.Was dieser PR macht
public/documentation.htmlinhaltlich auf denselben Stand wie die Markdown-Doku gebracht: neue, aufgabenorientierte Gliederung inkl. Module (modulare Flows), Flow-Eigenschaften (ID/URL-Key/Name/Titel/Icon), Onboarding, Tastaturkürzel, Validierungs-Indikator und Layout-Vorschau.RADIO/BUTTONGROUP, Number-„Schrittgröße" und String-„Platzhalter/Standardwert" werden nicht mehr als Funktion beworben (laut Schema-Audit fix(schema): Schema-Drift-Audit + Behebung der High/Mittel-Drift #24 wirkungslos). „Neu in Version 2.0"-Box entfernt.<style>) und Smooth-Scroll-Script unverändert.Deploy
deploy.ymlbaut und deployt automatisch bei Push aufmainnachgh-pages— nach dem Merge ist die aktualisierte Hilfe also ohne manuellen Schritt live.Hinweis (Folge-Empfehlung)
Es gibt zwei Doku-Quellen (
public/documentation.htmlausgespielt,docs/user_documentation.mdRepo-intern). Sie sind jetzt inhaltlich gleich, driften aber künftig leicht auseinander — perspektivisch sinnvoll, eine davon aus der anderen zu generieren.Test
Labels
Other
🤖 https://claude.ai/code/session_01D2Pc4cAexeqUFrM1YonaJL
Generated by Claude Code