You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/03/06 17:35:22 UTC

[1/4] camel git commit: Component docs - polished

Repository: camel
Updated Branches:
  refs/heads/master dfa2456cc -> 71d4ae2a7


Component docs - polished


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6cc72245
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6cc72245
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6cc72245

Branch: refs/heads/master
Commit: 6cc72245d5873e52d8e68ab1c705beee5645f88f
Parents: dfa2456
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Mar 6 17:50:38 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Mar 6 17:50:38 2017 +0100

----------------------------------------------------------------------
 .../src/main/resources/endpoint-options.mvel                     | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6cc72245/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel b/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
index 4d43044..e0c95df 100644
--- a/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
+++ b/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
@@ -1,7 +1,9 @@
-The @{title} component is configured using the URI syntax with the following path and query parameters:
+The @{title} endpoint is configured using URI syntax:
 
     @{syntax}
 
+  with the following path and query parameters:
+
 #### Path Parameters (@{endpointPathOptions.size()} parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]


[3/4] camel git commit: Component docs - polished

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-cxf/src/main/docs/cxf-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cxf/src/main/docs/cxf-component.adoc b/components/camel-cxf/src/main/docs/cxf-component.adoc
index cf1bc65..eb874f4 100644
--- a/components/camel-cxf/src/main/docs/cxf-component.adoc
+++ b/components/camel-cxf/src/main/docs/cxf-component.adoc
@@ -130,10 +130,12 @@ The CXF component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The CXF component is configured using the URI syntax with the following path and query parameters:
+The CXF endpoint is configured using URI syntax:
 
     cxf:beanId:address
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-cxf/src/main/docs/cxfrs-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cxf/src/main/docs/cxfrs-component.adoc b/components/camel-cxf/src/main/docs/cxfrs-component.adoc
index 38b771a..0e5cc6d 100644
--- a/components/camel-cxf/src/main/docs/cxfrs-component.adoc
+++ b/components/camel-cxf/src/main/docs/cxfrs-component.adoc
@@ -70,10 +70,12 @@ The CXF-RS component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The CXF-RS component is configured using the URI syntax with the following path and query parameters:
+The CXF-RS endpoint is configured using URI syntax:
 
     cxfrs:beanId:address
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-disruptor/src/main/docs/disruptor-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-disruptor/src/main/docs/disruptor-component.adoc b/components/camel-disruptor/src/main/docs/disruptor-component.adoc
index 154faf5..1838cd8 100644
--- a/components/camel-disruptor/src/main/docs/disruptor-component.adoc
+++ b/components/camel-disruptor/src/main/docs/disruptor-component.adoc
@@ -116,10 +116,12 @@ The Disruptor component supports 8 options which are listed below.
 
 
 // endpoint options: START
-The Disruptor component is configured using the URI syntax with the following path and query parameters:
+The Disruptor endpoint is configured using URI syntax:
 
     disruptor:name
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-dns/src/main/docs/dns-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-dns/src/main/docs/dns-component.adoc b/components/camel-dns/src/main/docs/dns-component.adoc
index be75ed7..e2b85af 100644
--- a/components/camel-dns/src/main/docs/dns-component.adoc
+++ b/components/camel-dns/src/main/docs/dns-component.adoc
@@ -52,10 +52,12 @@ The DNS component has no options.
 
 
 // endpoint options: START
-The DNS component is configured using the URI syntax with the following path and query parameters:
+The DNS endpoint is configured using URI syntax:
 
     dns:dnsType
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-docker/src/main/docs/docker-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-docker/src/main/docs/docker-component.adoc b/components/camel-docker/src/main/docs/docker-component.adoc
index 3cedfe46..3c7502f 100644
--- a/components/camel-docker/src/main/docs/docker-component.adoc
+++ b/components/camel-docker/src/main/docs/docker-component.adoc
@@ -36,10 +36,12 @@ The Docker component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Docker component is configured using the URI syntax with the following path and query parameters:
+The Docker endpoint is configured using URI syntax:
 
     docker:operation
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-dozer/src/main/docs/dozer-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-dozer/src/main/docs/dozer-component.adoc b/components/camel-dozer/src/main/docs/dozer-component.adoc
index ac39ab5..56dfb08 100644
--- a/components/camel-dozer/src/main/docs/dozer-component.adoc
+++ b/components/camel-dozer/src/main/docs/dozer-component.adoc
@@ -60,10 +60,12 @@ The Dozer component has no options.
 // component options: END
 
 // endpoint options: START
-The Dozer component is configured using the URI syntax with the following path and query parameters:
+The Dozer endpoint is configured using URI syntax:
 
     dozer:name
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-drill/src/main/docs/drill-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-drill/src/main/docs/drill-component.adoc b/components/camel-drill/src/main/docs/drill-component.adoc
index 8bdc3b9..c3adec2 100644
--- a/components/camel-drill/src/main/docs/drill-component.adoc
+++ b/components/camel-drill/src/main/docs/drill-component.adoc
@@ -42,10 +42,12 @@ The Drill component has no options.
 
 
 // endpoint options: START
-The Drill component is configured using the URI syntax with the following path and query parameters:
+The Drill endpoint is configured using URI syntax:
 
     drill:host
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-dropbox/src/main/docs/dropbox-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-dropbox/src/main/docs/dropbox-component.adoc b/components/camel-dropbox/src/main/docs/dropbox-component.adoc
index 90a4450..d581e8f 100644
--- a/components/camel-dropbox/src/main/docs/dropbox-component.adoc
+++ b/components/camel-dropbox/src/main/docs/dropbox-component.adoc
@@ -69,10 +69,12 @@ The Dropbox component has no options.
 // component options: END
 
 // endpoint options: START
-The Dropbox component is configured using the URI syntax with the following path and query parameters:
+The Dropbox endpoint is configured using URI syntax:
 
     dropbox:operation
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-ehcache/src/main/docs/ehcache-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ehcache/src/main/docs/ehcache-component.adoc b/components/camel-ehcache/src/main/docs/ehcache-component.adoc
index 41feca4..f45bfbc 100644
--- a/components/camel-ehcache/src/main/docs/ehcache-component.adoc
+++ b/components/camel-ehcache/src/main/docs/ehcache-component.adoc
@@ -43,10 +43,12 @@ The Ehcache component has no options.
 
 
 // endpoint options: START
-The Ehcache component is configured using the URI syntax with the following path and query parameters:
+The Ehcache endpoint is configured using URI syntax:
 
     ehcache:cacheName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-ejb/src/main/docs/ejb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ejb/src/main/docs/ejb-component.adoc b/components/camel-ejb/src/main/docs/ejb-component.adoc
index 437308a..fcc4c33 100644
--- a/components/camel-ejb/src/main/docs/ejb-component.adoc
+++ b/components/camel-ejb/src/main/docs/ejb-component.adoc
@@ -49,10 +49,12 @@ The EJB component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The EJB component is configured using the URI syntax with the following path and query parameters:
+The EJB endpoint is configured using URI syntax:
 
     ejb:beanName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc b/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
index a95ac85..de29faa 100644
--- a/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
+++ b/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
@@ -48,10 +48,12 @@ The Elasticsearch component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Elasticsearch component is configured using the URI syntax with the following path and query parameters:
+The Elasticsearch endpoint is configured using URI syntax:
 
     elasticsearch:clusterName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc b/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
index 24da4d7..be91c70 100644
--- a/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
+++ b/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
@@ -39,10 +39,12 @@ The Elasticsearch5 component has no options.
 
 
 // endpoint options: START
-The Elasticsearch5 component is configured using the URI syntax with the following path and query parameters:
+The Elasticsearch5 endpoint is configured using URI syntax:
 
     elasticsearch5:clusterName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-elsql/src/main/docs/elsql-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-elsql/src/main/docs/elsql-component.adoc b/components/camel-elsql/src/main/docs/elsql-component.adoc
index d2bb8b4..096fe36 100644
--- a/components/camel-elsql/src/main/docs/elsql-component.adoc
+++ b/components/camel-elsql/src/main/docs/elsql-component.adoc
@@ -65,10 +65,12 @@ The ElSQL component supports 5 options which are listed below.
 // component options: END
 
 // endpoint options: START
-The ElSQL component is configured using the URI syntax with the following path and query parameters:
+The ElSQL endpoint is configured using URI syntax:
 
     elsql:elsqlName:resourceUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-etcd/src/main/docs/etcd-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-etcd/src/main/docs/etcd-component.adoc b/components/camel-etcd/src/main/docs/etcd-component.adoc
index 96aa7f5..7542518 100644
--- a/components/camel-etcd/src/main/docs/etcd-component.adoc
+++ b/components/camel-etcd/src/main/docs/etcd-component.adoc
@@ -16,10 +16,12 @@
 
 
 // endpoint options: START
-The etcd component is configured using the URI syntax with the following path and query parameters:
+The etcd endpoint is configured using URI syntax:
 
     etcd:namespace/path
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc b/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc
index 8818591..adbf3e4 100644
--- a/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc
+++ b/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc
@@ -46,10 +46,12 @@ The OSGi EventAdmin component supports 2 options which are listed below.
 // component options: END
 
 // endpoint options: START
-The OSGi EventAdmin component is configured using the URI syntax with the following path and query parameters:
+The OSGi EventAdmin endpoint is configured using URI syntax:
 
     eventadmin:topic
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-exec/src/main/docs/exec-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-exec/src/main/docs/exec-component.adoc b/components/camel-exec/src/main/docs/exec-component.adoc
index bdc697d..fbb9e86 100644
--- a/components/camel-exec/src/main/docs/exec-component.adoc
+++ b/components/camel-exec/src/main/docs/exec-component.adoc
@@ -38,10 +38,12 @@ The Exec component has no options.
 // component options: END
 
 // endpoint options: START
-The Exec component is configured using the URI syntax with the following path and query parameters:
+The Exec endpoint is configured using URI syntax:
 
     exec:executable
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-facebook/src/main/docs/facebook-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-facebook/src/main/docs/facebook-component.adoc b/components/camel-facebook/src/main/docs/facebook-component.adoc
index 1cbee4d..a525f40 100644
--- a/components/camel-facebook/src/main/docs/facebook-component.adoc
+++ b/components/camel-facebook/src/main/docs/facebook-component.adoc
@@ -69,10 +69,12 @@ The Facebook component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Facebook component is configured using the URI syntax with the following path and query parameters:
+The Facebook endpoint is configured using URI syntax:
 
     facebook:methodName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-flatpack/src/main/docs/flatpack-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-flatpack/src/main/docs/flatpack-component.adoc b/components/camel-flatpack/src/main/docs/flatpack-component.adoc
index 0805f7d..e6d5f1d 100644
--- a/components/camel-flatpack/src/main/docs/flatpack-component.adoc
+++ b/components/camel-flatpack/src/main/docs/flatpack-component.adoc
@@ -45,10 +45,12 @@ The Flatpack component has no options.
 // component options: END
 
 // endpoint options: START
-The Flatpack component is configured using the URI syntax with the following path and query parameters:
+The Flatpack endpoint is configured using URI syntax:
 
     flatpack:type:resourceUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-flink/src/main/docs/flink-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-flink/src/main/docs/flink-component.adoc b/components/camel-flink/src/main/docs/flink-component.adoc
index ccb2355..0a9552e 100644
--- a/components/camel-flink/src/main/docs/flink-component.adoc
+++ b/components/camel-flink/src/main/docs/flink-component.adoc
@@ -39,10 +39,12 @@ FlinkEndpoint Options
 
 
 // endpoint options: START
-The Apache Flink component is configured using the URI syntax with the following path and query parameters:
+The Apache Flink endpoint is configured using URI syntax:
 
     flink:endpointType
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-fop/src/main/docs/fop-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-fop/src/main/docs/fop-component.adoc b/components/camel-fop/src/main/docs/fop-component.adoc
index 06f9d45..a609869 100644
--- a/components/camel-fop/src/main/docs/fop-component.adoc
+++ b/components/camel-fop/src/main/docs/fop-component.adoc
@@ -68,10 +68,12 @@ The FOP component has no options.
 
 
 // endpoint options: START
-The FOP component is configured using the URI syntax with the following path and query parameters:
+The FOP endpoint is configured using URI syntax:
 
     fop:outputType
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-freemarker/src/main/docs/freemarker-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-freemarker/src/main/docs/freemarker-component.adoc b/components/camel-freemarker/src/main/docs/freemarker-component.adoc
index bf9f791..23f7391 100644
--- a/components/camel-freemarker/src/main/docs/freemarker-component.adoc
+++ b/components/camel-freemarker/src/main/docs/freemarker-component.adoc
@@ -56,10 +56,12 @@ The Freemarker component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Freemarker component is configured using the URI syntax with the following path and query parameters:
+The Freemarker endpoint is configured using URI syntax:
 
     freemarker:resourceUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-ftp/src/main/docs/ftp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ftp/src/main/docs/ftp-component.adoc b/components/camel-ftp/src/main/docs/ftp-component.adoc
index ea843a7..9cbd019 100644
--- a/components/camel-ftp/src/main/docs/ftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftp-component.adoc
@@ -79,10 +79,12 @@ The FTP component has no options.
 
 
 // endpoint options: START
-The FTP component is configured using the URI syntax with the following path and query parameters:
+The FTP endpoint is configured using URI syntax:
 
     ftp:host:port/directoryName
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-ftp/src/main/docs/ftps-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ftp/src/main/docs/ftps-component.adoc b/components/camel-ftp/src/main/docs/ftps-component.adoc
index 8eeeb44..627430d 100644
--- a/components/camel-ftp/src/main/docs/ftps-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftps-component.adoc
@@ -30,10 +30,12 @@ The FTPS component has no options.
 
 
 // endpoint options: START
-The FTPS component is configured using the URI syntax with the following path and query parameters:
+The FTPS endpoint is configured using URI syntax:
 
     ftps:host:port/directoryName
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-ftp/src/main/docs/sftp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ftp/src/main/docs/sftp-component.adoc b/components/camel-ftp/src/main/docs/sftp-component.adoc
index 4c9793f..3404bae 100644
--- a/components/camel-ftp/src/main/docs/sftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/sftp-component.adoc
@@ -30,10 +30,12 @@ The SFTP component has no options.
 
 
 // endpoint options: START
-The SFTP component is configured using the URI syntax with the following path and query parameters:
+The SFTP endpoint is configured using URI syntax:
 
     sftp:host:port/directoryName
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-ganglia/src/main/docs/ganglia-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ganglia/src/main/docs/ganglia-component.adoc b/components/camel-ganglia/src/main/docs/ganglia-component.adoc
index a096daa..18823d6 100644
--- a/components/camel-ganglia/src/main/docs/ganglia-component.adoc
+++ b/components/camel-ganglia/src/main/docs/ganglia-component.adoc
@@ -68,10 +68,12 @@ The Ganglia component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Ganglia component is configured using the URI syntax with the following path and query parameters:
+The Ganglia endpoint is configured using URI syntax:
 
     ganglia:host:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-geocoder/src/main/docs/geocoder-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-geocoder/src/main/docs/geocoder-component.adoc b/components/camel-geocoder/src/main/docs/geocoder-component.adoc
index 316a437..44f4b17 100644
--- a/components/camel-geocoder/src/main/docs/geocoder-component.adoc
+++ b/components/camel-geocoder/src/main/docs/geocoder-component.adoc
@@ -39,10 +39,12 @@ The Geocoder component has no options.
 
 
 // endpoint options: START
-The Geocoder component is configured using the URI syntax with the following path and query parameters:
+The Geocoder endpoint is configured using URI syntax:
 
     geocoder:address:latlng
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-git/src/main/docs/git-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-git/src/main/docs/git-component.adoc b/components/camel-git/src/main/docs/git-component.adoc
index 7893e9f..a28c290 100644
--- a/components/camel-git/src/main/docs/git-component.adoc
+++ b/components/camel-git/src/main/docs/git-component.adoc
@@ -36,10 +36,12 @@ The Git component has no options.
 
 
 // endpoint options: START
-The Git component is configured using the URI syntax with the following path and query parameters:
+The Git endpoint is configured using URI syntax:
 
     git:localPath
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-github/src/main/docs/github-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-github/src/main/docs/github-component.adoc b/components/camel-github/src/main/docs/github-component.adoc
index 4625d42..c176fad 100644
--- a/components/camel-github/src/main/docs/github-component.adoc
+++ b/components/camel-github/src/main/docs/github-component.adoc
@@ -51,10 +51,12 @@ The GitHub component has no options.
 
 
 // endpoint options: START
-The GitHub component is configured using the URI syntax with the following path and query parameters:
+The GitHub endpoint is configured using URI syntax:
 
     github:type/branchName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc b/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
index c361d0b..dba9d0a 100644
--- a/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
+++ b/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
@@ -58,10 +58,12 @@ The Google Calendar component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The Google Calendar component is configured using the URI syntax with the following path and query parameters:
+The Google Calendar endpoint is configured using URI syntax:
 
     google-calendar:apiName/methodName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-google-drive/src/main/docs/google-drive-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-google-drive/src/main/docs/google-drive-component.adoc b/components/camel-google-drive/src/main/docs/google-drive-component.adoc
index 5ef21cd..73c420a 100644
--- a/components/camel-google-drive/src/main/docs/google-drive-component.adoc
+++ b/components/camel-google-drive/src/main/docs/google-drive-component.adoc
@@ -83,10 +83,12 @@ The Google Drive component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The Google Drive component is configured using the URI syntax with the following path and query parameters:
+The Google Drive endpoint is configured using URI syntax:
 
     google-drive:apiName/methodName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-google-mail/src/main/docs/google-mail-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-google-mail/src/main/docs/google-mail-component.adoc b/components/camel-google-mail/src/main/docs/google-mail-component.adoc
index 83877ed..583d1ba 100644
--- a/components/camel-google-mail/src/main/docs/google-mail-component.adoc
+++ b/components/camel-google-mail/src/main/docs/google-mail-component.adoc
@@ -77,10 +77,12 @@ The Google Mail component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The Google Mail component is configured using the URI syntax with the following path and query parameters:
+The Google Mail endpoint is configured using URI syntax:
 
     google-mail:apiName/methodName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc b/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
index 8f120d6..2107e21 100644
--- a/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
+++ b/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
@@ -68,10 +68,12 @@ The Google Pubsub component supports 2 options which are listed below.
 // component options: END
 
 // endpoint options: START
