Skip to content

Commit

Permalink
adjust datakit doc to clear jekyll warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova committed Dec 13, 2024
1 parent 548a8e2 commit 43989ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_src/gateway/kong-enterprise/datakit/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Create a template for parsing the output of an external API call to a coordinate
- first: FIRST.body
output: service_request.body
template: |
Coordinates for {{ first.places.0.[place name] }}, {{ first.places.0.state }}, {{ first.country }} are ({{ first.places.0.latitude }}, {{ first.places.0.longitude }}).
{% raw %}Coordinates for {{ first.places.0.[place name] }}, {{ first.places.0.state }}, {{ first.country }} are ({{ first.places.0.latitude }}, {{ first.places.0.longitude }}){% endraw %}.
```

### `exit` node type
Expand Down

0 comments on commit 43989ab

Please sign in to comment.