mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: Change code block syntax highlighting from YAML to text in Webhook documentation
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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}}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user