-The Google Pubsub component is configured using the URI syntax with the following path and query parameters:
+The Google Pubsub endpoint is configured using URI syntax:
 
     google-pubsub:projectId:destinationName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-gora/src/main/docs/gora-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-gora/src/main/docs/gora-component.adoc b/components/camel-gora/src/main/docs/gora-component.adoc
index 5ec907d..7b15e4f 100644
--- a/components/camel-gora/src/main/docs/gora-component.adoc
+++ b/components/camel-gora/src/main/docs/gora-component.adoc
@@ -83,10 +83,12 @@ The Gora component has no options.
 
 
 // endpoint options: START
-The Gora component is configured using the URI syntax with the following path and query parameters:
+The Gora endpoint is configured using URI syntax:
 
     gora:name
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-grape/src/main/docs/grape-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-grape/src/main/docs/grape-component.adoc b/components/camel-grape/src/main/docs/grape-component.adoc
index 3033bee..81ae65f 100644
--- a/components/camel-grape/src/main/docs/grape-component.adoc
+++ b/components/camel-grape/src/main/docs/grape-component.adoc
@@ -17,10 +17,12 @@ The Grape component has no options.
 
 
 // endpoint options: START
-The Grape component is configured using the URI syntax with the following path and query parameters:
+The Grape endpoint is configured using URI syntax:
 
     grape:defaultCoordinates
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc b/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc
index 7199f4b..1458f48 100644
--- a/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc
+++ b/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc
@@ -65,10 +65,12 @@ The Guava EventBus component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The Guava EventBus component is configured using the URI syntax with the following path and query parameters:
+The Guava EventBus endpoint is configured using URI syntax:
 
     guava-eventbus:eventBusRef
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc b/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
index 39c861f..a623657 100644
--- a/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
+++ b/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
@@ -64,10 +64,12 @@ The Hazelcast component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Hazelcast component is configured using the URI syntax with the following path and query parameters:
+The Hazelcast endpoint is configured using URI syntax:
 
     hazelcast:command:cacheName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-hbase/src/main/docs/hbase-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hbase/src/main/docs/hbase-component.adoc b/components/camel-hbase/src/main/docs/hbase-component.adoc
index 6afed2d..66f6a62 100644
--- a/components/camel-hbase/src/main/docs/hbase-component.adoc
+++ b/components/camel-hbase/src/main/docs/hbase-component.adoc
@@ -120,10 +120,12 @@ The HBase component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The HBase component is configured using the URI syntax with the following path and query parameters:
+The HBase endpoint is configured using URI syntax:
 
     hbase:tableName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-hdfs/src/main/docs/hdfs-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hdfs/src/main/docs/hdfs-component.adoc b/components/camel-hdfs/src/main/docs/hdfs-component.adoc
index 51e9ca6..e63c2cd 100644
--- a/components/camel-hdfs/src/main/docs/hdfs-component.adoc
+++ b/components/camel-hdfs/src/main/docs/hdfs-component.adoc
@@ -74,10 +74,12 @@ The HDFS component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The HDFS component is configured using the URI syntax with the following path and query parameters:
+The HDFS endpoint is configured using URI syntax:
 
     hdfs:hostName:port/path
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc b/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
index f19a497..4c17647 100644
--- a/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
+++ b/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
@@ -71,10 +71,12 @@ The HDFS2 component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The HDFS2 component is configured using the URI syntax with the following path and query parameters:
+The HDFS2 endpoint is configured using URI syntax:
 
     hdfs2:hostName:port/path
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-hipchat/src/main/docs/hipchat-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hipchat/src/main/docs/hipchat-component.adoc b/components/camel-hipchat/src/main/docs/hipchat-component.adoc
index e9f9807..a4630b9 100644
--- a/components/camel-hipchat/src/main/docs/hipchat-component.adoc
+++ b/components/camel-hipchat/src/main/docs/hipchat-component.adoc
@@ -35,10 +35,12 @@ The Hipchat component has no options.
 
 
 // endpoint options: START
-The Hipchat component is configured using the URI syntax with the following path and query parameters:
+The Hipchat endpoint is configured using URI syntax:
 
     hipchat:protocol:host:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-http/src/main/docs/http-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-http/src/main/docs/http-component.adoc b/components/camel-http/src/main/docs/http-component.adoc
index b7552b2..9e94ce2 100644
--- a/components/camel-http/src/main/docs/http-component.adoc
+++ b/components/camel-http/src/main/docs/http-component.adoc
@@ -140,10 +140,12 @@ The HTTP component supports 7 options which are listed below.
 
 
 // endpoint options: START
-The HTTP component is configured using the URI syntax with the following path and query parameters:
+The HTTP endpoint is configured using URI syntax:
 
     http:httpUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-http4/src/main/docs/http4-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-http4/src/main/docs/http4-component.adoc b/components/camel-http4/src/main/docs/http4-component.adoc
index e23d7f7..a296abb 100644
--- a/components/camel-http4/src/main/docs/http4-component.adoc
+++ b/components/camel-http4/src/main/docs/http4-component.adoc
@@ -85,10 +85,12 @@ The HTTP4 component supports 14 options which are listed below.
 
 
 // endpoint options: START
-The HTTP4 component is configured using the URI syntax with the following path and query parameters:
+The HTTP4 endpoint is configured using URI syntax:
 
     http4:httpUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-ibatis/src/main/docs/ibatis-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ibatis/src/main/docs/ibatis-component.adoc b/components/camel-ibatis/src/main/docs/ibatis-component.adoc
index 77fea47..671b2ca 100644
--- a/components/camel-ibatis/src/main/docs/ibatis-component.adoc
+++ b/components/camel-ibatis/src/main/docs/ibatis-component.adoc
@@ -78,10 +78,12 @@ The iBatis component supports 4 options which are listed below.
 
 
 // endpoint options: START
-The iBatis component is configured using the URI syntax with the following path and query parameters:
+The iBatis endpoint is configured using URI syntax:
 
     ibatis:statement
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-infinispan/src/main/docs/infinispan-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-infinispan/src/main/docs/infinispan-component.adoc b/components/camel-infinispan/src/main/docs/infinispan-component.adoc
index 1cedab3..df35ad4 100644
--- a/components/camel-infinispan/src/main/docs/infinispan-component.adoc
+++ b/components/camel-infinispan/src/main/docs/infinispan-component.adoc
@@ -45,10 +45,12 @@ The Infinispan component has no options.
 
 
 // endpoint options: START
-The Infinispan component is configured using the URI syntax with the following path and query parameters:
+The Infinispan endpoint is configured using URI syntax:
 
     infinispan:host
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-influxdb/src/main/docs/influxdb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-influxdb/src/main/docs/influxdb-component.adoc b/components/camel-influxdb/src/main/docs/influxdb-component.adoc
index 7bcff31..abc9912 100644
--- a/components/camel-influxdb/src/main/docs/influxdb-component.adoc
+++ b/components/camel-influxdb/src/main/docs/influxdb-component.adoc
@@ -48,10 +48,12 @@ The InfluxDB component has no options.
 
 
 // endpoint options: START
-The InfluxDB component is configured using the URI syntax with the following path and query parameters:
+The InfluxDB endpoint is configured using URI syntax:
 
     influxdb:connectionBean
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-irc/src/main/docs/irc-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-irc/src/main/docs/irc-component.adoc b/components/camel-irc/src/main/docs/irc-component.adoc
index 7ea0d45..7eaa969 100644
--- a/components/camel-irc/src/main/docs/irc-component.adoc
+++ b/components/camel-irc/src/main/docs/irc-component.adoc
@@ -44,10 +44,12 @@ The IRC component has no options.
 
 
 // endpoint options: START
-The IRC component is configured using the URI syntax with the following path and query parameters:
+The IRC endpoint is configured using URI syntax:
 
     irc:hostname:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-ironmq/src/main/docs/ironmq-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ironmq/src/main/docs/ironmq-component.adoc b/components/camel-ironmq/src/main/docs/ironmq-component.adoc
index b6e83db..c4e70a3 100644
--- a/components/camel-ironmq/src/main/docs/ironmq-component.adoc
+++ b/components/camel-ironmq/src/main/docs/ironmq-component.adoc
@@ -40,10 +40,12 @@ Where **queueName** identifies the IronMQ queue you want to publish or consume m
 
 
 // endpoint options: START
-The IronMQ component is configured using the URI syntax with the following path and query parameters:
+The IronMQ endpoint is configured using URI syntax:
 
     ironmq:queueName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-javaspace/src/main/docs/javaspace-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-javaspace/src/main/docs/javaspace-component.adoc b/components/camel-javaspace/src/main/docs/javaspace-component.adoc
index bd85706..85a5049 100644
--- a/components/camel-javaspace/src/main/docs/javaspace-component.adoc
+++ b/components/camel-javaspace/src/main/docs/javaspace-component.adoc
@@ -55,10 +55,12 @@ The JavaSpace component has no options.
 
 
 // endpoint options: START
-The JavaSpace component is configured using the URI syntax with the following path and query parameters:
+The JavaSpace endpoint is configured using URI syntax:
 
     javaspace:url
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jbpm/src/main/docs/jbpm-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jbpm/src/main/docs/jbpm-component.adoc b/components/camel-jbpm/src/main/docs/jbpm-component.adoc
index 852d88e..5081a8f 100644
--- a/components/camel-jbpm/src/main/docs/jbpm-component.adoc
+++ b/components/camel-jbpm/src/main/docs/jbpm-component.adoc
@@ -38,10 +38,12 @@ The JBPM component has no options.
 
 
 // endpoint options: START
-The JBPM component is configured using the URI syntax with the following path and query parameters:
+The JBPM endpoint is configured using URI syntax:
 
     jbpm:connectionURL
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jcache/src/main/docs/jcache-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jcache/src/main/docs/jcache-component.adoc b/components/camel-jcache/src/main/docs/jcache-component.adoc
index fd8207b..a6ffe1c 100644
--- a/components/camel-jcache/src/main/docs/jcache-component.adoc
+++ b/components/camel-jcache/src/main/docs/jcache-component.adoc
@@ -8,10 +8,12 @@
 
 
 // endpoint options: START
-The JCache component is configured using the URI syntax with the following path and query parameters:
+The JCache endpoint is configured using URI syntax:
 
     jcache:cacheName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jclouds/src/main/docs/jclouds-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jclouds/src/main/docs/jclouds-component.adoc b/components/camel-jclouds/src/main/docs/jclouds-component.adoc
index 0229b2a..c882865 100644
--- a/components/camel-jclouds/src/main/docs/jclouds-component.adoc
+++ b/components/camel-jclouds/src/main/docs/jclouds-component.adoc
@@ -121,10 +121,12 @@ The JClouds component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The JClouds component is configured using the URI syntax with the following path and query parameters:
+The JClouds endpoint is configured using URI syntax:
 
     jclouds:command:providerId
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jcr/src/main/docs/jcr-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jcr/src/main/docs/jcr-component.adoc b/components/camel-jcr/src/main/docs/jcr-component.adoc
index 24e8d74..c37278e 100644
--- a/components/camel-jcr/src/main/docs/jcr-component.adoc
+++ b/components/camel-jcr/src/main/docs/jcr-component.adoc
@@ -48,10 +48,12 @@ The JCR component has no options.
 
 
 // endpoint options: START
-The JCR component is configured using the URI syntax with the following path and query parameters:
+The JCR endpoint is configured using URI syntax:
 
     jcr:host/base
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jdbc/src/main/docs/jdbc-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jdbc/src/main/docs/jdbc-component.adoc b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
index c90f117..5cd5d2f 100644
--- a/components/camel-jdbc/src/main/docs/jdbc-component.adoc
+++ b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
@@ -60,10 +60,12 @@ The JDBC component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The JDBC component is configured using the URI syntax with the following path and query parameters:
+The JDBC endpoint is configured using URI syntax:
 
     jdbc:dataSourceName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jetty9/src/main/docs/jetty-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jetty9/src/main/docs/jetty-component.adoc b/components/camel-jetty9/src/main/docs/jetty-component.adoc
index 634927f..4888dfd 100644
--- a/components/camel-jetty9/src/main/docs/jetty-component.adoc
+++ b/components/camel-jetty9/src/main/docs/jetty-component.adoc
@@ -101,10 +101,12 @@ The Jetty 9 component supports 32 options which are listed below.
 
 
 // endpoint options: START
-The Jetty 9 component is configured using the URI syntax with the following path and query parameters:
+The Jetty 9 endpoint is configured using URI syntax:
 
     jetty:httpUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jgroups/src/main/docs/jgroups-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jgroups/src/main/docs/jgroups-component.adoc b/components/camel-jgroups/src/main/docs/jgroups-component.adoc
index ec009ed..6bd0ce6 100644
--- a/components/camel-jgroups/src/main/docs/jgroups-component.adoc
+++ b/components/camel-jgroups/src/main/docs/jgroups-component.adoc
@@ -69,10 +69,12 @@ The JGroups component supports 4 options which are listed below.
 
 
 // endpoint options: START
-The JGroups component is configured using the URI syntax with the following path and query parameters:
+The JGroups endpoint is configured using URI syntax:
 
     jgroups:clusterName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jing/src/main/docs/jing-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jing/src/main/docs/jing-component.adoc b/components/camel-jing/src/main/docs/jing-component.adoc
index 6a38812..b06fc72 100644
--- a/components/camel-jing/src/main/docs/jing-component.adoc
+++ b/components/camel-jing/src/main/docs/jing-component.adoc
@@ -47,10 +47,12 @@ The Jing component has no options.
 
 
 // endpoint options: START
-The Jing component is configured using the URI syntax with the following path and query parameters:
+The Jing endpoint is configured using URI syntax:
 
     jing:resourceUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jira/src/main/docs/jira-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jira/src/main/docs/jira-component.adoc b/components/camel-jira/src/main/docs/jira-component.adoc
index 903e8d3..4c060e9 100644
--- a/components/camel-jira/src/main/docs/jira-component.adoc
+++ b/components/camel-jira/src/main/docs/jira-component.adoc
@@ -49,10 +49,12 @@ The JIRA component has no options.
 
 
 // endpoint options: START
-The JIRA component is configured using the URI syntax with the following path and query parameters:
+The JIRA endpoint is configured using URI syntax:
 
     jira:type
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jms/src/main/docs/jms-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jms/src/main/docs/jms-component.adoc b/components/camel-jms/src/main/docs/jms-component.adoc
index d6a41c0..a52f22c 100644
--- a/components/camel-jms/src/main/docs/jms-component.adoc
+++ b/components/camel-jms/src/main/docs/jms-component.adoc
@@ -303,10 +303,12 @@ The JMS component supports 76 options which are listed below.
 
 
 // endpoint options: START
-The JMS component is configured using the URI syntax with the following path and query parameters:
+The JMS endpoint is configured using URI syntax:
 
     jms:destinationType:destinationName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jmx/src/main/docs/jmx-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jmx/src/main/docs/jmx-component.adoc b/components/camel-jmx/src/main/docs/jmx-component.adoc
index 5fd5ba8..b72ded6 100644
--- a/components/camel-jmx/src/main/docs/jmx-component.adoc
+++ b/components/camel-jmx/src/main/docs/jmx-component.adoc
@@ -26,10 +26,12 @@ The JMX component has no options.
 // component options: END
 
 // endpoint options: START
-The JMX component is configured using the URI syntax with the following path and query parameters:
+The JMX endpoint is configured using URI syntax:
 
     jmx:serverURL
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jolt/src/main/docs/jolt-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jolt/src/main/docs/jolt-component.adoc b/components/camel-jolt/src/main/docs/jolt-component.adoc
index 0bdff0d..2e134d1 100644
--- a/components/camel-jolt/src/main/docs/jolt-component.adoc
+++ b/components/camel-jolt/src/main/docs/jolt-component.adoc
@@ -59,10 +59,12 @@ The JOLT component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The JOLT component is configured using the URI syntax with the following path and query parameters:
+The JOLT endpoint is configured using URI syntax:
 
     jolt:resourceUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jpa/src/main/docs/jpa-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jpa/src/main/docs/jpa-component.adoc b/components/camel-jpa/src/main/docs/jpa-component.adoc
index 8cf6db3..8943484 100644
--- a/components/camel-jpa/src/main/docs/jpa-component.adoc
+++ b/components/camel-jpa/src/main/docs/jpa-component.adoc
@@ -107,10 +107,12 @@ The JPA component supports 5 options which are listed below.
 
 
 // endpoint options: START
-The JPA component is configured using the URI syntax with the following path and query parameters:
+The JPA endpoint is configured using URI syntax:
 
     jpa:entityType
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jsch/src/main/docs/scp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jsch/src/main/docs/scp-component.adoc b/components/camel-jsch/src/main/docs/scp-component.adoc
index 4aef3c1..b844b87 100644
--- a/components/camel-jsch/src/main/docs/scp-component.adoc
+++ b/components/camel-jsch/src/main/docs/scp-component.adoc
@@ -62,10 +62,12 @@ The SCP component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The SCP component is configured using the URI syntax with the following path and query parameters:
+The SCP endpoint is configured using URI syntax:
 
     scp:host:port/directoryName
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-jt400/src/main/docs/jt400-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jt400/src/main/docs/jt400-component.adoc b/components/camel-jt400/src/main/docs/jt400-component.adoc
index 353acff..538f9ce 100644
--- a/components/camel-jt400/src/main/docs/jt400-component.adoc
+++ b/components/camel-jt400/src/main/docs/jt400-component.adoc
@@ -52,10 +52,12 @@ The JT400 component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The JT400 component is configured using the URI syntax with the following path and query parameters:
+The JT400 endpoint is configured using URI syntax:
 
     jt400:userID:password/systemName/objectPath.type
 
+  with the following path and query parameters:
+
 #### Path Parameters (5 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-kafka/src/main/docs/kafka-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-kafka/src/main/docs/kafka-component.adoc b/components/camel-kafka/src/main/docs/kafka-component.adoc
