add language hints to code blocks

This commit is contained in:
Joel Wetzell
2026-03-28 14:48:30 -05:00
parent 4d76d36d37
commit 694c0e505a
59 changed files with 63 additions and 60 deletions
@@ -15,7 +15,7 @@ This process will make an HTTP request to the specified URL using the specified
### Example
Make a GET request to `https://example.com`
```
```yaml
- type: http.request.do
params:
method: GET
@@ -14,7 +14,7 @@ This processor will create a new HTTP response with the specified status code an
### Example
This would create an HTTP response with a status code of `200` and a body of `OK`
```
```yaml
- type: http.response.create
params:
status: 200