ammachado opened a new pull request, #25493: URL: https://github.com/apache/camel/pull/25493
## Description The last `[tabs]` block in the `camel-milvus` component documentation (the "Relation with Langchain4j-Embeddings component" section) was missing the AsciiDoc list continuation marker (`+`) after the `Java::` tab label. Without the `+`, the following `[source,java]` block is not attached to the tab item, so Asciidoctor renders the code sample outside the tab instead of inside it. The other three `[tabs]` blocks on the same page already had the marker, so this also makes the page internally consistent. ## Changes - `components/camel-ai/camel-milvus/src/main/docs/milvus-component.adoc`: add the missing `+` continuation marker. Documentation-only change: no code, no tests, no upgrade-guide entry needed. --- _Claude Code on behalf of ammachado_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