index 108b855..0aaac1b 100644
--- a/components/camel-kafka/src/main/docs/kafka-component.adoc
+++ b/components/camel-kafka/src/main/docs/kafka-component.adoc
@@ -50,10 +50,12 @@ The Kafka component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The Kafka component is configured using the URI syntax with the following path and query parameters:
+The Kafka endpoint is configured using URI syntax:
 
     kafka:topic
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-kestrel/src/main/docs/kestrel-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-kestrel/src/main/docs/kestrel-component.adoc b/components/camel-kestrel/src/main/docs/kestrel-component.adoc
index b08d1b5..a6fcbb8 100644
--- a/components/camel-kestrel/src/main/docs/kestrel-component.adoc
+++ b/components/camel-kestrel/src/main/docs/kestrel-component.adoc
@@ -85,10 +85,12 @@ The Kestrel component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Kestrel component is configured using the URI syntax with the following path and query parameters:
+The Kestrel endpoint is configured using URI syntax:
 
     kestrel:addresses/queue
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-krati/src/main/docs/krati-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-krati/src/main/docs/krati-component.adoc b/components/camel-krati/src/main/docs/krati-component.adoc
index 5ee0b56..5b8ef4f 100644
--- a/components/camel-krati/src/main/docs/krati-component.adoc
+++ b/components/camel-krati/src/main/docs/krati-component.adoc
@@ -51,10 +51,12 @@ The Krati component has no options.
 
 
 // endpoint options: START
-The Krati component is configured using the URI syntax with the following path and query parameters:
+The Krati endpoint is configured using URI syntax:
 
     krati:path
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc b/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc
index 3584760..1d5ecd6 100644
--- a/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc
+++ b/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc
@@ -43,10 +43,12 @@ The Kubernetes component has no options.
 
 
 // endpoint options: START
-The Kubernetes component is configured using the URI syntax with the following path and query parameters:
+The Kubernetes endpoint is configured using URI syntax:
 
     kubernetes:masterUrl
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-ldap/src/main/docs/ldap-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ldap/src/main/docs/ldap-component.adoc b/components/camel-ldap/src/main/docs/ldap-component.adoc
index 0a0d527..3564652 100644
--- a/components/camel-ldap/src/main/docs/ldap-component.adoc
+++ b/components/camel-ldap/src/main/docs/ldap-component.adoc
@@ -47,10 +47,12 @@ The LDAP component has no options.
 
 
 // endpoint options: START
-The LDAP component is configured using the URI syntax with the following path and query parameters:
+The LDAP endpoint is configured using URI syntax:
 
     ldap:dirContextName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc b/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc
index 0b9ec3f..9981cb1 100644
--- a/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc
+++ b/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc
@@ -69,10 +69,12 @@ The Linkedin component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Linkedin component is configured using the URI syntax with the following path and query parameters:
+The Linkedin endpoint is configured using URI syntax:
 
     linkedin:apiName/methodName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-lucene/src/main/docs/lucene-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-lucene/src/main/docs/lucene-component.adoc b/components/camel-lucene/src/main/docs/lucene-component.adoc
index 6dc79bc..12635bc 100644
--- a/components/camel-lucene/src/main/docs/lucene-component.adoc
+++ b/components/camel-lucene/src/main/docs/lucene-component.adoc
@@ -70,10 +70,12 @@ The Lucene component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Lucene component is configured using the URI syntax with the following path and query parameters:
+The Lucene endpoint is configured using URI syntax:
 
     lucene:host:operation
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc b/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc
index 55cbca4..7707cb8 100644
--- a/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc
+++ b/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc
@@ -56,10 +56,12 @@ The Lumberjack component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Lumberjack component is configured using the URI syntax with the following path and query parameters:
+The Lumberjack endpoint is configured using URI syntax:
 
     lumberjack:host:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-mail/src/main/docs/mail-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/mail-component.adoc b/components/camel-mail/src/main/docs/mail-component.adoc
index 88f35c8..6c3d9ae 100644
--- a/components/camel-mail/src/main/docs/mail-component.adoc
+++ b/components/camel-mail/src/main/docs/mail-component.adoc
@@ -96,10 +96,12 @@ The Mail component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The Mail component is configured using the URI syntax with the following path and query parameters:
+The Mail endpoint is configured using URI syntax:
 
     imap:host:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-metrics/src/main/docs/metrics-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-metrics/src/main/docs/metrics-component.adoc b/components/camel-metrics/src/main/docs/metrics-component.adoc
index 60628f5..d33f9a3 100644
--- a/components/camel-metrics/src/main/docs/metrics-component.adoc
+++ b/components/camel-metrics/src/main/docs/metrics-component.adoc
@@ -58,10 +58,12 @@ The Metrics component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Metrics component is configured using the URI syntax with the following path and query parameters:
+The Metrics endpoint is configured using URI syntax:
 
     metrics:metricsType:metricsName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-mina/src/main/docs/mina-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mina/src/main/docs/mina-component.adoc b/components/camel-mina/src/main/docs/mina-component.adoc
index f01a2da..882e19b 100644
--- a/components/camel-mina/src/main/docs/mina-component.adoc
+++ b/components/camel-mina/src/main/docs/mina-component.adoc
@@ -84,10 +84,12 @@ The Mina component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Mina component is configured using the URI syntax with the following path and query parameters:
+The Mina endpoint is configured using URI syntax:
 
     mina:protocol:host:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-mina2/src/main/docs/mina2-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mina2/src/main/docs/mina2-component.adoc b/components/camel-mina2/src/main/docs/mina2-component.adoc
index 7b14342..a10060e 100644
--- a/components/camel-mina2/src/main/docs/mina2-component.adoc
+++ b/components/camel-mina2/src/main/docs/mina2-component.adoc
@@ -83,10 +83,12 @@ The Mina2 component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Mina2 component is configured using the URI syntax with the following path and query parameters:
+The Mina2 endpoint is configured using URI syntax:
 
     mina2:protocol:host:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-mllp/src/main/docs/mllp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mllp/src/main/docs/mllp-component.adoc b/components/camel-mllp/src/main/docs/mllp-component.adoc
index 9cf60ad..c060327c 100644
--- a/components/camel-mllp/src/main/docs/mllp-component.adoc
+++ b/components/camel-mllp/src/main/docs/mllp-component.adoc
@@ -51,10 +51,12 @@ The MLLP component has no options.
 
 
 // endpoint options: START
-The MLLP component is configured using the URI syntax with the following path and query parameters:
+The MLLP endpoint is configured using URI syntax:
 
     mllp:hostname:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc b/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc
index ae859d0..50cc7a2 100644
--- a/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc
+++ b/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc
@@ -33,10 +33,12 @@ The MongoDB GridFS component has no options.
 
 
 // endpoint options: START
-The MongoDB GridFS component is configured using the URI syntax with the following path and query parameters:
+The MongoDB GridFS endpoint is configured using URI syntax:
 
     mongodb-gridfs:connectionBean
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-mongodb/src/main/docs/mongodb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mongodb/src/main/docs/mongodb-component.adoc b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
index dd68bf7..95df3a7 100644
--- a/components/camel-mongodb/src/main/docs/mongodb-component.adoc
+++ b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
@@ -60,10 +60,12 @@ The MongoDB component has no options.
 
 
 // endpoint options: START
-The MongoDB component is configured using the URI syntax with the following path and query parameters:
+The MongoDB endpoint is configured using URI syntax:
 
     mongodb:connectionBean
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc b/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
index 3d71f24..a784f22 100644
--- a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
+++ b/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
@@ -62,10 +62,12 @@ The MongoDB component has no options.
 
 
 // endpoint options: START
-The MongoDB component is configured using the URI syntax with the following path and query parameters:
+The MongoDB endpoint is configured using URI syntax:
 
     mongodb3:connectionBean
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-mqtt/src/main/docs/mqtt-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mqtt/src/main/docs/mqtt-component.adoc b/components/camel-mqtt/src/main/docs/mqtt-component.adoc
index 6235e17..fabbaf2 100644
--- a/components/camel-mqtt/src/main/docs/mqtt-component.adoc
+++ b/components/camel-mqtt/src/main/docs/mqtt-component.adoc
@@ -55,10 +55,12 @@ The MQTT component supports 4 options which are listed below.
 
 
 // endpoint options: START
-The MQTT component is configured using the URI syntax with the following path and query parameters:
+The MQTT endpoint is configured using URI syntax:
 
     mqtt:name
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-msv/src/main/docs/msv-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-msv/src/main/docs/msv-component.adoc b/components/camel-msv/src/main/docs/msv-component.adoc
index cd21968..b4ba1a2 100644
--- a/components/camel-msv/src/main/docs/msv-component.adoc
+++ b/components/camel-msv/src/main/docs/msv-component.adoc
@@ -70,10 +70,12 @@ The MSV component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The MSV component is configured using the URI syntax with the following path and query parameters:
+The MSV endpoint is configured using URI syntax:
 
     msv:resourceUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-mustache/src/main/docs/mustache-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mustache/src/main/docs/mustache-component.adoc b/components/camel-mustache/src/main/docs/mustache-component.adoc
index 2c303df..7944d2d 100644
--- a/components/camel-mustache/src/main/docs/mustache-component.adoc
+++ b/components/camel-mustache/src/main/docs/mustache-component.adoc
@@ -60,10 +60,12 @@ The Mustache component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Mustache component is configured using the URI syntax with the following path and query parameters:
+The Mustache endpoint is configured using URI syntax:
 
     mustache:resourceUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-mvel/src/main/docs/mvel-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mvel/src/main/docs/mvel-component.adoc b/components/camel-mvel/src/main/docs/mvel-component.adoc
index e9ec681..89c39f1 100644
--- a/components/camel-mvel/src/main/docs/mvel-component.adoc
+++ b/components/camel-mvel/src/main/docs/mvel-component.adoc
@@ -44,10 +44,12 @@ The MVEL component has no options.
 
 
 // endpoint options: START
-The MVEL component is configured using the URI syntax with the following path and query parameters:
+The MVEL endpoint is configured using URI syntax:
 
     mvel:resourceUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-mybatis/src/main/docs/mybatis-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mybatis/src/main/docs/mybatis-component.adoc b/components/camel-mybatis/src/main/docs/mybatis-component.adoc
index 59731d7..8382e72 100644
--- a/components/camel-mybatis/src/main/docs/mybatis-component.adoc
+++ b/components/camel-mybatis/src/main/docs/mybatis-component.adoc
@@ -63,10 +63,12 @@ The MyBatis component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The MyBatis component is configured using the URI syntax with the following path and query parameters:
+The MyBatis endpoint is configured using URI syntax:
 
     mybatis:statement
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-nagios/src/main/docs/nagios-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-nagios/src/main/docs/nagios-component.adoc b/components/camel-nagios/src/main/docs/nagios-component.adoc
index d67c5e5..e0085a4 100644
--- a/components/camel-nagios/src/main/docs/nagios-component.adoc
+++ b/components/camel-nagios/src/main/docs/nagios-component.adoc
@@ -57,10 +57,12 @@ The Nagios component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Nagios component is configured using the URI syntax with the following path and query parameters:
+The Nagios endpoint is configured using URI syntax:
 
     nagios:host:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-nats/src/main/docs/nats-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-nats/src/main/docs/nats-component.adoc b/components/camel-nats/src/main/docs/nats-component.adoc
index 37fedb7..a457d04 100644
--- a/components/camel-nats/src/main/docs/nats-component.adoc
+++ b/components/camel-nats/src/main/docs/nats-component.adoc
@@ -38,10 +38,12 @@ The Nats component has no options.
 
 
 // endpoint options: START
-The Nats component is configured using the URI syntax with the following path and query parameters:
+The Nats endpoint is configured using URI syntax:
 
     nats:servers
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-netty-http/src/main/docs/netty-http-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty-http/src/main/docs/netty-http-component.adoc b/components/camel-netty-http/src/main/docs/netty-http-component.adoc
index cd4656b..8a2e87d 100644
--- a/components/camel-netty-http/src/main/docs/netty-http-component.adoc
+++ b/components/camel-netty-http/src/main/docs/netty-http-component.adoc
@@ -100,10 +100,12 @@ The Netty HTTP component supports 6 options which are listed below.
 
 
 // endpoint options: START
-The Netty HTTP component is configured using the URI syntax with the following path and query parameters:
+The Netty HTTP endpoint is configured using URI syntax:
 
     netty-http:protocol:host:port/path
 
+  with the following path and query parameters:
+
 #### Path Parameters (4 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-netty/src/main/docs/netty-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty/src/main/docs/netty-component.adoc b/components/camel-netty/src/main/docs/netty-component.adoc
index dc6416b..9703bd3 100644
--- a/components/camel-netty/src/main/docs/netty-component.adoc
+++ b/components/camel-netty/src/main/docs/netty-component.adoc
@@ -77,10 +77,12 @@ The Netty component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The Netty component is configured using the URI syntax with the following path and query parameters:
+The Netty endpoint is configured using URI syntax:
 
     netty:protocol:host:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
index 886df4f..12968ee 100644
--- a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
+++ b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
@@ -102,10 +102,12 @@ The Netty4 HTTP component supports 7 options which are listed below.
 
 
 // endpoint options: START
-The Netty4 HTTP component is configured using the URI syntax with the following path and query parameters:
+The Netty4 HTTP endpoint is configured using URI syntax:
 
     netty4-http:protocol:host:port/path
 
+  with the following path and query parameters:
+
 #### Path Parameters (4 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-netty4/src/main/docs/netty4-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty4/src/main/docs/netty4-component.adoc b/components/camel-netty4/src/main/docs/netty4-component.adoc
index 820c564..9db1ec3 100644
--- a/components/camel-netty4/src/main/docs/netty4-component.adoc
+++ b/components/camel-netty4/src/main/docs/netty4-component.adoc
@@ -78,10 +78,12 @@ The Netty4 component supports 4 options which are listed below.
 
 
 // endpoint options: START
-The Netty4 component is configured using the URI syntax with the following path and query parameters:
+The Netty4 endpoint is configured using URI syntax:
 
     netty4:protocol:host:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc b/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc
index 6d0e89b..0b08564 100644
--- a/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc
+++ b/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc
@@ -61,10 +61,12 @@ The Olingo2 component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Olingo2 component is configured using the URI syntax with the following path and query parameters:
+The Olingo2 endpoint is configured using URI syntax:
 
     olingo2:apiName/methodName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-openshift/src/main/docs/openshift-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openshift/src/main/docs/openshift-component.adoc b/components/camel-openshift/src/main/docs/openshift-component.adoc
index 5f054ac..0de7280 100644
--- a/components/camel-openshift/src/main/docs/openshift-component.adoc
+++ b/components/camel-openshift/src/main/docs/openshift-component.adoc
@@ -52,10 +52,12 @@ The OpenShift component supports 5 options which are listed below.
 
 
 // endpoint options: START
-The OpenShift component is configured using the URI syntax with the following path and query parameters:
+The OpenShift endpoint is configured using URI syntax:
 
     openshift:clientId
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc b/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc
index 46087a8..d6c4295 100644
--- a/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc
@@ -39,10 +39,12 @@ The OpenStack Cinder component has no options.
 // component options: END
 
 // endpoint options: START
-The OpenStack Cinder component is configured using the URI syntax with the following path and query parameters:
+The OpenStack Cinder endpoint is configured using URI syntax:
 
     openstack-cinder:host
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-openstack/src/main/docs/openstack-glance-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openstack/src/main/docs/openstack-glance-component.adoc b/components/camel-openstack/src/main/docs/openstack-glance-component.adoc
index 12438e5..5846c19 100644
--- a/components/camel-openstack/src/main/docs/openstack-glance-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-glance-component.adoc
@@ -39,10 +39,12 @@ The OpenStack Glance component has no options.
 // component options: END
 
 // endpoint options: START
-The OpenStack Glance component is configured using the URI syntax with the following path and query parameters:
+The OpenStack Glance endpoint is configured using URI syntax:
 
     openstack-glance:host
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc b/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc
index 01e865c..a7de34a 100644
--- a/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc
@@ -41,10 +41,12 @@ The OpenStack Keystone component has no options.
 // component options: END
 
 // endpoint options: START
-The OpenStack Keystone component is configured using the URI syntax with the following path and query parameters:
+The OpenStack Keystone endpoint is configured using URI syntax:
 
     openstack-keystone:host
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc b/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc
index 3193cbd..2032115 100644
--- a/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc
@@ -39,10 +39,12 @@ The OpenStack Neutron component has no options.
 // component options: END
 
 // endpoint options: START
-The OpenStack Neutron component is configured using the URI syntax with the following path and query parameters:
+The OpenStack Neutron endpoint is configured using URI syntax:
 
     openstack-neutron:host
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]


[2/4] camel git commit: Component docs - polished

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-openstack/src/main/docs/openstack-nova-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openstack/src/main/docs/openstack-nova-component.adoc b/components/camel-openstack/src/main/docs/openstack-nova-component.adoc
index b85233c..d901e38 100644
--- a/components/camel-openstack/src/main/docs/openstack-nova-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-nova-component.adoc
@@ -39,10 +39,12 @@ The OpenStack Nova component has no options.
 // component options: END
 
 // endpoint options: START
-The OpenStack Nova component is configured using the URI syntax with the following path and query parameters:
+The OpenStack Nova endpoint is configured using URI syntax:
 
     openstack-nova:host
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-openstack/src/main/docs/openstack-swift-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openstack/src/main/docs/openstack-swift-component.adoc b/components/camel-openstack/src/main/docs/openstack-swift-component.adoc
index 2e26e39..8eda305 100644
--- a/components/camel-openstack/src/main/docs/openstack-swift-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-swift-component.adoc
@@ -39,10 +39,12 @@ The OpenStack Swift component has no options.
 // component options: END
 
 // endpoint options: START
-The OpenStack Swift component is configured using the URI syntax with the following path and query parameters:
+The OpenStack Swift endpoint is configured using URI syntax:
 
     openstack-swift:host
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc b/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc
index ab395af..f8522af 100644
--- a/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc
+++ b/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc
@@ -45,10 +45,12 @@ The OptaPlanner component has no options.
 
 
 // endpoint options: START
-The OptaPlanner component is configured using the URI syntax with the following path and query parameters:
+The OptaPlanner endpoint is configured using URI syntax:
 
     optaplanner:configFile
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-paho/src/main/docs/paho-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-paho/src/main/docs/paho-component.adoc b/components/camel-paho/src/main/docs/paho-component.adoc
index 42daaa1..fd5991c 100644
--- a/components/camel-paho/src/main/docs/paho-component.adoc
+++ b/components/camel-paho/src/main/docs/paho-component.adoc
@@ -135,10 +135,12 @@ The Paho component supports 4 options which are listed below.
 
 
 // endpoint options: START
