From a194b8d6ea2853cde277b27b530bfd9fe698028a Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:57:13 -0800 Subject: [PATCH] Fix: adjust datakit doc to clear jekyll warning (#8258) adjust datakit doc to clear jekyll warning --- app/_src/gateway/kong-enterprise/datakit/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_src/gateway/kong-enterprise/datakit/configuration.md b/app/_src/gateway/kong-enterprise/datakit/configuration.md index bc262b3f8ad..baa4650cf02 100644 --- a/app/_src/gateway/kong-enterprise/datakit/configuration.md +++ b/app/_src/gateway/kong-enterprise/datakit/configuration.md @@ -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