This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 861db59db643e9545c20e0c81291dc4c8cc5cf17
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Sun Jan 12 17:19:28 2020 +0100

    Camel-Direct: Improve TIP sections
---
 components/camel-direct/src/main/docs/direct-component.adoc | 12 ++++++++++--
 docs/components/modules/ROOT/pages/cxf-component.adoc       |  5 ++++-
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/components/camel-direct/src/main/docs/direct-component.adoc 
b/components/camel-direct/src/main/docs/direct-component.adoc
index 90b7ed9..da4eb34 100644
--- a/components/camel-direct/src/main/docs/direct-component.adoc
+++ b/components/camel-direct/src/main/docs/direct-component.adoc
@@ -12,13 +12,21 @@ consumers when a producer sends a message exchange. +
  This endpoint can be used to connect existing routes in the *same*
 camel context.
 
-TIP: *Asynchronous*
+[TIP]
+====
+*Asynchronous*
+
 The xref:seda-component.adoc[SEDA] component provides asynchronous invocation 
of
 any consumers when a producer sends a message exchange.
+====
+
+[TIP]
+====
+*Connection to other camel contexts*
 
-TIP: *Connection to other camel contexts*
 The xref:vm-component.adoc[VM] component provides connections between Camel
 contexts as long they run in the same *JVM*.
+====
 
 == URI format
 
diff --git a/docs/components/modules/ROOT/pages/cxf-component.adoc 
b/docs/components/modules/ROOT/pages/cxf-component.adoc
index df88485..e99b906 100644
--- a/docs/components/modules/ROOT/pages/cxf-component.adoc
+++ b/docs/components/modules/ROOT/pages/cxf-component.adoc
@@ -8,8 +8,11 @@
 *Both producer and consumer is supported*
 // HEADER END
 
-TIP: When using CXF in streaming modes (see DataFormat option), then also
+[TIP]
+====
+When using CXF in streaming modes (see DataFormat option), then also
 read about Stream caching.
+====
 
 The CXF component provides integration with
 http://cxf.apache.org[Apache CXF] for connecting to 
http://cxf.apache.org/docs/jax-ws.html[JAX-WS] services

Reply via email to