-The Paho component is configured using the URI syntax with the following path and query parameters:
+The Paho endpoint is configured using URI syntax:
 
     paho:topic
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc b/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc
index 0d5dbe2..9c5857c 100644
--- a/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc
+++ b/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc
@@ -53,10 +53,12 @@ The OSGi PAX Logging component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The OSGi PAX Logging component is configured using the URI syntax with the following path and query parameters:
+The OSGi PAX Logging endpoint is configured using URI syntax:
 
     paxlogging:appender
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-pdf/src/main/docs/pdf-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-pdf/src/main/docs/pdf-component.adoc b/components/camel-pdf/src/main/docs/pdf-component.adoc
index 5a7c7bf..f33c7c5 100644
--- a/components/camel-pdf/src/main/docs/pdf-component.adoc
+++ b/components/camel-pdf/src/main/docs/pdf-component.adoc
@@ -40,10 +40,12 @@ The PDF component has no options.
 
 
 // endpoint options: START
-The PDF component is configured using the URI syntax with the following path and query parameters:
+The PDF endpoint is configured using URI syntax:
 
     pdf:operation
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-pgevent/src/main/docs/pgevent-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-pgevent/src/main/docs/pgevent-component.adoc b/components/camel-pgevent/src/main/docs/pgevent-component.adoc
index 831928f..c7b984f 100644
--- a/components/camel-pgevent/src/main/docs/pgevent-component.adoc
+++ b/components/camel-pgevent/src/main/docs/pgevent-component.adoc
@@ -43,10 +43,12 @@ The PostgresSQL Event component has no options.
 
 
 // endpoint options: START
-The PostgresSQL Event component is configured using the URI syntax with the following path and query parameters:
+The PostgresSQL Event endpoint is configured using URI syntax:
 
     pgevent:host:port/database/channel
 
+  with the following path and query parameters:
+
 #### Path Parameters (4 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-printer/src/main/docs/lpr-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-printer/src/main/docs/lpr-component.adoc b/components/camel-printer/src/main/docs/lpr-component.adoc
index 25dd85f..fd0e638 100644
--- a/components/camel-printer/src/main/docs/lpr-component.adoc
+++ b/components/camel-printer/src/main/docs/lpr-component.adoc
@@ -52,10 +52,12 @@ The Printer component has no options.
 
 
 // endpoint options: START
-The Printer component is configured using the URI syntax with the following path and query parameters:
+The Printer endpoint is configured using URI syntax:
 
     lpr:hostname:port/printername
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-quartz/src/main/docs/quartz-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-quartz/src/main/docs/quartz-component.adoc b/components/camel-quartz/src/main/docs/quartz-component.adoc
index 9463863..dd3138c 100644
--- a/components/camel-quartz/src/main/docs/quartz-component.adoc
+++ b/components/camel-quartz/src/main/docs/quartz-component.adoc
@@ -68,10 +68,12 @@ The Quartz component supports 8 options which are listed below.
 
 
 // endpoint options: START
-The Quartz component is configured using the URI syntax with the following path and query parameters:
+The Quartz endpoint is configured using URI syntax:
 
     quartz:groupName/timerName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-quartz2/src/main/docs/quartz2-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-quartz2/src/main/docs/quartz2-component.adoc b/components/camel-quartz2/src/main/docs/quartz2-component.adoc
index 8b4eee7..83a28b7 100644
--- a/components/camel-quartz2/src/main/docs/quartz2-component.adoc
+++ b/components/camel-quartz2/src/main/docs/quartz2-component.adoc
@@ -72,10 +72,12 @@ The Quartz2 component supports 11 options which are listed below.
 
 
 // endpoint options: START
-The Quartz2 component is configured using the URI syntax with the following path and query parameters:
+The Quartz2 endpoint is configured using URI syntax:
 
     quartz2:groupName/triggerName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-quickfix/src/main/docs/quickfix-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-quickfix/src/main/docs/quickfix-component.adoc b/components/camel-quickfix/src/main/docs/quickfix-component.adoc
index 9a6c0ce..af1028e 100644
--- a/components/camel-quickfix/src/main/docs/quickfix-component.adoc
+++ b/components/camel-quickfix/src/main/docs/quickfix-component.adoc
@@ -94,10 +94,12 @@ The QuickFix component supports 6 options which are listed below.
 // component options: END
 
 // endpoint options: START
-The QuickFix component is configured using the URI syntax with the following path and query parameters:
+The QuickFix endpoint is configured using URI syntax:
 
     quickfix:configurationName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
index 74c99d7..508c2a7 100644
--- a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
+++ b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
@@ -45,10 +45,12 @@ The RabbitMQ component has no options.
 
 
 // endpoint options: START
-The RabbitMQ component is configured using the URI syntax with the following path and query parameters:
+The RabbitMQ endpoint is configured using URI syntax:
 
     rabbitmq:hostname:portNumber/exchangeName
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc b/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
index 4b91ff4..f5531a9 100644
--- a/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
+++ b/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
@@ -62,10 +62,12 @@ The Reactive Streams component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The Reactive Streams component is configured using the URI syntax with the following path and query parameters:
+The Reactive Streams endpoint is configured using URI syntax:
 
     reactive-streams:stream
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-restlet/src/main/docs/restlet-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-restlet/src/main/docs/restlet-component.adoc b/components/camel-restlet/src/main/docs/restlet-component.adoc
index 8100e3d..6a51dd6 100644
--- a/components/camel-restlet/src/main/docs/restlet-component.adoc
+++ b/components/camel-restlet/src/main/docs/restlet-component.adoc
@@ -97,10 +97,12 @@ The Restlet component supports 21 options which are listed below.
 
 
 // endpoint options: START
-The Restlet component is configured using the URI syntax with the following path and query parameters:
+The Restlet endpoint is configured using URI syntax:
 
     restlet:protocol:host:port/uriPattern
 
+  with the following path and query parameters:
+
 #### Path Parameters (4 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-rmi/src/main/docs/rmi-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-rmi/src/main/docs/rmi-component.adoc b/components/camel-rmi/src/main/docs/rmi-component.adoc
index 9ca686f..5c0a7ad 100644
--- a/components/camel-rmi/src/main/docs/rmi-component.adoc
+++ b/components/camel-rmi/src/main/docs/rmi-component.adoc
@@ -53,10 +53,12 @@ The RMI component has no options.
 
 
 // endpoint options: START
-The RMI component is configured using the URI syntax with the following path and query parameters:
+The RMI endpoint is configured using URI syntax:
 
     rmi:hostname:port/name
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-routebox/src/main/docs/routebox-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-routebox/src/main/docs/routebox-component.adoc b/components/camel-routebox/src/main/docs/routebox-component.adoc
index 180fbd6..7de6c65 100644
--- a/components/camel-routebox/src/main/docs/routebox-component.adoc
+++ b/components/camel-routebox/src/main/docs/routebox-component.adoc
@@ -105,10 +105,12 @@ The RouteBox component has no options.
 
 
 // endpoint options: START
-The RouteBox component is configured using the URI syntax with the following path and query parameters:
+The RouteBox endpoint is configured using URI syntax:
 
     routebox:routeboxName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-rss/src/main/docs/rss-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-rss/src/main/docs/rss-component.adoc b/components/camel-rss/src/main/docs/rss-component.adoc
index d5fe61d..99bf2ee 100644
--- a/components/camel-rss/src/main/docs/rss-component.adoc
+++ b/components/camel-rss/src/main/docs/rss-component.adoc
@@ -48,10 +48,12 @@ The RSS component has no options.
 
 
 // endpoint options: START
-The RSS component is configured using the URI syntax with the following path and query parameters:
+The RSS endpoint is configured using URI syntax:
 
     rss:feedUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
index 9a2d292..1eb3525 100644
--- a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
+++ b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
@@ -467,10 +467,12 @@ The Salesforce component supports 24 options which are listed below.
 
 
 // endpoint options: START
-The Salesforce component is configured using the URI syntax with the following path and query parameters:
+The Salesforce endpoint is configured using URI syntax:
 
     salesforce:operationName:topicName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc b/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc
index 5ed3e41..5a2eb3c 100644
--- a/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc
+++ b/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc
@@ -53,10 +53,12 @@ The SAP NetWeaver component has no options.
 
 
 // endpoint options: START
-The SAP NetWeaver component is configured using the URI syntax with the following path and query parameters:
+The SAP NetWeaver endpoint is configured using URI syntax:
 
     sap-netweaver:url
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-saxon/src/main/docs/xquery-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-saxon/src/main/docs/xquery-component.adoc b/components/camel-saxon/src/main/docs/xquery-component.adoc
index d627507..3c4c421 100644
--- a/components/camel-saxon/src/main/docs/xquery-component.adoc
+++ b/components/camel-saxon/src/main/docs/xquery-component.adoc
@@ -33,10 +33,12 @@ The XQuery component supports 4 options which are listed below.
 
 
 // endpoint options: START
-The XQuery component is configured using the URI syntax with the following path and query parameters:
+The XQuery endpoint is configured using URI syntax:
 
     xquery:resourceUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-schematron/src/main/docs/schematron-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-schematron/src/main/docs/schematron-component.adoc b/components/camel-schematron/src/main/docs/schematron-component.adoc
index 799408f..ed99062 100644
--- a/components/camel-schematron/src/main/docs/schematron-component.adoc
+++ b/components/camel-schematron/src/main/docs/schematron-component.adoc
@@ -36,10 +36,12 @@ The Schematron component has no options.
 
 
 // endpoint options: START
-The Schematron component is configured using the URI syntax with the following path and query parameters:
+The Schematron endpoint is configured using URI syntax:
 
     schematron:path
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-servicenow/src/main/docs/servicenow-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-servicenow/src/main/docs/servicenow-component.adoc b/components/camel-servicenow/src/main/docs/servicenow-component.adoc
index a198e10..5307d08 100644
--- a/components/camel-servicenow/src/main/docs/servicenow-component.adoc
+++ b/components/camel-servicenow/src/main/docs/servicenow-component.adoc
@@ -50,10 +50,12 @@ The ServiceNow component supports 8 options which are listed below.
 
 
 // endpoint options: START
-The ServiceNow component is configured using the URI syntax with the following path and query parameters:
+The ServiceNow endpoint is configured using URI syntax:
 
     servicenow:instanceName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-servlet/src/main/docs/servlet-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-servlet/src/main/docs/servlet-component.adoc b/components/camel-servlet/src/main/docs/servlet-component.adoc
index 264505a..817b0e1 100644
--- a/components/camel-servlet/src/main/docs/servlet-component.adoc
+++ b/components/camel-servlet/src/main/docs/servlet-component.adoc
@@ -61,10 +61,12 @@ The Servlet component supports 8 options which are listed below.
 // component options: END
 
 // endpoint options: START
-The Servlet component is configured using the URI syntax with the following path and query parameters:
+The Servlet endpoint is configured using URI syntax:
 
     servlet:contextPath
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-sip/src/main/docs/sip-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sip/src/main/docs/sip-component.adoc b/components/camel-sip/src/main/docs/sip-component.adoc
index 95cb374..fc94945 100644
--- a/components/camel-sip/src/main/docs/sip-component.adoc
+++ b/components/camel-sip/src/main/docs/sip-component.adoc
@@ -75,10 +75,12 @@ The SIP component has no options.
 
 
 // endpoint options: START
-The SIP component is configured using the URI syntax with the following path and query parameters:
+The SIP endpoint is configured using URI syntax:
 
     sip:uri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sjms/src/main/docs/sjms-batch-component.adoc b/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
index 0999334..b351db9 100644
--- a/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
+++ b/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
@@ -134,10 +134,12 @@ The Simple JMS Batch component supports 5 options which are listed below.
 
 
 // endpoint options: START
-The Simple JMS Batch component is configured using the URI syntax with the following path and query parameters:
+The Simple JMS Batch endpoint is configured using URI syntax:
 
     sjms-batch:destinationName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-sjms/src/main/docs/sjms-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sjms/src/main/docs/sjms-component.adoc b/components/camel-sjms/src/main/docs/sjms-component.adoc
index 064510d..83ff13d 100644
--- a/components/camel-sjms/src/main/docs/sjms-component.adoc
+++ b/components/camel-sjms/src/main/docs/sjms-component.adoc
@@ -111,10 +111,12 @@ The Simple JMS component supports 10 options which are listed below.
 
 
 // endpoint options: START
-The Simple JMS component is configured using the URI syntax with the following path and query parameters:
+The Simple JMS endpoint is configured using URI syntax:
 
     sjms:destinationType:destinationName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-slack/src/main/docs/slack-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-slack/src/main/docs/slack-component.adoc b/components/camel-slack/src/main/docs/slack-component.adoc
index 2816275..bc67303 100644
--- a/components/camel-slack/src/main/docs/slack-component.adoc
+++ b/components/camel-slack/src/main/docs/slack-component.adoc
@@ -58,10 +58,12 @@ The Slack component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Slack component is configured using the URI syntax with the following path and query parameters:
+The Slack endpoint is configured using URI syntax:
 
     slack:channel
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-smpp/src/main/docs/smpp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-smpp/src/main/docs/smpp-component.adoc b/components/camel-smpp/src/main/docs/smpp-component.adoc
index d400070..84ced91 100644
--- a/components/camel-smpp/src/main/docs/smpp-component.adoc
+++ b/components/camel-smpp/src/main/docs/smpp-component.adoc
@@ -185,10 +185,12 @@ The SMPP component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The SMPP component is configured using the URI syntax with the following path and query parameters:
+The SMPP endpoint is configured using URI syntax:
 
     smpp:host:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-snmp/src/main/docs/snmp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-snmp/src/main/docs/snmp-component.adoc b/components/camel-snmp/src/main/docs/snmp-component.adoc
index 9ca2e3d..4a7a600 100644
--- a/components/camel-snmp/src/main/docs/snmp-component.adoc
+++ b/components/camel-snmp/src/main/docs/snmp-component.adoc
@@ -49,10 +49,12 @@ The SNMP component has no options.
 
 
 // endpoint options: START
-The SNMP component is configured using the URI syntax with the following path and query parameters:
+The SNMP endpoint is configured using URI syntax:
 
     snmp:host:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-solr/src/main/docs/solr-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-solr/src/main/docs/solr-component.adoc b/components/camel-solr/src/main/docs/solr-component.adoc
index 86ba7fe..331dffb 100644
--- a/components/camel-solr/src/main/docs/solr-component.adoc
+++ b/components/camel-solr/src/main/docs/solr-component.adoc
@@ -40,10 +40,12 @@ The Solr component has no options.
 
 
 // endpoint options: START
-The Solr component is configured using the URI syntax with the following path and query parameters:
+The Solr endpoint is configured using URI syntax:
 
     solr:url
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-spark-rest/src/main/docs/spark-rest-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spark-rest/src/main/docs/spark-rest-component.adoc b/components/camel-spark-rest/src/main/docs/spark-rest-component.adoc
index e278d2e..31a77d9 100644
--- a/components/camel-spark-rest/src/main/docs/spark-rest-component.adoc
+++ b/components/camel-spark-rest/src/main/docs/spark-rest-component.adoc
@@ -58,10 +58,12 @@ The Spark Rest component supports 12 options which are listed below.
 
 
 // endpoint options: START
-The Spark Rest component is configured using the URI syntax with the following path and query parameters:
+The Spark Rest endpoint is configured using URI syntax:
 
     spark-rest:verb:path
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-spark/src/main/docs/spark-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spark/src/main/docs/spark-component.adoc b/components/camel-spark/src/main/docs/spark-component.adoc
index 96fda60..2cc7119 100644
--- a/components/camel-spark/src/main/docs/spark-component.adoc
+++ b/components/camel-spark/src/main/docs/spark-component.adoc
@@ -68,10 +68,12 @@ The Apache Spark component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The Apache Spark component is configured using the URI syntax with the following path and query parameters:
+The Apache Spark endpoint is configured using URI syntax:
 
     spark:endpointType
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-splunk/src/main/docs/splunk-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-splunk/src/main/docs/splunk-component.adoc b/components/camel-splunk/src/main/docs/splunk-component.adoc
index 6297f57..c7552f0 100644
--- a/components/camel-splunk/src/main/docs/splunk-component.adoc
+++ b/components/camel-splunk/src/main/docs/splunk-component.adoc
@@ -102,10 +102,12 @@ The Splunk component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Splunk component is configured using the URI syntax with the following path and query parameters:
+The Splunk endpoint is configured using URI syntax:
 
     splunk:name
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-spring-batch/src/main/docs/spring-batch-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring-batch/src/main/docs/spring-batch-component.adoc b/components/camel-spring-batch/src/main/docs/spring-batch-component.adoc
index 10f3fe8..376f04f 100644
--- a/components/camel-spring-batch/src/main/docs/spring-batch-component.adoc
+++ b/components/camel-spring-batch/src/main/docs/spring-batch-component.adoc
@@ -61,10 +61,12 @@ The Spring Batch component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The Spring Batch component is configured using the URI syntax with the following path and query parameters:
+The Spring Batch endpoint is configured using URI syntax:
 
     spring-batch:jobName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-spring-integration/src/main/docs/spring-integration-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring-integration/src/main/docs/spring-integration-component.adoc b/components/camel-spring-integration/src/main/docs/spring-integration-component.adoc
index 0218abf..debf396 100644
--- a/components/camel-spring-integration/src/main/docs/spring-integration-component.adoc
+++ b/components/camel-spring-integration/src/main/docs/spring-integration-component.adoc
@@ -45,10 +45,12 @@ The Spring Integration component has no options.
 
 
 // endpoint options: START
-The Spring Integration component is configured using the URI syntax with the following path and query parameters:
+The Spring Integration endpoint is configured using URI syntax:
 
     spring-integration:defaultChannel
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc b/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc
index 53620cf..81ecbfe 100644
--- a/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc
+++ b/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc
@@ -40,10 +40,12 @@ The Spring LDAP component has no options.
 
 
 // endpoint options: START
-The Spring LDAP component is configured using the URI syntax with the following path and query parameters:
+The Spring LDAP endpoint is configured using URI syntax:
 
     spring-ldap:templateName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-spring-redis/src/main/docs/spring-redis-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring-redis/src/main/docs/spring-redis-component.adoc b/components/camel-spring-redis/src/main/docs/spring-redis-component.adoc
index 8bc66cb..f36e7b1 100644
--- a/components/camel-spring-redis/src/main/docs/spring-redis-component.adoc
+++ b/components/camel-spring-redis/src/main/docs/spring-redis-component.adoc
@@ -35,10 +35,12 @@ The Spring Redis component has no options.
 
 
 // endpoint options: START
