fix: Change code block syntax highlighting from YAML to text in Webhook documentation

This commit is contained in:
Nawaz Dhandala
2026-03-04 20:10:09 +00:00
parent 787b1c79fe
commit 010ec39d8b
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@
</aside>
<!-- Main content area -->
<div class="relative mx-auto flex w-full max-w-8xl flex-auto justify-center sm:px-2 lg:px-8 xl:px-12">
<div class="relative z-0 mx-auto flex w-full max-w-8xl flex-auto justify-center sm:px-2 lg:px-8 xl:px-12">
<!-- Desktop sidebar -->
<div class="hidden lg:relative lg:block lg:flex-none">
<div class="absolute inset-y-0 right-0 w-[50vw] bg-gradient-to-r from-slate-50 to-slate-50/0"></div>

View File

@@ -4,7 +4,7 @@ This trigger lets you start the workflow with the incoming HTTP request.
**URL of this trigger:**
```yaml
```text
{{serverUrl}}workflow/trigger/{{workflowId}}
```