From 43989abe351f41b73df74b6fdba5183be8ea57f4 Mon Sep 17 00:00:00 2001 From: lena-larionova Date: Thu, 12 Dec 2024 22:08:01 -0800 Subject: [PATCH] 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