Conversation
|
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.
|
|
||
| // © 2024 Redpanda Data Inc. | ||
|
|
||
| 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. |
There was a problem hiding this comment.
Bug: This generated file doesn't match the template it's supposed to be generated from. Since doBloblangAbout executes the template with nil data and the template contains no Go template directives, the output should be byte-for-byte identical to bloblang_about.adoc.tmpl.
However, this line has xref:guides:bloblang/about.adoc#interpolation[interpolation] while the template has xref:configuration:interpolation.adoc#bloblang-queries[interpolation].
The generated file should be regenerated from the template (via task docs) to ensure they're in sync.
|
Commits Review
|
Closes #1115 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Commits Review LGTM |
Closes #1115