-The Spring Redis component is configured using the URI syntax with the following path and query parameters:
+The Spring Redis endpoint is configured using URI syntax:
 
     spring-redis:host:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-spring-ws/src/main/docs/spring-ws-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring-ws/src/main/docs/spring-ws-component.adoc b/components/camel-spring-ws/src/main/docs/spring-ws-component.adoc
index d021dd2..65dc655 100644
--- a/components/camel-spring-ws/src/main/docs/spring-ws-component.adoc
+++ b/components/camel-spring-ws/src/main/docs/spring-ws-component.adoc
@@ -87,10 +87,12 @@ The Spring WebService component has no options.
 
 
 // endpoint options: START
-The Spring WebService component is configured using the URI syntax with the following path and query parameters:
+The Spring WebService endpoint is configured using URI syntax:
 
     spring-ws:type:lookupKey:webServiceEndpointUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-spring/src/main/docs/spring-event-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring/src/main/docs/spring-event-component.adoc b/components/camel-spring/src/main/docs/spring-event-component.adoc
index 5301022..c57ce6f 100644
--- a/components/camel-spring/src/main/docs/spring-event-component.adoc
+++ b/components/camel-spring/src/main/docs/spring-event-component.adoc
@@ -41,10 +41,12 @@ The Spring Event component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Spring Event component is configured using the URI syntax with the following path and query parameters:
+The Spring Event endpoint is configured using URI syntax:
 
     spring-event:name
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-sql/src/main/docs/sql-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sql/src/main/docs/sql-component.adoc b/components/camel-sql/src/main/docs/sql-component.adoc
index ede6356..759ad75 100644
--- a/components/camel-sql/src/main/docs/sql-component.adoc
+++ b/components/camel-sql/src/main/docs/sql-component.adoc
@@ -124,10 +124,12 @@ The SQL component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The SQL component is configured using the URI syntax with the following path and query parameters:
+The SQL endpoint is configured using URI syntax:
 
     sql:query
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-sql/src/main/docs/sql-stored-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sql/src/main/docs/sql-stored-component.adoc b/components/camel-sql/src/main/docs/sql-stored-component.adoc
index eb3ba52..068f4a3 100644
--- a/components/camel-sql/src/main/docs/sql-stored-component.adoc
+++ b/components/camel-sql/src/main/docs/sql-stored-component.adoc
@@ -79,10 +79,12 @@ The SQL StoredProcedure component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The SQL StoredProcedure component is configured using the URI syntax with the following path and query parameters:
+The SQL StoredProcedure endpoint is configured using URI syntax:
 
     sql-stored:template
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-ssh/src/main/docs/ssh-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ssh/src/main/docs/ssh-component.adoc b/components/camel-ssh/src/main/docs/ssh-component.adoc
index 80986b0..497f4ee 100644
--- a/components/camel-ssh/src/main/docs/ssh-component.adoc
+++ b/components/camel-ssh/src/main/docs/ssh-component.adoc
@@ -56,10 +56,12 @@ The SSH component supports 12 options which are listed below.
 
 
 // endpoint options: START
-The SSH component is configured using the URI syntax with the following path and query parameters:
+The SSH endpoint is configured using URI syntax:
 
     ssh:host:port
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-stax/src/main/docs/stax-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-stax/src/main/docs/stax-component.adoc b/components/camel-stax/src/main/docs/stax-component.adoc
index e313b9a..c5a894d 100644
--- a/components/camel-stax/src/main/docs/stax-component.adoc
+++ b/components/camel-stax/src/main/docs/stax-component.adoc
@@ -54,10 +54,12 @@ The StAX component has no options.
 
 
 // endpoint options: START
-The StAX component is configured using the URI syntax with the following path and query parameters:
+The StAX endpoint is configured using URI syntax:
 
     stax:contentHandlerClass
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-stomp/src/main/docs/stomp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-stomp/src/main/docs/stomp-component.adoc b/components/camel-stomp/src/main/docs/stomp-component.adoc
index 79c1a2f..e3e6b70 100644
--- a/components/camel-stomp/src/main/docs/stomp-component.adoc
+++ b/components/camel-stomp/src/main/docs/stomp-component.adoc
@@ -55,10 +55,12 @@ The Stomp component supports 6 options which are listed below.
 
 
 // endpoint options: START
-The Stomp component is configured using the URI syntax with the following path and query parameters:
+The Stomp endpoint is configured using URI syntax:
 
     stomp:destination
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-stream/src/main/docs/stream-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-stream/src/main/docs/stream-component.adoc b/components/camel-stream/src/main/docs/stream-component.adoc
index a1842cb..c97f018 100644
--- a/components/camel-stream/src/main/docs/stream-component.adoc
+++ b/components/camel-stream/src/main/docs/stream-component.adoc
@@ -53,10 +53,12 @@ The Stream component has no options.
 
 
 // endpoint options: START
-The Stream component is configured using the URI syntax with the following path and query parameters:
+The Stream endpoint is configured using URI syntax:
 
     stream:kind
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-stringtemplate/src/main/docs/string-template-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-stringtemplate/src/main/docs/string-template-component.adoc b/components/camel-stringtemplate/src/main/docs/string-template-component.adoc
index 58139f4..2f49504 100644
--- a/components/camel-stringtemplate/src/main/docs/string-template-component.adoc
+++ b/components/camel-stringtemplate/src/main/docs/string-template-component.adoc
@@ -43,10 +43,12 @@ The String Template component has no options.
 
 
 // endpoint options: START
-The String Template component is configured using the URI syntax with the following path and query parameters:
+The String Template endpoint is configured using URI syntax:
 
     string-template:resourceUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-telegram/src/main/docs/telegram-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-telegram/src/main/docs/telegram-component.adoc b/components/camel-telegram/src/main/docs/telegram-component.adoc
index 552e063..fbb959e 100644
--- a/components/camel-telegram/src/main/docs/telegram-component.adoc
+++ b/components/camel-telegram/src/main/docs/telegram-component.adoc
@@ -58,10 +58,12 @@ The Telegram component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Telegram component is configured using the URI syntax with the following path and query parameters:
+The Telegram endpoint is configured using URI syntax:
 
     telegram:type/authorizationToken
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-tika/src/main/docs/tika-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-tika/src/main/docs/tika-component.adoc b/components/camel-tika/src/main/docs/tika-component.adoc
index 0831cc5..60739c1 100644
--- a/components/camel-tika/src/main/docs/tika-component.adoc
+++ b/components/camel-tika/src/main/docs/tika-component.adoc
@@ -40,10 +40,12 @@ The Tika component has no options.
 
 
 // endpoint options: START
-The Tika component is configured using the URI syntax with the following path and query parameters:
+The Tika endpoint is configured using URI syntax:
 
     tika:operation
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-twitter/src/main/docs/twitter-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-twitter/src/main/docs/twitter-component.adoc b/components/camel-twitter/src/main/docs/twitter-component.adoc
index ccc0df0..50c022a 100644
--- a/components/camel-twitter/src/main/docs/twitter-component.adoc
+++ b/components/camel-twitter/src/main/docs/twitter-component.adoc
@@ -130,10 +130,12 @@ Removed from Camel 2.11 onwards.*
 
 
 // endpoint options: START
-The Twitter component is configured using the URI syntax with the following path and query parameters:
+The Twitter endpoint is configured using URI syntax:
 
     twitter:kind
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-undertow/src/main/docs/undertow-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-undertow/src/main/docs/undertow-component.adoc b/components/camel-undertow/src/main/docs/undertow-component.adoc
index cb31128..84df6e7 100644
--- a/components/camel-undertow/src/main/docs/undertow-component.adoc
+++ b/components/camel-undertow/src/main/docs/undertow-component.adoc
@@ -58,10 +58,12 @@ The Undertow component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The Undertow component is configured using the URI syntax with the following path and query parameters:
+The Undertow endpoint is configured using URI syntax:
 
     undertow:httpURI
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-velocity/src/main/docs/velocity-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-velocity/src/main/docs/velocity-component.adoc b/components/camel-velocity/src/main/docs/velocity-component.adoc
index 1d8a643..bb68d8c 100644
--- a/components/camel-velocity/src/main/docs/velocity-component.adoc
+++ b/components/camel-velocity/src/main/docs/velocity-component.adoc
@@ -55,10 +55,12 @@ The Velocity component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Velocity component is configured using the URI syntax with the following path and query parameters:
+The Velocity endpoint is configured using URI syntax:
 
     velocity:resourceUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-vertx/src/main/docs/vertx-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-vertx/src/main/docs/vertx-component.adoc b/components/camel-vertx/src/main/docs/vertx-component.adoc
index b8ab5e0..8b36f3c 100644
--- a/components/camel-vertx/src/main/docs/vertx-component.adoc
+++ b/components/camel-vertx/src/main/docs/vertx-component.adoc
@@ -57,10 +57,12 @@ The Vert.x component supports 7 options which are listed below.
 
 
 // endpoint options: START
-The Vert.x component is configured using the URI syntax with the following path and query parameters:
+The Vert.x endpoint is configured using URI syntax:
 
     vertx:address
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-weather/src/main/docs/weather-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-weather/src/main/docs/weather-component.adoc b/components/camel-weather/src/main/docs/weather-component.adoc
index 61128e8..1dbddc1 100644
--- a/components/camel-weather/src/main/docs/weather-component.adoc
+++ b/components/camel-weather/src/main/docs/weather-component.adoc
@@ -47,10 +47,12 @@ The Weather component has no options.
 
 
 // endpoint options: START
-The Weather component is configured using the URI syntax with the following path and query parameters:
+The Weather endpoint is configured using URI syntax:
 
     weather:name
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-websocket/src/main/docs/websocket-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-websocket/src/main/docs/websocket-component.adoc b/components/camel-websocket/src/main/docs/websocket-component.adoc
index 4a28c6b..1d7bde9 100644
--- a/components/camel-websocket/src/main/docs/websocket-component.adoc
+++ b/components/camel-websocket/src/main/docs/websocket-component.adoc
@@ -65,10 +65,12 @@ The Jetty Websocket component supports 13 options which are listed below.
 
 
 // endpoint options: START
-The Jetty Websocket component is configured using the URI syntax with the following path and query parameters:
+The Jetty Websocket endpoint is configured using URI syntax:
 
     websocket:host:port/resourceUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc b/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc
index ffadba2..8411452 100644
--- a/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc
+++ b/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc
@@ -101,10 +101,12 @@ The XML RPC component has no options.
 
 
 // endpoint options: START
-The XML RPC component is configured using the URI syntax with the following path and query parameters:
+The XML RPC endpoint is configured using URI syntax:
 
     xmlrpc:address
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-xmlsecurity/src/main/docs/xmlsecurity-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-xmlsecurity/src/main/docs/xmlsecurity-component.adoc b/components/camel-xmlsecurity/src/main/docs/xmlsecurity-component.adoc
index 912c13a..4524bba 100644
--- a/components/camel-xmlsecurity/src/main/docs/xmlsecurity-component.adoc
+++ b/components/camel-xmlsecurity/src/main/docs/xmlsecurity-component.adoc
@@ -247,10 +247,12 @@ The XML Security component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The XML Security component is configured using the URI syntax with the following path and query parameters:
+The XML Security endpoint is configured using URI syntax:
 
     xmlsecurity:command:name
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-xmpp/src/main/docs/xmpp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-xmpp/src/main/docs/xmpp-component.adoc b/components/camel-xmpp/src/main/docs/xmpp-component.adoc
index 34de2c2..12c94ac 100644
--- a/components/camel-xmpp/src/main/docs/xmpp-component.adoc
+++ b/components/camel-xmpp/src/main/docs/xmpp-component.adoc
@@ -43,10 +43,12 @@ The XMPP component has no options.
 
 
 // endpoint options: START
-The XMPP component is configured using the URI syntax with the following path and query parameters:
+The XMPP endpoint is configured using URI syntax:
 
     xmpp:host:port/participant
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-yammer/src/main/docs/yammer-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-yammer/src/main/docs/yammer-component.adoc b/components/camel-yammer/src/main/docs/yammer-component.adoc
index efffa73..0ad7c8a 100644
--- a/components/camel-yammer/src/main/docs/yammer-component.adoc
+++ b/components/camel-yammer/src/main/docs/yammer-component.adoc
@@ -66,10 +66,12 @@ You can also configure these options directly in the endpoint.
 
 
 // endpoint options: START
-The Yammer component is configured using the URI syntax with the following path and query parameters:
+The Yammer endpoint is configured using URI syntax:
 
     yammer:function
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc b/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
index 7e53f89..f40e22d 100644
--- a/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
+++ b/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
@@ -54,10 +54,12 @@ The ZooKeeper component supports 2 options which are listed below.
 // component options: END
 
 // endpoint options: START
-The ZooKeeper component is configured using the URI syntax with the following path and query parameters:
+The ZooKeeper endpoint is configured using URI syntax:
 
     zookeeper:serverUrls/path
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]


[4/4] camel git commit: Component docs - polished

Posted by da...@apache.org.
Component docs - polished


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/71d4ae2a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/71d4ae2a
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/71d4ae2a

Branch: refs/heads/master
Commit: 71d4ae2a73b97de638948aa73c8f13d190423e02
Parents: 6cc7224
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Mar 6 18:35:09 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Mar 6 18:35:09 2017 +0100

