This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 8c181904dfd7e18655c8cdefbda09587c8547dbe Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 14 06:44:28 2021 +0200 CAMEL-16849 - Add at least one example for component in docs - Camel-Atlasmap --- components/camel-atlasmap/src/main/docs/atlasmap-component.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/camel-atlasmap/src/main/docs/atlasmap-component.adoc b/components/camel-atlasmap/src/main/docs/atlasmap-component.adoc index ffd0461..820cbab 100644 --- a/components/camel-atlasmap/src/main/docs/atlasmap-component.adoc +++ b/components/camel-atlasmap/src/main/docs/atlasmap-component.adoc @@ -132,7 +132,9 @@ with the following path and query parameters: == Examples -For example you could use something like +=== Producer Example + +You could use something like [source,java] --------------------------------------