Skip to content

Commit 80c8bd4

Browse files
committed
Merge remote-tracking branch 'origin/staging' into fix/docs-generator-hidden-params
2 parents ef17d5f + e22324f commit 80c8bd4

199 files changed

Lines changed: 329 additions & 336 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/docs/content/docs/de/blocks/agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Der Agent-Block verbindet deinen Workflow mit Large Language Models (LLMs). Er v
1313
src="/static/blocks/agent.png"
1414
alt="Agent-Block-Konfiguration"
1515
width={500}
16-
height={400}
16+
height={450}
1717
className="my-6"
1818
/>
1919
</div>

apps/docs/content/docs/de/blocks/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Der API-Block verbindet Ihren Workflow mit externen Diensten durch HTTP-Anfragen
1313
src="/static/blocks/api.png"
1414
alt="API-Block"
1515
width={500}
16-
height={400}
16+
height={422}
1717
className="my-6"
1818
/>
1919
</div>

apps/docs/content/docs/de/blocks/condition.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Der Bedingungsblock verzweigt die Workflow-Ausführung basierend auf booleschen
1313
src="/static/blocks/condition.png"
1414
alt="Bedingungsblock"
1515
width={500}
16-
height={400}
16+
height={317}
1717
className="my-6"
1818
/>
1919
</div>

apps/docs/content/docs/de/blocks/evaluator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Der Evaluator-Block nutzt KI, um die Inhaltsqualität anhand benutzerdefinierter
1313
src="/static/blocks/evaluator.png"
1414
alt="Evaluator-Block-Konfiguration"
1515
width={500}
16-
height={400}
16+
height={337}
1717
className="my-6"
1818
/>
1919
</div>

apps/docs/content/docs/de/blocks/function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Der Funktionsblock führt benutzerdefinierten JavaScript- oder TypeScript-Code i
1111
src="/static/blocks/function.png"
1212
alt="Funktionsblock mit Code-Editor"
1313
width={500}
14-
height={400}
14+
height={287}
1515
className="my-6"
1616
/>
1717
</div>

apps/docs/content/docs/de/blocks/guardrails.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Der Guardrails-Block validiert und schützt Ihre KI-Workflows, indem er Inhalte
1313
src="/static/blocks/guardrails.png"
1414
alt="Guardrails-Block"
1515
width={500}
16-
height={400}
16+
height={398}
1717
className="my-6"
1818
/>
1919
</div>
@@ -90,7 +90,7 @@ Erkennt personenbezogene Daten mithilfe von Microsoft Presidio. Unterstützt üb
9090
src="/static/blocks/guardrails-2.png"
9191
alt="PII-Erkennungskonfiguration"
9292
width={700}
93-
height={450}
93+
height={335}
9494
className="my-6"
9595
/>
9696
</div>

apps/docs/content/docs/de/blocks/human-in-the-loop.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Der Human in the Loop Block pausiert die Workflow-Ausführung und wartet auf men
1414
src="/static/blocks/hitl-1.png"
1515
alt="Human in the Loop Block Konfiguration"
1616
width={500}
17-
height={400}
17+
height={355}
1818
className="my-6"
1919
/>
2020
</div>
@@ -26,7 +26,7 @@ Wenn die Ausführung diesen Block erreicht, pausiert der Workflow auf unbestimmt
2626
src="/static/blocks/hitl-2.png"
2727
alt="Human in the Loop Genehmigungsportal"
2828
width={700}
29-
height={500}
29+
height={467}
3030
className="my-6"
3131
/>
3232
</div>

apps/docs/content/docs/de/blocks/loop.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Wähle zwischen vier Arten von Schleifen:
2727
src="/static/blocks/loop-1.png"
2828
alt="For-Schleife mit Iterationen"
2929
width={500}
30-
height={400}
30+
height={267}
3131
className="my-6"
3232
/>
3333
</div>
@@ -53,7 +53,7 @@ Wähle zwischen vier Arten von Schleifen:
5353
src="/static/blocks/loop-2.png"
5454
alt="ForEach-Schleife mit Sammlung"
5555
width={500}
56-
height={400}
56+
height={273}
5757
className="my-6"
5858
/>
5959
</div>
@@ -77,7 +77,7 @@ Wähle zwischen vier Arten von Schleifen:
7777
src="/static/blocks/loop-3.png"
7878
alt="While-Schleife mit Bedingung"
7979
width={500}
80-
height={400}
80+
height={213}
8181
className="my-6"
8282
/>
8383
</div>
@@ -102,7 +102,7 @@ Wähle zwischen vier Arten von Schleifen:
102102
src="/static/blocks/loop-4.png"
103103
alt="Do-While-Schleife mit Bedingung"
104104
width={500}
105-
height={400}
105+
height={210}
106106
className="my-6"
107107
/>
108108
</div>

apps/docs/content/docs/de/blocks/parallel.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Wählen Sie zwischen zwei Arten der parallelen Ausführung:
2727
src="/static/blocks/parallel-1.png"
2828
alt="Anzahlbasierte parallele Ausführung"
2929
width={500}
30-
height={400}
30+
height={231}
3131
className="my-6"
3232
/>
3333
</div>
@@ -56,7 +56,7 @@ const results = await blocks.parallel({
5656
src="/static/blocks/parallel-2.png"
5757
alt="Sammlungsbasierte parallele Ausführung"
5858
width={500}
59-
height={400}
59+
height={220}
6060
className="my-6"
6161
/>
6262
</div>

apps/docs/content/docs/de/blocks/response.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Der Response-Block formatiert und sendet strukturierte HTTP-Antworten zurück an
1313
src="/static/blocks/response.png"
1414
alt="Konfiguration des Antwort-Blocks"
1515
width={500}
16-
height={400}
16+
height={382}
1717
className="my-6"
1818
/>
1919
</div>

0 commit comments

Comments
 (0)