docs(user): add Flows add-on user guide (en/de)#780
Open
MartinHartkopf wants to merge 2 commits into
Open
Conversation
Add a Flows section under the User guide in both languages, covering the automation add-on (trigger -> conditions -> actions): - Overview, interface, creating a flow, access and rights - Reference tables of all triggers, conditions, actions, and placeholders - Use cases with screenshots for every trigger, condition, and action - A complete end-to-end example (button -> Call API webhook) with a logged run Screenshots are taken from a live i-doit up 3.1.0 instance. Adds the nav entries and the required dictionary words for the spell checker. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
editorconfig-checker requires left-padding in multiples of 4; wrapped list-item continuation lines were indented by 2. Join each bullet onto a single line. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
Adds a Flows section under the User guide (English and German) documenting the Flows automation add-on for i-doit up. Flows appears under the Add-ons menu in the app, so this fills the gap in the user-facing docs.
Each flow is a linear chain Trigger → Conditions (optional) → Action(s). The section is structured as:
user/flows/index.md) — concept, interface, creating a flow, access & rightsreference.md) — reference tables of every building block + placeholdersDetails
docs/en/user/flows/anddocs/de/user/flows/(6 pages each).docs/{en,de}/img/screenshots/flows/, taken from a live i-doit up 3.1.0 instance.i18n/en/mkdocs.ymlandi18n/de/mkdocs.yml.i18n/{en,de}/spelling.txtfor the spell checker.{{ … }}placeholders setrender_macros: falseso the macros plugin leaves them literal.Validation (run locally with the repo toolchain, Node 24 + venv)
cspell(en + de): 0 issuesalex: no issues (de is excluded via.alexignore, as per repo)mkdocs buildstrict for en and de: builds cleanlyyamllinton the nav files: cleanremark: only the same style warnings the existing docs emit (non-fatal)🤖 Generated with Claude Code