----------------------------------------------------------------------
 camel-core/src/main/docs/bean-component.adoc                 | 8 +++++---
 camel-core/src/main/docs/binding-component.adoc              | 8 +++++---
 camel-core/src/main/docs/browse-component.adoc               | 8 +++++---
 camel-core/src/main/docs/class-component.adoc                | 8 +++++---
 camel-core/src/main/docs/controlbus-component.adoc           | 8 +++++---
 camel-core/src/main/docs/dataformat-component.adoc           | 8 +++++---
 camel-core/src/main/docs/dataset-component.adoc              | 8 +++++---
 camel-core/src/main/docs/direct-component.adoc               | 8 +++++---
 camel-core/src/main/docs/direct-vm-component.adoc            | 8 +++++---
 camel-core/src/main/docs/file-component.adoc                 | 8 +++++---
 camel-core/src/main/docs/language-component.adoc             | 8 +++++---
 camel-core/src/main/docs/log-component.adoc                  | 8 +++++---
 camel-core/src/main/docs/mock-component.adoc                 | 8 +++++---
 camel-core/src/main/docs/properties-component.adoc           | 8 +++++---
 camel-core/src/main/docs/ref-component.adoc                  | 8 +++++---
 camel-core/src/main/docs/rest-api-component.adoc             | 8 +++++---
 camel-core/src/main/docs/rest-component.adoc                 | 8 +++++---
 camel-core/src/main/docs/scheduler-component.adoc            | 8 +++++---
 camel-core/src/main/docs/seda-component.adoc                 | 8 +++++---
 camel-core/src/main/docs/stub-component.adoc                 | 8 +++++---
 camel-core/src/main/docs/test-component.adoc                 | 8 +++++---
 camel-core/src/main/docs/timer-component.adoc                | 8 +++++---
 camel-core/src/main/docs/validator-component.adoc            | 8 +++++---
 camel-core/src/main/docs/vm-component.adoc                   | 8 +++++---
 camel-core/src/main/docs/xslt-component.adoc                 | 8 +++++---
 components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc  | 4 +++-
 components/camel-ahc/src/main/docs/ahc-component.adoc        | 4 +++-
 components/camel-amqp/src/main/docs/amqp-component.adoc      | 4 +++-
 components/camel-apns/src/main/docs/apns-component.adoc      | 4 +++-
 .../camel-asterisk/src/main/docs/asterisk-component.adoc     | 4 +++-
 components/camel-atmos/src/main/docs/atmos-component.adoc    | 4 +++-
 .../src/main/docs/atmosphere-websocket-component.adoc        | 4 +++-
 components/camel-atom/src/main/docs/atom-component.adoc      | 4 +++-
 components/camel-avro/src/main/docs/avro-component.adoc      | 4 +++-
 components/camel-aws/src/main/docs/aws-cw-component.adoc     | 4 +++-
 components/camel-aws/src/main/docs/aws-ddb-component.adoc    | 4 +++-
 .../camel-aws/src/main/docs/aws-ddbstream-component.adoc     | 4 +++-
 components/camel-aws/src/main/docs/aws-ec2-component.adoc    | 4 +++-
 .../camel-aws/src/main/docs/aws-kinesis-component.adoc       | 4 +++-
 components/camel-aws/src/main/docs/aws-s3-component.adoc     | 4 +++-
 components/camel-aws/src/main/docs/aws-sdb-component.adoc    | 4 +++-
 components/camel-aws/src/main/docs/aws-ses-component.adoc    | 4 +++-
 components/camel-aws/src/main/docs/aws-sns-component.adoc    | 4 +++-
 components/camel-aws/src/main/docs/aws-sqs-component.adoc    | 4 +++-
 components/camel-aws/src/main/docs/aws-swf-component.adoc    | 4 +++-
 .../camel-azure/src/main/docs/azure-blob-component.adoc      | 4 +++-
 .../camel-azure/src/main/docs/azure-queue-component.adoc     | 4 +++-
 .../src/main/docs/bean-validator-component.adoc              | 4 +++-
 .../camel-beanstalk/src/main/docs/beanstalk-component.adoc   | 4 +++-
 components/camel-bonita/src/main/docs/bonita-component.adoc  | 4 +++-
 .../camel-box-component/src/main/docs/box-component.adoc     | 4 +++-
 .../camel-braintree/src/main/docs/braintree-component.adoc   | 4 +++-
 components/camel-cache/src/main/docs/cache-component.adoc    | 4 +++-
 .../camel-cassandraql/src/main/docs/cql-component.adoc       | 4 +++-
 .../src/main/docs/chronicle-engine-component.adoc            | 4 +++-
 components/camel-chunk/src/main/docs/chunk-component.adoc    | 4 +++-
 components/camel-cm-sms/src/main/docs/cm-sms-component.adoc  | 4 +++-
 components/camel-cmis/src/main/docs/cmis-component.adoc      | 4 +++-
 components/camel-coap/src/main/docs/coap-component.adoc      | 4 +++-
 components/camel-cometd/src/main/docs/cometd-component.adoc  | 4 +++-
 components/camel-consul/src/main/docs/consul-component.adoc  | 4 +++-
 .../camel-context/src/main/docs/context-component.adoc       | 4 +++-
 .../camel-couchbase/src/main/docs/couchbase-component.adoc   | 4 +++-
 .../camel-couchdb/src/main/docs/couchdb-component.adoc       | 4 +++-
 components/camel-crypto/src/main/docs/crypto-component.adoc  | 4 +++-
 components/camel-cxf/src/main/docs/cxf-component.adoc        | 4 +++-
 components/camel-cxf/src/main/docs/cxfrs-component.adoc      | 4 +++-
 .../camel-disruptor/src/main/docs/disruptor-component.adoc   | 4 +++-
 components/camel-dns/src/main/docs/dns-component.adoc        | 4 +++-
 components/camel-docker/src/main/docs/docker-component.adoc  | 4 +++-
 components/camel-dozer/src/main/docs/dozer-component.adoc    | 4 +++-
 components/camel-drill/src/main/docs/drill-component.adoc    | 4 +++-
 .../camel-dropbox/src/main/docs/dropbox-component.adoc       | 4 +++-
 .../camel-ehcache/src/main/docs/ehcache-component.adoc       | 4 +++-
 components/camel-ejb/src/main/docs/ejb-component.adoc        | 4 +++-
 .../src/main/docs/elasticsearch-component.adoc               | 4 +++-
 .../src/main/docs/elasticsearch5-component.adoc              | 4 +++-
 components/camel-elsql/src/main/docs/elsql-component.adoc    | 4 +++-
 components/camel-etcd/src/main/docs/etcd-component.adoc      | 4 +++-
 .../camel-eventadmin/src/main/docs/eventadmin-component.adoc | 4 +++-
 components/camel-exec/src/main/docs/exec-component.adoc      | 4 +++-
 .../camel-facebook/src/main/docs/facebook-component.adoc     | 4 +++-
 .../camel-flatpack/src/main/docs/flatpack-component.adoc     | 4 +++-
 components/camel-flink/src/main/docs/flink-component.adoc    | 4 +++-
 components/camel-fop/src/main/docs/fop-component.adoc        | 4 +++-
 .../camel-freemarker/src/main/docs/freemarker-component.adoc | 4 +++-
 components/camel-ftp/src/main/docs/ftp-component.adoc        | 4 +++-
 components/camel-ftp/src/main/docs/ftps-component.adoc       | 4 +++-
 components/camel-ftp/src/main/docs/sftp-component.adoc       | 4 +++-
 .../camel-ganglia/src/main/docs/ganglia-component.adoc       | 4 +++-
 .../camel-geocoder/src/main/docs/geocoder-component.adoc     | 4 +++-
 components/camel-git/src/main/docs/git-component.adoc        | 4 +++-
 components/camel-github/src/main/docs/github-component.adoc  | 4 +++-
 .../src/main/docs/google-calendar-component.adoc             | 4 +++-
 .../src/main/docs/google-drive-component.adoc                | 4 +++-
 .../src/main/docs/google-mail-component.adoc                 | 4 +++-
 .../src/main/docs/google-pubsub-component.adoc               | 4 +++-
 components/camel-gora/src/main/docs/gora-component.adoc      | 4 +++-
 components/camel-grape/src/main/docs/grape-component.adoc    | 4 +++-
 .../src/main/docs/guava-eventbus-component.adoc              | 4 +++-
 .../camel-hazelcast/src/main/docs/hazelcast-component.adoc   | 4 +++-
 components/camel-hbase/src/main/docs/hbase-component.adoc    | 4 +++-
 components/camel-hdfs/src/main/docs/hdfs-component.adoc      | 4 +++-
 components/camel-hdfs2/src/main/docs/hdfs2-component.adoc    | 4 +++-
 .../camel-hipchat/src/main/docs/hipchat-component.adoc       | 4 +++-
 components/camel-http/src/main/docs/http-component.adoc      | 4 +++-
 components/camel-http4/src/main/docs/http4-component.adoc    | 4 +++-
 components/camel-ibatis/src/main/docs/ibatis-component.adoc  | 4 +++-
 .../camel-infinispan/src/main/docs/infinispan-component.adoc | 4 +++-
 .../camel-influxdb/src/main/docs/influxdb-component.adoc     | 4 +++-
 components/camel-irc/src/main/docs/irc-component.adoc        | 4 +++-
 components/camel-ironmq/src/main/docs/ironmq-component.adoc  | 4 +++-
 .../camel-javaspace/src/main/docs/javaspace-component.adoc   | 4 +++-
 components/camel-jbpm/src/main/docs/jbpm-component.adoc      | 4 +++-
 components/camel-jcache/src/main/docs/jcache-component.adoc  | 4 +++-
 .../camel-jclouds/src/main/docs/jclouds-component.adoc       | 4 +++-
 components/camel-jcr/src/main/docs/jcr-component.adoc        | 4 +++-
 components/camel-jdbc/src/main/docs/jdbc-component.adoc      | 4 +++-
 components/camel-jetty9/src/main/docs/jetty-component.adoc   | 4 +++-
 .../camel-jgroups/src/main/docs/jgroups-component.adoc       | 4 +++-
 components/camel-jing/src/main/docs/jing-component.adoc      | 4 +++-
 components/camel-jira/src/main/docs/jira-component.adoc      | 4 +++-
 components/camel-jms/src/main/docs/jms-component.adoc        | 4 +++-
 components/camel-jmx/src/main/docs/jmx-component.adoc        | 4 +++-
 components/camel-jolt/src/main/docs/jolt-component.adoc      | 4 +++-
 components/camel-jpa/src/main/docs/jpa-component.adoc        | 4 +++-
 components/camel-jsch/src/main/docs/scp-component.adoc       | 4 +++-
 components/camel-jt400/src/main/docs/jt400-component.adoc    | 4 +++-
 components/camel-kafka/src/main/docs/kafka-component.adoc    | 4 +++-
 .../camel-kestrel/src/main/docs/kestrel-component.adoc       | 4 +++-
 components/camel-krati/src/main/docs/krati-component.adoc    | 4 +++-
 .../camel-kubernetes/src/main/docs/kubernetes-component.adoc | 4 +++-
 components/camel-ldap/src/main/docs/ldap-component.adoc      | 4 +++-
 .../src/main/docs/linkedin-component.adoc                    | 4 +++-
 components/camel-lucene/src/main/docs/lucene-component.adoc  | 4 +++-
 .../camel-lumberjack/src/main/docs/lumberjack-component.adoc | 4 +++-
 components/camel-mail/src/main/docs/mail-component.adoc      | 4 +++-
 .../camel-metrics/src/main/docs/metrics-component.adoc       | 4 +++-
 components/camel-mina/src/main/docs/mina-component.adoc      | 4 +++-
 components/camel-mina2/src/main/docs/mina2-component.adoc    | 4 +++-
 components/camel-mllp/src/main/docs/mllp-component.adoc      | 4 +++-
 .../src/main/docs/mongodb-gridfs-component.adoc              | 4 +++-
 .../camel-mongodb/src/main/docs/mongodb-component.adoc       | 4 +++-
 .../camel-mongodb3/src/main/docs/mongodb3-component.adoc     | 4 +++-
 components/camel-mqtt/src/main/docs/mqtt-component.adoc      | 4 +++-
 components/camel-msv/src/main/docs/msv-component.adoc        | 4 +++-
 .../camel-mustache/src/main/docs/mustache-component.adoc     | 4 +++-
 components/camel-mvel/src/main/docs/mvel-component.adoc      | 4 +++-
 .../camel-mybatis/src/main/docs/mybatis-component.adoc       | 4 +++-
 components/camel-nagios/src/main/docs/nagios-component.adoc  | 4 +++-
 components/camel-nats/src/main/docs/nats-component.adoc      | 4 +++-
 .../camel-netty-http/src/main/docs/netty-http-component.adoc | 4 +++-
 components/camel-netty/src/main/docs/netty-component.adoc    | 4 +++-
 .../src/main/docs/netty4-http-component.adoc                 | 4 +++-
 components/camel-netty4/src/main/docs/netty4-component.adoc  | 4 +++-
 .../src/main/docs/olingo2-component.adoc                     | 4 +++-
 .../camel-openshift/src/main/docs/openshift-component.adoc   | 4 +++-
 .../src/main/docs/openstack-cinder-component.adoc            | 4 +++-
 .../src/main/docs/openstack-glance-component.adoc            | 4 +++-
 .../src/main/docs/openstack-keystone-component.adoc          | 4 +++-
 .../src/main/docs/openstack-neutron-component.adoc           | 4 +++-
 .../src/main/docs/openstack-nova-component.adoc              | 4 +++-
 .../src/main/docs/openstack-swift-component.adoc             | 4 +++-
 .../src/main/docs/optaplanner-component.adoc                 | 4 +++-
 components/camel-paho/src/main/docs/paho-component.adoc      | 4 +++-
 .../camel-paxlogging/src/main/docs/paxlogging-component.adoc | 4 +++-
 components/camel-pdf/src/main/docs/pdf-component.adoc        | 4 +++-
 .../camel-pgevent/src/main/docs/pgevent-component.adoc       | 4 +++-
 components/camel-printer/src/main/docs/lpr-component.adoc    | 4 +++-
 components/camel-quartz/src/main/docs/quartz-component.adoc  | 4 +++-
 .../camel-quartz2/src/main/docs/quartz2-component.adoc       | 4 +++-
 .../camel-quickfix/src/main/docs/quickfix-component.adoc     | 4 +++-
 .../camel-rabbitmq/src/main/docs/rabbitmq-component.adoc     | 4 +++-
 .../src/main/docs/reactive-streams-component.adoc            | 4 +++-
 .../camel-restlet/src/main/docs/restlet-component.adoc       | 4 +++-
 components/camel-rmi/src/main/docs/rmi-component.adoc        | 4 +++-
 .../camel-routebox/src/main/docs/routebox-component.adoc     | 4 +++-
 components/camel-rss/src/main/docs/rss-component.adoc        | 4 +++-
 .../src/main/docs/salesforce-component.adoc                  | 4 +++-
 .../src/main/docs/sap-netweaver-component.adoc               | 4 +++-
 components/camel-saxon/src/main/docs/xquery-component.adoc   | 4 +++-
 .../camel-schematron/src/main/docs/schematron-component.adoc | 4 +++-
 .../camel-servicenow/src/main/docs/servicenow-component.adoc | 4 +++-
 .../camel-servlet/src/main/docs/servlet-component.adoc       | 4 +++-
 components/camel-sip/src/main/docs/sip-component.adoc        | 4 +++-
 .../camel-sjms/src/main/docs/sjms-batch-component.adoc       | 4 +++-
 components/camel-sjms/src/main/docs/sjms-component.adoc      | 4 +++-
 components/camel-slack/src/main/docs/slack-component.adoc    | 4 +++-
 components/camel-smpp/src/main/docs/smpp-component.adoc      | 4 +++-
 components/camel-snmp/src/main/docs/snmp-component.adoc      | 4 +++-
 components/camel-solr/src/main/docs/solr-component.adoc      | 4 +++-
 .../camel-spark-rest/src/main/docs/spark-rest-component.adoc | 4 +++-
 components/camel-spark/src/main/docs/spark-component.adoc    | 4 +++-
 components/camel-splunk/src/main/docs/splunk-component.adoc  | 4 +++-
 .../src/main/docs/spring-batch-component.adoc                | 4 +++-
 .../src/main/docs/spring-integration-component.adoc          | 4 +++-
 .../src/main/docs/spring-ldap-component.adoc                 | 4 +++-
 .../src/main/docs/spring-redis-component.adoc                | 4 +++-
 .../camel-spring-ws/src/main/docs/spring-ws-component.adoc   | 4 +++-
 .../camel-spring/src/main/docs/spring-event-component.adoc   | 4 +++-
 components/camel-sql/src/main/docs/sql-component.adoc        | 4 +++-
 components/camel-sql/src/main/docs/sql-stored-component.adoc | 4 +++-
 components/camel-ssh/src/main/docs/ssh-component.adoc        | 4 +++-
 components/camel-stax/src/main/docs/stax-component.adoc      | 4 +++-
 components/camel-stomp/src/main/docs/stomp-component.adoc    | 4 +++-
 components/camel-stream/src/main/docs/stream-component.adoc  | 4 +++-
 .../src/main/docs/string-template-component.adoc             | 4 +++-
 .../camel-telegram/src/main/docs/telegram-component.adoc     | 4 +++-
 components/camel-tika/src/main/docs/tika-component.adoc      | 4 +++-
 .../camel-twitter/src/main/docs/twitter-component.adoc       | 4 +++-
 .../camel-undertow/src/main/docs/undertow-component.adoc     | 4 +++-
 .../camel-velocity/src/main/docs/velocity-component.adoc     | 4 +++-
 components/camel-vertx/src/main/docs/vertx-component.adoc    | 4 +++-
 .../camel-weather/src/main/docs/weather-component.adoc       | 4 +++-
 .../camel-websocket/src/main/docs/websocket-component.adoc   | 4 +++-
 components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc  | 4 +++-
 .../src/main/docs/xmlsecurity-component.adoc                 | 4 +++-
 components/camel-xmpp/src/main/docs/xmpp-component.adoc      | 4 +++-
 components/camel-yammer/src/main/docs/yammer-component.adoc  | 4 +++-
 .../camel-zookeeper/src/main/docs/zookeeper-component.adoc   | 4 +++-
 220 files changed, 710 insertions(+), 270 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/bean-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/bean-component.adoc b/camel-core/src/main/docs/bean-component.adoc
index ceec2da..8e8a34a 100644
--- a/camel-core/src/main/docs/bean-component.adoc
+++ b/camel-core/src/main/docs/bean-component.adoc
@@ -24,11 +24,13 @@ The Bean component has no options.
 
 
 // endpoint options: START
-The Bean component is configured using the URI syntax with the following path and query parameters:
+The Bean endpoint is configured using URI syntax:
 
     bean:beanName
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -36,7 +38,7 @@ The Bean component is configured using the URI syntax with the following path an
 | beanName |  | String | *Required* Sets the name of the bean to invoke
 |=======================================================================
 
-#### 5 query parameters:
+#### Query Parameters (5 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/binding-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/binding-component.adoc b/camel-core/src/main/docs/binding-component.adoc
index 75e081c..3e6a338 100644
--- a/camel-core/src/main/docs/binding-component.adoc
+++ b/camel-core/src/main/docs/binding-component.adoc
@@ -26,11 +26,13 @@ The Binding component has no options.
 
 
 // endpoint options: START
-The Binding component is configured using the URI syntax with the following path and query parameters:
+The Binding endpoint is configured using URI syntax:
 
     binding:bindingName:delegateUri
 
-#### 2 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -39,7 +41,7 @@ The Binding component is configured using the URI syntax with the following path
 | delegateUri |  | String | *Required* Uri of the delegate endpoint.
 |=======================================================================
 
-#### 4 query parameters:
+#### Query Parameters (4 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/browse-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/browse-component.adoc b/camel-core/src/main/docs/browse-component.adoc
index f9eb15f..2519a2d 100644
--- a/camel-core/src/main/docs/browse-component.adoc
+++ b/camel-core/src/main/docs/browse-component.adoc
@@ -27,11 +27,13 @@ The Browse component has no options.
 
 
 // endpoint options: START
-The Browse component is configured using the URI syntax with the following path and query parameters:
+The Browse endpoint is configured using URI syntax:
 
     browse:name
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -39,7 +41,7 @@ The Browse component is configured using the URI syntax with the following path
 | name |  | String | *Required* A name which can be any string to uniquely identify the endpoint
 |=======================================================================
 
-#### 4 query parameters:
+#### Query Parameters (4 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/class-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/class-component.adoc b/camel-core/src/main/docs/class-component.adoc
index bebeef4..036ae58 100644
--- a/camel-core/src/main/docs/class-component.adoc
+++ b/camel-core/src/main/docs/class-component.adoc
@@ -27,11 +27,13 @@ The Class component has no options.
 
 
 // endpoint options: START
-The Class component is configured using the URI syntax with the following path and query parameters:
+The Class endpoint is configured using URI syntax:
 
     class:beanName
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -39,7 +41,7 @@ The Class component is configured using the URI syntax with the following path a
 | beanName |  | String | *Required* Sets the name of the bean to invoke
 |=======================================================================
 
-#### 5 query parameters:
+#### Query Parameters (5 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/controlbus-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/controlbus-component.adoc b/camel-core/src/main/docs/controlbus-component.adoc
index 444771a..73df530 100644
--- a/camel-core/src/main/docs/controlbus-component.adoc
+++ b/camel-core/src/main/docs/controlbus-component.adoc
@@ -68,11 +68,13 @@ The Control Bus component has no options.
 
 
 // endpoint options: START
-The Control Bus component is configured using the URI syntax with the following path and query parameters:
+The Control Bus endpoint is configured using URI syntax:
 
     controlbus:command:language
 
-#### 2 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -81,7 +83,7 @@ The Control Bus component is configured using the URI syntax with the following
 | language |  | Language | Allows you to specify the name of a Language to use for evaluating the message body. If there is any result from the evaluation then the result is put in the message body.
 |=======================================================================
 
-#### 5 query parameters:
+#### Query Parameters (5 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/dataformat-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/dataformat-component.adoc b/camel-core/src/main/docs/dataformat-component.adoc
index ffa2bbc..611a570 100644
--- a/camel-core/src/main/docs/dataformat-component.adoc
+++ b/camel-core/src/main/docs/dataformat-component.adoc
@@ -28,11 +28,13 @@ The Data Format component has no options.
 
 
 // endpoint options: START
-The Data Format component is configured using the URI syntax with the following path and query parameters:
+The Data Format endpoint is configured using URI syntax:
 
     dataformat:name:operation
 
-#### 2 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -41,7 +43,7 @@ The Data Format component is configured using the URI syntax with the following
 | operation |  | String | *Required* Operation to use either marshal or unmarshal
 |=======================================================================
 
-#### 1 query parameters:
+#### Query Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/dataset-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/dataset-component.adoc b/camel-core/src/main/docs/dataset-component.adoc
index 89a818b..ac55404 100644
--- a/camel-core/src/main/docs/dataset-component.adoc
+++ b/camel-core/src/main/docs/dataset-component.adoc
@@ -50,11 +50,13 @@ The Dataset component has no options.
 
 
 // endpoint options: START
-The Dataset component is configured using the URI syntax with the following path and query parameters:
+The Dataset endpoint is configured using URI syntax:
 
     dataset:name
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -62,7 +64,7 @@ The Dataset component is configured using the URI syntax with the following path
 | name |  | DataSet | *Required* Name of DataSet to lookup in the registry
 |=======================================================================
 
