Conversation
Closes #1115 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Claude finished @twmb's task in 1m 59s —— View job Review
Commits LGTM Review This PR adds a new Bloblang "about" documentation page via the existing
|
|
|
||
| A Bloblang mapping defines a transformation that can be applied to messages. Mappings can be added as part of a pipeline with the xref:components:processors/bloblang.adoc[`bloblang` processor] or used directly within many component configurations as an xref:guides:bloblang/about.adoc#interpolation[interpolation] expression. | ||
|
|
||
| To run a mapping interactively, try the https://play.benthos.dev[Bloblang playground,window=_blank]. |
There was a problem hiding this comment.
Bug: This xref references #interpolation, but there is no == Interpolation section or [[interpolation]] anchor defined anywhere in this page. This will be a broken link in the rendered docs. Either add an Interpolation section to this page or update the xref to point to the correct location.
Closes #1115