You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/13 10:05:08 UTC

[camel] 13/13: Regen docs

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 dc5660c800e9c2be66c222ec03518b42e2f59859
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 11:04:20 2020 +0100

    Regen docs
---
 docs/components/modules/ROOT/pages/schematron-component.adoc | 12 ++++++++++--
 docs/components/modules/ROOT/pages/seda-component.adoc       |  6 +++++-
 docs/components/modules/ROOT/pages/smpp-component.adoc       | 11 +++++++++--
 3 files changed, 24 insertions(+), 5 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/schematron-component.adoc b/docs/components/modules/ROOT/pages/schematron-component.adoc
index f927165..5f472e9 100644
--- a/docs/components/modules/ROOT/pages/schematron-component.adoc
+++ b/docs/components/modules/ROOT/pages/schematron-component.adoc
@@ -165,7 +165,10 @@ XML DSL. The schematrion rules file is sourced from the file system:
 </route>
 -----------------------------------------------------------------------------------------------
 
-TIP: *Where to store schematron rules?*
+[TIP]
+====
+*Where to store schematron rules?*
+
 Schematron rules can change with business requirement, as such it is
 recommended to store these rules somewhere in file system. When the
 schematron component endpoint is started, the rules are compiled into
@@ -178,6 +181,7 @@ So if you happen to store the rules in the file system, in the event of
 an update, all you need is to restart the route or the component. No
 harm in storing these rules in the class path though, but you will have
 to build and deploy the component to pick up the changes.
+====
 
 == Schematron rules and report samples
 
@@ -223,9 +227,13 @@ Here is an example of schematron report:
 </svrl:schematron-output>
 ------------------------------------------------------------------------
 
-TIP: *Useful Links and resources*
+[TIP]
+====
+*Useful Links and resources*
+
 * http://www.mulberrytech.com/papers/schematron-Philly.pdf[Introduction
 to Schematron] by Mulleberry technologies. An excellent document in PDF
 to get you started on Schematron.
 * http://www.schematron.com[Schematron official site]. This contains
 links to other resources
+====
diff --git a/docs/components/modules/ROOT/pages/seda-component.adoc b/docs/components/modules/ROOT/pages/seda-component.adoc
index 58d37da..2567512 100644
--- a/docs/components/modules/ROOT/pages/seda-component.adoc
+++ b/docs/components/modules/ROOT/pages/seda-component.adoc
@@ -24,9 +24,13 @@ if the VM terminates while messages are yet to be processed. If you need
 persistence, reliability or distributed SEDA, try using either
 xref:jms-component.adoc[JMS] or xref:jms-component.adoc[ActiveMQ].
 
-TIP:*Synchronous*
+[TIP]
+====
+*Synchronous*
+
 The xref:direct-component.adoc[Direct] component provides synchronous invocation
 of any consumers when a producer sends a message exchange.
+====
 
 == URI format
 
diff --git a/docs/components/modules/ROOT/pages/smpp-component.adoc b/docs/components/modules/ROOT/pages/smpp-component.adoc
index e7feedb..eec943f 100644
--- a/docs/components/modules/ROOT/pages/smpp-component.adoc
+++ b/docs/components/modules/ROOT/pages/smpp-component.adoc
@@ -588,9 +588,13 @@ optional parameter. The value is converted in the following way:
 `org.jsmpp.bean.OptionalParameter.Null` -> `null`
 |=======================================================================
 
-TIP: *JSMPP library*
+[TIP]
+====
+*JSMPP library*
+
 See the documentation of the http://jsmpp.org[JSMPP Library] for more
 details about the underlying library.
+====
 
 == Exception handling
 
@@ -666,11 +670,14 @@ A route which receives an SMS using the Spring XML DSL:
   </route>
 ----------------------------------------------------------------------------------------------------------------
 
+[TIP]
+====
+*SMSC simulator*
 
-TIP: *SMSC simulator*
 If you need an SMSC simulator for your test, you can use the simulator
 provided by
 http://opensmpp.logica.com/CommonPart/Download/download2.html#simulator[Logica].
+====
 
 == Debug logging