-#### 19 query parameters:
+#### Query Parameters (19 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/direct-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/direct-component.adoc b/camel-core/src/main/docs/direct-component.adoc
index ab8454b..effe18e 100644
--- a/camel-core/src/main/docs/direct-component.adoc
+++ b/camel-core/src/main/docs/direct-component.adoc
@@ -46,11 +46,13 @@ The Direct component supports 3 options which are listed below.
 
 
 // endpoint options: START
-The Direct component is configured using the URI syntax with the following path and query parameters:
+The Direct endpoint is configured using URI syntax:
 
     direct:name
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -58,7 +60,7 @@ The Direct component is configured using the URI syntax with the following path
 | name |  | String | *Required* Name of direct endpoint
 |=======================================================================
 
-#### 7 query parameters:
+#### Query Parameters (7 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/direct-vm-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/direct-vm-component.adoc b/camel-core/src/main/docs/direct-vm-component.adoc
index 3f8946d..baf8ef6 100644
--- a/camel-core/src/main/docs/direct-vm-component.adoc
+++ b/camel-core/src/main/docs/direct-vm-component.adoc
@@ -59,11 +59,13 @@ The Direct VM component supports 5 options which are listed below.
 
 
 // endpoint options: START
-The Direct VM component is configured using the URI syntax with the following path and query parameters:
+The Direct VM endpoint is configured using URI syntax:
 
     direct-vm:name
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -71,7 +73,7 @@ The Direct VM component is configured using the URI syntax with the following pa
 | name |  | String | *Required* Name of direct-vm endpoint
 |=======================================================================
 
-#### 9 query parameters:
+#### Query Parameters (9 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/file-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/file-component.adoc b/camel-core/src/main/docs/file-component.adoc
index 1d09278..ba60a10 100644
--- a/camel-core/src/main/docs/file-component.adoc
+++ b/camel-core/src/main/docs/file-component.adoc
@@ -60,11 +60,13 @@ The File component has no options.
 
 
 // endpoint options: START
-The File component is configured using the URI syntax with the following path and query parameters:
+The File endpoint is configured using URI syntax:
 
     file:directoryName
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -72,7 +74,7 @@ The File component is configured using the URI syntax with the following path an
 | directoryName |  | File | *Required* The starting directory
 |=======================================================================
 
-#### 80 query parameters:
+#### Query Parameters (80 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/language-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/language-component.adoc b/camel-core/src/main/docs/language-component.adoc
index ae3bd7d..7bec7a2 100644
--- a/camel-core/src/main/docs/language-component.adoc
+++ b/camel-core/src/main/docs/language-component.adoc
@@ -42,11 +42,13 @@ The Language component has no options.
 
 
 // endpoint options: START
-The Language component is configured using the URI syntax with the following path and query parameters:
+The Language endpoint is configured using URI syntax:
 
     language:languageName:resourceUri
 
-#### 2 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -55,7 +57,7 @@ The Language component is configured using the URI syntax with the following pat
 | resourceUri |  | String | Path to the resource or a reference to lookup a bean in the Registry to use as the resource
 |=======================================================================
 
-#### 6 query parameters:
+#### Query Parameters (6 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/log-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/log-component.adoc b/camel-core/src/main/docs/log-component.adoc
index 422f544..bccbcd9 100644
--- a/camel-core/src/main/docs/log-component.adoc
+++ b/camel-core/src/main/docs/log-component.adoc
@@ -72,11 +72,13 @@ The Log component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Log component is configured using the URI syntax with the following path and query parameters:
+The Log endpoint is configured using URI syntax:
 
     log:loggerName
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -84,7 +86,7 @@ The Log component is configured using the URI syntax with the following path and
 | loggerName |  | String | *Required* The logger name to use
 |=======================================================================
 
-#### 25 query parameters:
+#### Query Parameters (25 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/mock-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/mock-component.adoc b/camel-core/src/main/docs/mock-component.adoc
index 7d69bf1..4af5d0e 100644
--- a/camel-core/src/main/docs/mock-component.adoc
+++ b/camel-core/src/main/docs/mock-component.adoc
@@ -93,11 +93,13 @@ The Mock component has no options.
 
 
 // endpoint options: START
-The Mock component is configured using the URI syntax with the following path and query parameters:
+The Mock endpoint is configured using URI syntax:
 
     mock:name
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -105,7 +107,7 @@ The Mock component is configured using the URI syntax with the following path an
 | name |  | String | *Required* Name of mock endpoint
 |=======================================================================
 
-#### 10 query parameters:
+#### Query Parameters (10 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/properties-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/properties-component.adoc b/camel-core/src/main/docs/properties-component.adoc
index 08d5cff..19633a8 100644
--- a/camel-core/src/main/docs/properties-component.adoc
+++ b/camel-core/src/main/docs/properties-component.adoc
@@ -43,11 +43,13 @@ The Properties component supports 17 options which are listed below.
 
 
 // endpoint options: START
-The Properties component is configured using the URI syntax with the following path and query parameters:
+The Properties endpoint is configured using URI syntax:
 
     properties:key
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -55,7 +57,7 @@ The Properties component is configured using the URI syntax with the following p
 | key |  | String | *Required* Property key to use as placeholder
 |=======================================================================
 
-#### 6 query parameters:
+#### Query Parameters (6 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/ref-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/ref-component.adoc b/camel-core/src/main/docs/ref-component.adoc
index 5011681..64162d1 100644
--- a/camel-core/src/main/docs/ref-component.adoc
+++ b/camel-core/src/main/docs/ref-component.adoc
@@ -25,11 +25,13 @@ The Ref component has no options.
 
 
 // endpoint options: START
-The Ref component is configured using the URI syntax with the following path and query parameters:
+The Ref endpoint is configured using URI syntax:
 
     ref:name
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -37,7 +39,7 @@ The Ref component is configured using the URI syntax with the following path and
 | name |  | String | *Required* Name of endpoint to lookup in the registry.
 |=======================================================================
 
-#### 4 query parameters:
+#### Query Parameters (4 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/rest-api-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/rest-api-component.adoc b/camel-core/src/main/docs/rest-api-component.adoc
index 6b1abfd..a7cda49 100644
--- a/camel-core/src/main/docs/rest-api-component.adoc
+++ b/camel-core/src/main/docs/rest-api-component.adoc
@@ -471,11 +471,13 @@ The REST API component has no options.
 
 
 // endpoint options: START
-The REST API component is configured using the URI syntax with the following path and query parameters:
+The REST API endpoint is configured using URI syntax:
 
     rest-api:path/contextIdPattern
 
-#### 2 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -484,7 +486,7 @@ The REST API component is configured using the URI syntax with the following pat
 | contextIdPattern |  | String | Optional CamelContext id pattern to only allow Rest APIs from rest services within CamelContext's which name matches the pattern.
 |=======================================================================
 
-#### 6 query parameters:
+#### Query Parameters (6 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/rest-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/rest-component.adoc b/camel-core/src/main/docs/rest-component.adoc
index b466400..8a9ca86 100644
--- a/camel-core/src/main/docs/rest-component.adoc
+++ b/camel-core/src/main/docs/rest-component.adoc
@@ -33,11 +33,13 @@ The REST component supports 4 options which are listed below.
 // component options: END
 
 // endpoint options: START
-The REST component is configured using the URI syntax with the following path and query parameters:
+The REST endpoint is configured using URI syntax:
 
     rest:method:path:uriTemplate
 
-#### 3 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -47,7 +49,7 @@ The REST component is configured using the URI syntax with the following path an
 | uriTemplate |  | String | The uri template
 |=======================================================================
 
-#### 14 query parameters:
+#### Query Parameters (14 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/scheduler-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/scheduler-component.adoc b/camel-core/src/main/docs/scheduler-component.adoc
index 4a04fcd..87fd8bd 100644
--- a/camel-core/src/main/docs/scheduler-component.adoc
+++ b/camel-core/src/main/docs/scheduler-component.adoc
@@ -45,11 +45,13 @@ The Scheduler component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Scheduler component is configured using the URI syntax with the following path and query parameters:
+The Scheduler endpoint is configured using URI syntax:
 
     scheduler:name
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -57,7 +59,7 @@ The Scheduler component is configured using the URI syntax with the following pa
 | name |  | String | *Required* The name of the scheduler
 |=======================================================================
 
-#### 20 query parameters:
+#### Query Parameters (20 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/seda-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/seda-component.adoc b/camel-core/src/main/docs/seda-component.adoc
index ba72929..c3fde08 100644
--- a/camel-core/src/main/docs/seda-component.adoc
+++ b/camel-core/src/main/docs/seda-component.adoc
@@ -54,11 +54,13 @@ The SEDA component supports 4 options which are listed below.
 
 
 // endpoint options: START
-The SEDA component is configured using the URI syntax with the following path and query parameters:
+The SEDA endpoint is configured using URI syntax:
 
     seda:name
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -66,7 +68,7 @@ The SEDA component is configured using the URI syntax with the following path an
 | name |  | String | *Required* Name of queue
 |=======================================================================
 
-#### 16 query parameters:
+#### Query Parameters (16 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/stub-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/stub-component.adoc b/camel-core/src/main/docs/stub-component.adoc
index 7218c32..e822a48 100644
--- a/camel-core/src/main/docs/stub-component.adoc
+++ b/camel-core/src/main/docs/stub-component.adoc
@@ -44,11 +44,13 @@ The Stub component supports 4 options which are listed below.
 
 
 // endpoint options: START
-The Stub component is configured using the URI syntax with the following path and query parameters:
+The Stub endpoint is configured using URI syntax:
 
     stub:name
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -56,7 +58,7 @@ The Stub component is configured using the URI syntax with the following path an
 | name |  | String | *Required* Name of queue
 |=======================================================================
 
-#### 16 query parameters:
+#### Query Parameters (16 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/test-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/test-component.adoc b/camel-core/src/main/docs/test-component.adoc
index 1b5dd3d..1977860 100644
--- a/camel-core/src/main/docs/test-component.adoc
+++ b/camel-core/src/main/docs/test-component.adoc
@@ -58,11 +58,13 @@ The Test component has no options.
 
 
 // endpoint options: START
-The Test component is configured using the URI syntax with the following path and query parameters:
+The Test endpoint is configured using URI syntax:
 
     test:name
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -70,7 +72,7 @@ The Test component is configured using the URI syntax with the following path an
 | name |  | String | *Required* Name of endpoint to lookup in the registry to use for polling messages used for testing
 |=======================================================================
 
-#### 14 query parameters:
+#### Query Parameters (14 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/timer-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/timer-component.adoc b/camel-core/src/main/docs/timer-component.adoc
index d720492..ecf19b3 100644
--- a/camel-core/src/main/docs/timer-component.adoc
+++ b/camel-core/src/main/docs/timer-component.adoc
@@ -40,11 +40,13 @@ The Timer component has no options.
 
 
 // endpoint options: START
-The Timer component is configured using the URI syntax with the following path and query parameters:
+The Timer endpoint is configured using URI syntax:
 
     timer:timerName
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -52,7 +54,7 @@ The Timer component is configured using the URI syntax with the following path a
 | timerName |  | String | *Required* The name of the timer
 |=======================================================================
 
-#### 12 query parameters:
+#### Query Parameters (12 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/validator-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/validator-component.adoc b/camel-core/src/main/docs/validator-component.adoc
index 56fe3c3..a6816e6 100644
--- a/camel-core/src/main/docs/validator-component.adoc
+++ b/camel-core/src/main/docs/validator-component.adoc
@@ -66,11 +66,13 @@ The Validator component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Validator component is configured using the URI syntax with the following path and query parameters:
+The Validator endpoint is configured using URI syntax:
 
     validator:resourceUri
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -78,7 +80,7 @@ The Validator component is configured using the URI syntax with the following pa
 | resourceUri |  | String | *Required* URL to a local resource on the classpathor a reference to lookup a bean in the Registry or a full URL to a remote resource or resource on the file system which contains the XSD to validate against.
 |=======================================================================
 
-#### 11 query parameters:
+#### Query Parameters (11 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/vm-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/vm-component.adoc b/camel-core/src/main/docs/vm-component.adoc
index 51a296e..36b2106 100644
--- a/camel-core/src/main/docs/vm-component.adoc
+++ b/camel-core/src/main/docs/vm-component.adoc
@@ -77,11 +77,13 @@ The VM component supports 4 options which are listed below.
 
 
 // endpoint options: START
-The VM component is configured using the URI syntax with the following path and query parameters:
+The VM endpoint is configured using URI syntax:
 
     vm:name
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -89,7 +91,7 @@ The VM component is configured using the URI syntax with the following path and
 | name |  | String | *Required* Name of queue
 |=======================================================================
 
-#### 16 query parameters:
+#### Query Parameters (16 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/camel-core/src/main/docs/xslt-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/xslt-component.adoc b/camel-core/src/main/docs/xslt-component.adoc
index 0ea7e87..86b08a0 100644
--- a/camel-core/src/main/docs/xslt-component.adoc
+++ b/camel-core/src/main/docs/xslt-component.adoc
@@ -88,11 +88,13 @@ The XSLT component supports 9 options which are listed below.
 
 
 // endpoint options: START
-The XSLT component is configured using the URI syntax with the following path and query parameters:
+The XSLT endpoint is configured using URI syntax:
 
     xslt:resourceUri
 
-#### 1 path parameters:
+  with the following path and query parameters:
+
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -100,7 +102,7 @@ The XSLT component is configured using the URI syntax with the following path an
 | resourceUri |  | String | *Required* The name of the template to load from classpath or file system
 |=======================================================================
 
-#### 17 query parameters:
+#### Query Parameters (17 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc b/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc
index 1de7b4c..2769036 100644
--- a/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc
+++ b/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc
@@ -62,10 +62,12 @@ The AHC Websocket component supports 7 options which are listed below.
 
 
 // endpoint options: START
-The AHC Websocket component is configured using the URI syntax with the following path and query parameters:
+The AHC Websocket endpoint is configured using URI syntax:
 
     ahc-ws:httpUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-ahc/src/main/docs/ahc-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ahc/src/main/docs/ahc-component.adoc b/components/camel-ahc/src/main/docs/ahc-component.adoc
index baff48b..61563ed 100644
--- a/components/camel-ahc/src/main/docs/ahc-component.adoc
+++ b/components/camel-ahc/src/main/docs/ahc-component.adoc
@@ -44,10 +44,12 @@ You can append query options to the URI in the following format,
 
 
 // endpoint options: START
-The AHC component is configured using the URI syntax with the following path and query parameters:
+The AHC endpoint is configured using URI syntax:
 
     ahc:httpUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-amqp/src/main/docs/amqp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-amqp/src/main/docs/amqp-component.adoc b/components/camel-amqp/src/main/docs/amqp-component.adoc
index bc6f3f0..dd1dc13 100644
--- a/components/camel-amqp/src/main/docs/amqp-component.adoc
+++ b/components/camel-amqp/src/main/docs/amqp-component.adoc
@@ -131,10 +131,12 @@ The AMQP component supports 76 options which are listed below.
 
 
 // endpoint options: START
-The AMQP component is configured using the URI syntax with the following path and query parameters:
+The AMQP endpoint is configured using URI syntax:
 
     amqp:destinationType:destinationName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-apns/src/main/docs/apns-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-apns/src/main/docs/apns-component.adoc b/components/camel-apns/src/main/docs/apns-component.adoc
index 14beb69..a6f2e30 100644
--- a/components/camel-apns/src/main/docs/apns-component.adoc
+++ b/components/camel-apns/src/main/docs/apns-component.adoc
@@ -67,10 +67,12 @@ The APNS component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The APNS component is configured using the URI syntax with the following path and query parameters:
+The APNS endpoint is configured using URI syntax:
 
     apns:name
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-asterisk/src/main/docs/asterisk-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-asterisk/src/main/docs/asterisk-component.adoc b/components/camel-asterisk/src/main/docs/asterisk-component.adoc
index 5d8277f..87904d1 100644
--- a/components/camel-asterisk/src/main/docs/asterisk-component.adoc
+++ b/components/camel-asterisk/src/main/docs/asterisk-component.adoc
@@ -33,10 +33,12 @@ The Asterisk component has no options.
 // component options: END
 
 // endpoint options: START
-The Asterisk component is configured using the URI syntax with the following path and query parameters:
+The Asterisk endpoint is configured using URI syntax:
 
     asterisk:name
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-atmos/src/main/docs/atmos-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-atmos/src/main/docs/atmos-component.adoc b/components/camel-atmos/src/main/docs/atmos-component.adoc
index 1e47841..09d27df 100644
--- a/components/camel-atmos/src/main/docs/atmos-component.adoc
+++ b/components/camel-atmos/src/main/docs/atmos-component.adoc
@@ -21,10 +21,12 @@ The Atmos component has no options.
 
 
 // endpoint options: START
-The Atmos component is configured using the URI syntax with the following path and query parameters:
+The Atmos endpoint is configured using URI syntax:
 
     atmos:name/operation
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc b/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
index b509dd0..fbb89d3 100644
--- a/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
+++ b/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
@@ -56,10 +56,12 @@ The Atmosphere Websocket component supports 8 options which are listed below.
 
 
 // endpoint options: START
-The Atmosphere Websocket component is configured using the URI syntax with the following path and query parameters:
+The Atmosphere Websocket endpoint is configured using URI syntax:
 
     atmosphere-websocket:servicePath
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-atom/src/main/docs/atom-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-atom/src/main/docs/atom-component.adoc b/components/camel-atom/src/main/docs/atom-component.adoc
index 50fb7b0..000c382 100644
--- a/components/camel-atom/src/main/docs/atom-component.adoc
+++ b/components/camel-atom/src/main/docs/atom-component.adoc
@@ -40,10 +40,12 @@ The Atom component has no options.
 
 
 // endpoint options: START
-The Atom component is configured using the URI syntax with the following path and query parameters:
+The Atom endpoint is configured using URI syntax:
 
     atom:feedUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-avro/src/main/docs/avro-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-avro/src/main/docs/avro-component.adoc b/components/camel-avro/src/main/docs/avro-component.adoc
index 9972636..6f7da01 100644
--- a/components/camel-avro/src/main/docs/avro-component.adoc
+++ b/components/camel-avro/src/main/docs/avro-component.adoc
@@ -189,10 +189,12 @@ The Avro component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Avro component is configured using the URI syntax with the following path and query parameters:
+The Avro endpoint is configured using URI syntax:
 
     avro:transport:host:port/messageName
 
