feat(trigger-docs): new trigger docs, function block rce imports fix (#1462)

* fix(sidebar): draggable cursor on sidebar when switching workflows (#1276)

* remove inline css for edge labels

* fix remote code execution imports for javascript

* add docs for new triggers

* fix

* fix draggable link

---------

Co-authored-by: Waleed Latif <walif6@gmail.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Adam Gough <77861281+aadamgough@users.noreply.github.com>
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net>
Co-authored-by: Siddharth Ganesan <33737564+Sg312@users.noreply.github.com>
This commit is contained in:
Vikhyath Mondreti
2025-09-26 16:23:52 -07:00
committed by GitHub
parent d1f5c69e6b
commit 0e65a8a31d
21 changed files with 405 additions and 173 deletions

View File

@@ -9,13 +9,13 @@ import { Image } from '@/components/ui/image'
Der Workflow-Block ermöglicht es, andere Workflows als wiederverwendbare Komponenten innerhalb deines aktuellen Workflows auszuführen. Dies ermöglicht modulares Design, Codewiederverwendung und die Erstellung komplexer verschachtelter Workflows, die aus kleineren, fokussierten Workflows zusammengesetzt werden können.
<div className="flex justify-center">
<div className="flex justify-center my-6">
<Image
src="/static/blocks/workflow.png"
alt="Workflow-Block"
width={500}
height={350}
className="my-6"
width={400}
height={280}
className="rounded-xl border border-border shadow-sm"
/>
</div>