+  with the following path and query parameters:
+
 #### Path Parameters (4 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-aws/src/main/docs/aws-cw-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-cw-component.adoc b/components/camel-aws/src/main/docs/aws-cw-component.adoc
index eea13ff..7a9b7de 100644
--- a/components/camel-aws/src/main/docs/aws-cw-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-cw-component.adoc
@@ -35,10 +35,12 @@ The AWS CloudWatch component has no options.
 
 
 // endpoint options: START
-The AWS CloudWatch component is configured using the URI syntax with the following path and query parameters:
+The AWS CloudWatch endpoint is configured using URI syntax:
 
     aws-cw:namespace
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-aws/src/main/docs/aws-ddb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-ddb-component.adoc b/components/camel-aws/src/main/docs/aws-ddb-component.adoc
index 1cb1df8..3265542 100644
--- a/components/camel-aws/src/main/docs/aws-ddb-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-ddb-component.adoc
@@ -32,10 +32,12 @@ The AWS DynamoDB component has no options.
 
 
 // endpoint options: START
-The AWS DynamoDB component is configured using the URI syntax with the following path and query parameters:
+The AWS DynamoDB endpoint is configured using URI syntax:
 
     aws-ddb:tableName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-aws/src/main/docs/aws-ddbstream-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-ddbstream-component.adoc b/components/camel-aws/src/main/docs/aws-ddbstream-component.adoc
index c95705c..5914422 100644
--- a/components/camel-aws/src/main/docs/aws-ddbstream-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-ddbstream-component.adoc
@@ -35,10 +35,12 @@ The AWS DynamoDB Streams component has no options.
 
 
 // endpoint options: START
-The AWS DynamoDB Streams component is configured using the URI syntax with the following path and query parameters:
+The AWS DynamoDB Streams endpoint is configured using URI syntax:
 
     aws-ddbstream:tableName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-aws/src/main/docs/aws-ec2-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-ec2-component.adoc b/components/camel-aws/src/main/docs/aws-ec2-component.adoc
index 4ed0147..9f3b9bb 100644
--- a/components/camel-aws/src/main/docs/aws-ec2-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-ec2-component.adoc
@@ -32,10 +32,12 @@ The AWS EC2 component has no options.
 
 
 // endpoint options: START
-The AWS EC2 component is configured using the URI syntax with the following path and query parameters:
+The AWS EC2 endpoint is configured using URI syntax:
 
     aws-ec2:label
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-aws/src/main/docs/aws-kinesis-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-kinesis-component.adoc b/components/camel-aws/src/main/docs/aws-kinesis-component.adoc
index 2748244..53bd3b0 100644
--- a/components/camel-aws/src/main/docs/aws-kinesis-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-kinesis-component.adoc
@@ -36,10 +36,12 @@ The AWS Kinesis component has no options.
 
 
 // endpoint options: START
-The AWS Kinesis component is configured using the URI syntax with the following path and query parameters:
+The AWS Kinesis endpoint is configured using URI syntax:
 
     aws-kinesis:streamName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-aws/src/main/docs/aws-s3-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-s3-component.adoc b/components/camel-aws/src/main/docs/aws-s3-component.adoc
index 3b9c4ff..caaff84 100644
--- a/components/camel-aws/src/main/docs/aws-s3-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-s3-component.adoc
@@ -49,10 +49,12 @@ The AWS S3 Storage Service component has no options.
 
 
 // endpoint options: START
-The AWS S3 Storage Service component is configured using the URI syntax with the following path and query parameters:
+The AWS S3 Storage Service endpoint is configured using URI syntax:
 
     aws-s3:bucketNameOrArn
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-aws/src/main/docs/aws-sdb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-sdb-component.adoc b/components/camel-aws/src/main/docs/aws-sdb-component.adoc
index 13d0e7f..074e10e 100644
--- a/components/camel-aws/src/main/docs/aws-sdb-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-sdb-component.adoc
@@ -32,10 +32,12 @@ The AWS SimpleDB component has no options.
 
 
 // endpoint options: START
-The AWS SimpleDB component is configured using the URI syntax with the following path and query parameters:
+The AWS SimpleDB endpoint is configured using URI syntax:
 
     aws-sdb:domainName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-aws/src/main/docs/aws-ses-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-ses-component.adoc b/components/camel-aws/src/main/docs/aws-ses-component.adoc
index bcc3a6f..9d9c3e4 100644
--- a/components/camel-aws/src/main/docs/aws-ses-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-ses-component.adoc
@@ -32,10 +32,12 @@ The AWS Simple Email Service component has no options.
 
 
 // endpoint options: START
-The AWS Simple Email Service component is configured using the URI syntax with the following path and query parameters:
+The AWS Simple Email Service endpoint is configured using URI syntax:
 
     aws-ses:from
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-aws/src/main/docs/aws-sns-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-sns-component.adoc b/components/camel-aws/src/main/docs/aws-sns-component.adoc
index 3129dfd..c1892cd 100644
--- a/components/camel-aws/src/main/docs/aws-sns-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-sns-component.adoc
@@ -36,10 +36,12 @@ The AWS Simple Notification System component has no options.
 
 
 // endpoint options: START
-The AWS Simple Notification System component is configured using the URI syntax with the following path and query parameters:
+The AWS Simple Notification System endpoint is configured using URI syntax:
 
     aws-sns:topicNameOrArn
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-aws/src/main/docs/aws-sqs-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-sqs-component.adoc b/components/camel-aws/src/main/docs/aws-sqs-component.adoc
index ad4587f..37d632c 100644
--- a/components/camel-aws/src/main/docs/aws-sqs-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-sqs-component.adoc
@@ -37,10 +37,12 @@ The AWS Simple Queue Service component has no options.
 
 
 // endpoint options: START
-The AWS Simple Queue Service component is configured using the URI syntax with the following path and query parameters:
+The AWS Simple Queue Service endpoint is configured using URI syntax:
 
     aws-sqs:queueNameOrArn
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-aws/src/main/docs/aws-swf-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-swf-component.adoc b/components/camel-aws/src/main/docs/aws-swf-component.adoc
index bd63ed0..b382752 100644
--- a/components/camel-aws/src/main/docs/aws-swf-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-swf-component.adoc
@@ -32,10 +32,12 @@ The AWS Simple Workflow component has no options.
 
 
 // endpoint options: START
-The AWS Simple Workflow component is configured using the URI syntax with the following path and query parameters:
+The AWS Simple Workflow endpoint is configured using URI syntax:
 
     aws-swf:type
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-azure/src/main/docs/azure-blob-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-azure/src/main/docs/azure-blob-component.adoc b/components/camel-azure/src/main/docs/azure-blob-component.adoc
index faff51b..fe1725a 100644
--- a/components/camel-azure/src/main/docs/azure-blob-component.adoc
+++ b/components/camel-azure/src/main/docs/azure-blob-component.adoc
@@ -48,10 +48,12 @@ The Azure Storage Blob Service component has no options.
 
 
 // endpoint options: START
-The Azure Storage Blob Service component is configured using the URI syntax with the following path and query parameters:
+The Azure Storage Blob Service endpoint is configured using URI syntax:
 
     azure-blob:containerOrBlobUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-azure/src/main/docs/azure-queue-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-azure/src/main/docs/azure-queue-component.adoc b/components/camel-azure/src/main/docs/azure-queue-component.adoc
index 562bd1a..780d6e8 100644
--- a/components/camel-azure/src/main/docs/azure-queue-component.adoc
+++ b/components/camel-azure/src/main/docs/azure-queue-component.adoc
@@ -48,10 +48,12 @@ The Azure Storage Queue Service component has no options.
 
 
 // endpoint options: START
-The Azure Storage Queue Service component is configured using the URI syntax with the following path and query parameters:
+The Azure Storage Queue Service endpoint is configured using URI syntax:
 
     azure-queue:containerAndQueueUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc b/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
index 56e4a68..e9bff6a 100644
--- a/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
+++ b/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
@@ -50,10 +50,12 @@ The Bean Validator component has no options.
 
 
 // endpoint options: START
-The Bean Validator component is configured using the URI syntax with the following path and query parameters:
+The Bean Validator endpoint is configured using URI syntax:
 
     bean-validator:label
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-beanstalk/src/main/docs/beanstalk-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-beanstalk/src/main/docs/beanstalk-component.adoc b/components/camel-beanstalk/src/main/docs/beanstalk-component.adoc
index d2356e6..ecbc467 100644
--- a/components/camel-beanstalk/src/main/docs/beanstalk-component.adoc
+++ b/components/camel-beanstalk/src/main/docs/beanstalk-component.adoc
@@ -73,10 +73,12 @@ The Beanstalk component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Beanstalk component is configured using the URI syntax with the following path and query parameters:
+The Beanstalk endpoint is configured using URI syntax:
 
     beanstalk:connectionSettings
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-bonita/src/main/docs/bonita-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-bonita/src/main/docs/bonita-component.adoc b/components/camel-bonita/src/main/docs/bonita-component.adoc
index 5c01ec9..2499b28 100644
--- a/components/camel-bonita/src/main/docs/bonita-component.adoc
+++ b/components/camel-bonita/src/main/docs/bonita-component.adoc
@@ -21,10 +21,12 @@ The Bonita component has no options.
 
 
 // endpoint options: START
-The Bonita component is configured using the URI syntax with the following path and query parameters:
+The Bonita endpoint is configured using URI syntax:
 
     bonita:operation
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
index 55dc775..9d2bee5 100644
--- a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
+++ b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
@@ -60,10 +60,12 @@ The Box component supports 2 options which are listed below.
 // component options: END
 
 // endpoint options: START
-The Box component is configured using the URI syntax with the following path and query parameters:
+The Box endpoint is configured using URI syntax:
 
     box:apiName/methodName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-braintree/src/main/docs/braintree-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-braintree/src/main/docs/braintree-component.adoc b/components/camel-braintree/src/main/docs/braintree-component.adoc
index 9d276fc..9a17fdd 100644
--- a/components/camel-braintree/src/main/docs/braintree-component.adoc
+++ b/components/camel-braintree/src/main/docs/braintree-component.adoc
@@ -52,10 +52,12 @@ The Braintree component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The Braintree component is configured using the URI syntax with the following path and query parameters:
+The Braintree endpoint is configured using URI syntax:
 
     braintree:apiName/methodName
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-cache/src/main/docs/cache-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cache/src/main/docs/cache-component.adoc b/components/camel-cache/src/main/docs/cache-component.adoc
index 5200cc8..cfed698 100644
--- a/components/camel-cache/src/main/docs/cache-component.adoc
+++ b/components/camel-cache/src/main/docs/cache-component.adoc
@@ -64,10 +64,12 @@ The EHCache component supports 4 options which are listed below.
 
 
 // endpoint options: START
-The EHCache component is configured using the URI syntax with the following path and query parameters:
+The EHCache endpoint is configured using URI syntax:
 
     cache:cacheName
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-cassandraql/src/main/docs/cql-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cassandraql/src/main/docs/cql-component.adoc b/components/camel-cassandraql/src/main/docs/cql-component.adoc
index a9b2167..d31bf35 100644
--- a/components/camel-cassandraql/src/main/docs/cql-component.adoc
+++ b/components/camel-cassandraql/src/main/docs/cql-component.adoc
@@ -60,10 +60,12 @@ The Cassandra CQL component has no options.
 
 
 // endpoint options: START
-The Cassandra CQL component is configured using the URI syntax with the following path and query parameters:
+The Cassandra CQL endpoint is configured using URI syntax:
 
     cql:beanRef:hosts:port/keyspace
 
+  with the following path and query parameters:
+
 #### Path Parameters (4 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-chronicle/src/main/docs/chronicle-engine-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-chronicle/src/main/docs/chronicle-engine-component.adoc b/components/camel-chronicle/src/main/docs/chronicle-engine-component.adoc
index 435d680..b7d4631 100644
--- a/components/camel-chronicle/src/main/docs/chronicle-engine-component.adoc
+++ b/components/camel-chronicle/src/main/docs/chronicle-engine-component.adoc
@@ -9,10 +9,12 @@ The Chronicle Engine component has no options.
 
 
 // endpoint options: START
-The Chronicle Engine component is configured using the URI syntax with the following path and query parameters:
+The Chronicle Engine endpoint is configured using URI syntax:
 
     chronicle-engine:addresses/path
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-chunk/src/main/docs/chunk-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-chunk/src/main/docs/chunk-component.adoc b/components/camel-chunk/src/main/docs/chunk-component.adoc
index 3d03f9b..5a5ab22 100644
--- a/components/camel-chunk/src/main/docs/chunk-component.adoc
+++ b/components/camel-chunk/src/main/docs/chunk-component.adoc
@@ -42,10 +42,12 @@ The Chunk component has no options.
 
 
 // endpoint options: START
-The Chunk component is configured using the URI syntax with the following path and query parameters:
+The Chunk endpoint is configured using URI syntax:
 
     chunk:resourceUri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc b/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
index 8658e8f..a097e64 100644
--- a/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
+++ b/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
@@ -37,10 +37,12 @@ The CM SMS Gateway component has no options.
 
 
 // endpoint options: START
-The CM SMS Gateway component is configured using the URI syntax with the following path and query parameters:
+The CM SMS Gateway endpoint is configured using URI syntax:
 
     cm-sms:host
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-cmis/src/main/docs/cmis-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cmis/src/main/docs/cmis-component.adoc b/components/camel-cmis/src/main/docs/cmis-component.adoc
index f158b76..755fb33 100644
--- a/components/camel-cmis/src/main/docs/cmis-component.adoc
+++ b/components/camel-cmis/src/main/docs/cmis-component.adoc
@@ -36,10 +36,12 @@ The CMIS component supports 2 options which are listed below.
 
 
 // endpoint options: START
-The CMIS component is configured using the URI syntax with the following path and query parameters:
+The CMIS endpoint is configured using URI syntax:
 
     cmis:cmsUrl
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-coap/src/main/docs/coap-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-coap/src/main/docs/coap-component.adoc b/components/camel-coap/src/main/docs/coap-component.adoc
index 9200312..174ca00 100644
--- a/components/camel-coap/src/main/docs/coap-component.adoc
+++ b/components/camel-coap/src/main/docs/coap-component.adoc
@@ -31,10 +31,12 @@ The CoAP component has no options.
 
 
 // endpoint options: START
-The CoAP component is configured using the URI syntax with the following path and query parameters:
+The CoAP endpoint is configured using URI syntax:
 
     coap:uri
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-cometd/src/main/docs/cometd-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cometd/src/main/docs/cometd-component.adoc b/components/camel-cometd/src/main/docs/cometd-component.adoc
index 4c9afdf..26becc0 100644
--- a/components/camel-cometd/src/main/docs/cometd-component.adoc
+++ b/components/camel-cometd/src/main/docs/cometd-component.adoc
@@ -71,10 +71,12 @@ The CometD component supports 7 options which are listed below.
 
 
 // endpoint options: START
-The CometD component is configured using the URI syntax with the following path and query parameters:
+The CometD endpoint is configured using URI syntax:
 
     cometd:host:port/channelName
 
+  with the following path and query parameters:
+
 #### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-consul/src/main/docs/consul-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-consul/src/main/docs/consul-component.adoc b/components/camel-consul/src/main/docs/consul-component.adoc
index 96cf6d7..f40187d 100644
--- a/components/camel-consul/src/main/docs/consul-component.adoc
+++ b/components/camel-consul/src/main/docs/consul-component.adoc
@@ -44,10 +44,12 @@ The Consul component has no options.
 
 
 // endpoint options: START
-The Consul component is configured using the URI syntax with the following path and query parameters:
+The Consul endpoint is configured using URI syntax:
 
     consul:apiEndpoint
 
+  with the following path and query parameters:
+
 #### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-context/src/main/docs/context-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-context/src/main/docs/context-component.adoc b/components/camel-context/src/main/docs/context-component.adoc
index 89ca361..f894353 100644
--- a/components/camel-context/src/main/docs/context-component.adoc
+++ b/components/camel-context/src/main/docs/context-component.adoc
@@ -48,10 +48,12 @@ The Camel Context component has no options.
 
 
 // endpoint options: START
-The Camel Context component is configured using the URI syntax with the following path and query parameters:
+The Camel Context endpoint is configured using URI syntax:
 
     context:contextId:localEndpointUrl
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-couchbase/src/main/docs/couchbase-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-couchbase/src/main/docs/couchbase-component.adoc b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
index 4c92c48..fbaf1f7 100644
--- a/components/camel-couchbase/src/main/docs/couchbase-component.adoc
+++ b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
@@ -33,10 +33,12 @@ The Couchbase component has no options.
 // component options: END
 
 // endpoint options: START
-The Couchbase component is configured using the URI syntax with the following path and query parameters:
+The Couchbase endpoint is configured using URI syntax:
 
     couchbase:url
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-couchdb/src/main/docs/couchdb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-couchdb/src/main/docs/couchdb-component.adoc b/components/camel-couchdb/src/main/docs/couchdb-component.adoc
index fce3450..e99d2d3 100644
--- a/components/camel-couchdb/src/main/docs/couchdb-component.adoc
+++ b/components/camel-couchdb/src/main/docs/couchdb-component.adoc
@@ -48,10 +48,12 @@ The CouchDB component has no options.
 // component options: END
 
 // endpoint options: START
-The CouchDB component is configured using the URI syntax with the following path and query parameters:
+The CouchDB endpoint is configured using URI syntax:
 
     couchdb:protocol:hostname:port/database
 
+  with the following path and query parameters:
+
 #### Path Parameters (4 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]

http://git-wip-us.apache.org/repos/asf/camel/blob/71d4ae2a/components/camel-crypto/src/main/docs/crypto-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-crypto/src/main/docs/crypto-component.adoc b/components/camel-crypto/src/main/docs/crypto-component.adoc
index 2a09011..2623971 100644
--- a/components/camel-crypto/src/main/docs/crypto-component.adoc
+++ b/components/camel-crypto/src/main/docs/crypto-component.adoc
@@ -93,10 +93,12 @@ The Crypto (JCE) component supports 2 options which are listed below.
 // component options: END
 
 // endpoint options: START
-The Crypto (JCE) component is configured using the URI syntax with the following path and query parameters:
+The Crypto (JCE) endpoint is configured using URI syntax:
 
     crypto:cryptoOperation:name
 
+  with the following path and query parameters:
+
 #### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]