http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 901e11a..ccb2355 100644
--- a/components/camel-flink/src/main/docs/flink-component.adoc
+++ b/components/camel-flink/src/main/docs/flink-component.adoc
@@ -43,7 +43,7 @@ The Apache Flink component is configured using the URI syntax 
with the following
 
     flink:endpointType
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -51,7 +51,7 @@ The Apache Flink component is configured using the URI syntax 
with the following
 | endpointType |  | EndpointType | *Required* Type of the endpoint (dataset 
datastream).
 |=======================================================================
 
-#### 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/a67cc44f/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 387d342..06f9d45 100644
--- a/components/camel-fop/src/main/docs/fop-component.adoc
+++ b/components/camel-fop/src/main/docs/fop-component.adoc
@@ -72,7 +72,7 @@ The FOP component is configured using the URI syntax with the 
following path and
 
     fop:outputType
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -80,7 +80,7 @@ The FOP component is configured using the URI syntax with the 
following path and
 | outputType |  | FopOutputType | *Required* The primary output format is PDF 
but other output formats are also supported.
 |=======================================================================
 
-#### 3 query parameters:
+#### Query Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 78639b5..bf9f791 100644
--- a/components/camel-freemarker/src/main/docs/freemarker-component.adoc
+++ b/components/camel-freemarker/src/main/docs/freemarker-component.adoc
@@ -60,7 +60,7 @@ The Freemarker component is configured using the URI syntax 
with the following p
 
     freemarker:resourceUri
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -68,7 +68,7 @@ The Freemarker component is configured using the URI syntax 
with the following p
 | resourceUri |  | String | *Required* Path to the resource. You can prefix 
with: classpath file http ref or bean. classpath file and http loads the 
resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will call a method on a bean to be used as the 
resource. For bean you can specify the method name after dot eg 
bean:myBean.myMethod.
 |=======================================================================
 
-#### 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/a67cc44f/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 54df72d..ea843a7 100644
--- a/components/camel-ftp/src/main/docs/ftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftp-component.adoc
@@ -83,7 +83,7 @@ The FTP component is configured using the URI syntax with the 
following path and
 
     ftp:host:port/directoryName
 
-#### 3 path parameters:
+#### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -93,7 +93,7 @@ The FTP component is configured using the URI syntax with the 
following path and
 | directoryName |  | String | The starting directory
 |=======================================================================
 
-#### 102 query parameters:
+#### Query Parameters (102 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 2e4c617..8eeeb44 100644
--- a/components/camel-ftp/src/main/docs/ftps-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftps-component.adoc
@@ -34,7 +34,7 @@ The FTPS component is configured using the URI syntax with 
the following path an
 
     ftps:host:port/directoryName
 
-#### 3 path parameters:
+#### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -44,7 +44,7 @@ The FTPS component is configured using the URI syntax with 
the following path an
 | directoryName |  | String | The starting directory
 |=======================================================================
 
-#### 110 query parameters:
+#### Query Parameters (110 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 15bd7a7..4c9793f 100644
--- a/components/camel-ftp/src/main/docs/sftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/sftp-component.adoc
@@ -34,7 +34,7 @@ The SFTP component is configured using the URI syntax with 
the following path an
 
     sftp:host:port/directoryName
 
-#### 3 path parameters:
+#### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -44,7 +44,7 @@ The SFTP component is configured using the URI syntax with 
the following path an
 | directoryName |  | String | The starting directory
 |=======================================================================
 
-#### 109 query parameters:
+#### Query Parameters (109 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 1e64e70..a096daa 100644
--- a/components/camel-ganglia/src/main/docs/ganglia-component.adoc
+++ b/components/camel-ganglia/src/main/docs/ganglia-component.adoc
@@ -72,7 +72,7 @@ The Ganglia component is configured using the URI syntax with 
the following path
 
     ganglia:host:port
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -81,7 +81,7 @@ The Ganglia component is configured using the URI syntax with 
the following path
 | port | 8649 | int | Port for Ganglia server
 |=======================================================================
 
-#### 13 query parameters:
+#### Query Parameters (13 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 4c2383e..316a437 100644
--- a/components/camel-geocoder/src/main/docs/geocoder-component.adoc
+++ b/components/camel-geocoder/src/main/docs/geocoder-component.adoc
@@ -43,7 +43,7 @@ The Geocoder component is configured using the URI syntax 
with the following pat
 
     geocoder:address:latlng
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -52,7 +52,7 @@ The Geocoder component is configured using the URI syntax 
with the following pat
 | latlng |  | String | The geo latitude and longitude which should be prefixed 
with latlng:
 |=======================================================================
 
-#### 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/a67cc44f/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 0a31253..7893e9f 100644
--- a/components/camel-git/src/main/docs/git-component.adoc
+++ b/components/camel-git/src/main/docs/git-component.adoc
@@ -40,7 +40,7 @@ The Git component is configured using the URI syntax with the 
following path and
 
     git:localPath
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -48,7 +48,7 @@ The Git component is configured using the URI syntax with the 
following path and
 | localPath |  | String | *Required* Local repository path
 |=======================================================================
 
-#### 13 query parameters:
+#### Query Parameters (13 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 082bc50..4625d42 100644
--- a/components/camel-github/src/main/docs/github-component.adoc
+++ b/components/camel-github/src/main/docs/github-component.adoc
@@ -55,7 +55,7 @@ The GitHub component is configured using the URI syntax with 
the following path
 
     github:type/branchName
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -64,7 +64,7 @@ The GitHub component is configured using the URI syntax with 
the following path
 | branchName |  | String | Name of branch
 |=======================================================================
 
-#### 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/a67cc44f/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 7ece46b..c361d0b 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
@@ -62,7 +62,7 @@ The Google Calendar component is configured using the URI 
syntax with the follow
 
     google-calendar:apiName/methodName
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -71,7 +71,7 @@ The Google Calendar component is configured using the URI 
syntax with the follow
 | methodName |  | String | *Required* What sub operation to use for the 
selected operation
 |=======================================================================
 
-#### 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/a67cc44f/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 93bd50c..5ef21cd 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
@@ -87,7 +87,7 @@ The Google Drive component is configured using the URI syntax 
with the following
 
     google-drive:apiName/methodName
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -96,7 +96,7 @@ The Google Drive component is configured using the URI syntax 
with the following
 | methodName |  | String | *Required* What sub operation to use for the 
selected operation
 |=======================================================================
 
-#### 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/a67cc44f/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 5f2a75e..83877ed 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
@@ -81,7 +81,7 @@ The Google Mail component is configured using the URI syntax 
with the following
 
     google-mail:apiName/methodName
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -90,7 +90,7 @@ The Google Mail component is configured using the URI syntax 
with the following
 | methodName |  | String | *Required* What sub operation to use for the 
selected operation
 |=======================================================================
 
-#### 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/a67cc44f/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 e831133..8f120d6 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
@@ -72,7 +72,7 @@ The Google Pubsub component is configured using the URI 
syntax with the followin
 
     google-pubsub:projectId:destinationName
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -81,7 +81,7 @@ The Google Pubsub component is configured using the URI 
syntax with the followin
 | destinationName |  | String | *Required* Destination Name
 |=======================================================================
 
-#### 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/a67cc44f/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 9c141ab..5ec907d 100644
--- a/components/camel-gora/src/main/docs/gora-component.adoc
+++ b/components/camel-gora/src/main/docs/gora-component.adoc
@@ -87,7 +87,7 @@ The Gora component is configured using the URI syntax with 
the following path an
 
     gora:name
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -95,7 +95,7 @@ The Gora component is configured using the URI syntax with 
the following path an
 | name |  | String | *Required* Instance name
 |=======================================================================
 
-#### 21 query parameters:
+#### Query Parameters (21 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 6caffa2..3033bee 100644
--- a/components/camel-grape/src/main/docs/grape-component.adoc
+++ b/components/camel-grape/src/main/docs/grape-component.adoc
@@ -21,7 +21,7 @@ The Grape component is configured using the URI syntax with 
the following path a
 
     grape:defaultCoordinates
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -29,7 +29,7 @@ The Grape component is configured using the URI syntax with 
the following path a
 | defaultCoordinates |  | String | *Required* Maven coordinates to use as 
default to grab if the message body is empty.
 |=======================================================================
 
-#### 2 query parameters:
+#### Query Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 9d320c4..7199f4b 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
@@ -69,7 +69,7 @@ The Guava EventBus component is configured using the URI 
syntax with the followi
 
     guava-eventbus:eventBusRef
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -77,7 +77,7 @@ The Guava EventBus component is configured using the URI 
syntax with the followi
 | eventBusRef |  | String | To lookup the Guava EventBus from the registry 
with the given name
 |=======================================================================
 
-#### 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/a67cc44f/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 ef6757f..39c861f 100644
--- a/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
+++ b/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
@@ -68,7 +68,7 @@ The Hazelcast component is configured using the URI syntax 
with the following pa
 
     hazelcast:command:cacheName
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -77,7 +77,7 @@ The Hazelcast component is configured using the URI syntax 
with the following pa
 | cacheName |  | String | *Required* The name of the cache
 |=======================================================================
 
-#### 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/a67cc44f/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 75bccc0..6afed2d 100644
--- a/components/camel-hbase/src/main/docs/hbase-component.adoc
+++ b/components/camel-hbase/src/main/docs/hbase-component.adoc
@@ -124,7 +124,7 @@ The HBase component is configured using the URI syntax with 
the following path a
 
     hbase:tableName
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -132,7 +132,7 @@ The HBase component is configured using the URI syntax with 
the following path a
 | tableName |  | String | *Required* The name of the table
 |=======================================================================
 
-#### 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/a67cc44f/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 c07177a..51e9ca6 100644
--- a/components/camel-hdfs/src/main/docs/hdfs-component.adoc
+++ b/components/camel-hdfs/src/main/docs/hdfs-component.adoc
@@ -78,7 +78,7 @@ The HDFS component is configured using the URI syntax with 
the following path an
 
     hdfs:hostName:port/path
 
-#### 3 path parameters:
+#### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -88,7 +88,7 @@ The HDFS component is configured using the URI syntax with 
the following path an
 | path |  | String | *Required* The directory path to use
 |=======================================================================
 
-#### 38 query parameters:
+#### Query Parameters (38 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 8ff9ead..f19a497 100644
--- a/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
+++ b/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
@@ -75,7 +75,7 @@ The HDFS2 component is configured using the URI syntax with 
the following path a
 
     hdfs2:hostName:port/path
 
-#### 3 path parameters:
+#### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -85,7 +85,7 @@ The HDFS2 component is configured using the URI syntax with 
the following path a
 | path |  | String | *Required* The directory path to use
 |=======================================================================
 
-#### 38 query parameters:
+#### Query Parameters (38 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 6685410..e9f9807 100644
--- a/components/camel-hipchat/src/main/docs/hipchat-component.adoc
+++ b/components/camel-hipchat/src/main/docs/hipchat-component.adoc
@@ -39,7 +39,7 @@ The Hipchat component is configured using the URI syntax with 
the following path
 
     hipchat:protocol:host:port
 
-#### 3 path parameters:
+#### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -49,7 +49,7 @@ The Hipchat component is configured using the URI syntax with 
the following path
 | port | 80 | Integer | The port for the hipchat server. Is by default 80.
 |=======================================================================
 
-#### 21 query parameters:
+#### Query Parameters (21 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 cf51926..b7552b2 100644
--- a/components/camel-http/src/main/docs/http-component.adoc
+++ b/components/camel-http/src/main/docs/http-component.adoc
@@ -144,7 +144,7 @@ The HTTP component is configured using the URI syntax with 
the following path an
 
     http:httpUri
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -152,7 +152,7 @@ The HTTP component is configured using the URI syntax with 
the following path an
 | httpUri |  | URI | *Required* The url of the HTTP endpoint to call.
 |=======================================================================
 
-#### 38 query parameters:
+#### Query Parameters (38 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 e44a86c..cda92ee 100644
--- a/components/camel-http4/src/main/docs/http4-component.adoc
+++ b/components/camel-http4/src/main/docs/http4-component.adoc
@@ -89,7 +89,7 @@ The HTTP4 component is configured using the URI syntax with 
the following path a
 
     http4:httpUri
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -97,7 +97,7 @@ The HTTP4 component is configured using the URI syntax with 
the following path a
 | httpUri |  | URI | *Required* The url of the HTTP endpoint to call.
 |=======================================================================
 
-#### 47 query parameters:
+#### Query Parameters (47 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 53b637a..77fea47 100644
--- a/components/camel-ibatis/src/main/docs/ibatis-component.adoc
+++ b/components/camel-ibatis/src/main/docs/ibatis-component.adoc
@@ -82,7 +82,7 @@ The iBatis component is configured using the URI syntax with 
the following path
 
     ibatis:statement
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -90,7 +90,7 @@ The iBatis component is configured using the URI syntax with 
the following path
 | statement |  | String | *Required* The statement name in the iBatis XML 
mapping file which maps to the query insert update or delete operation you wish 
to evaluate.
 |=======================================================================
 
-#### 27 query parameters:
+#### Query Parameters (27 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 985502f..1cedab3 100644
--- a/components/camel-infinispan/src/main/docs/infinispan-component.adoc
+++ b/components/camel-infinispan/src/main/docs/infinispan-component.adoc
@@ -49,7 +49,7 @@ The Infinispan component is configured using the URI syntax 
with the following p
 
     infinispan:host
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -57,7 +57,7 @@ The Infinispan component is configured using the URI syntax 
with the following p
 | host |  | String | *Required* Specifies the host of the cache on Infinispan 
instance
 |=======================================================================
 
-#### 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/a67cc44f/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 dc7bd77..7bcff31 100644
--- a/components/camel-influxdb/src/main/docs/influxdb-component.adoc
+++ b/components/camel-influxdb/src/main/docs/influxdb-component.adoc
@@ -52,7 +52,7 @@ The InfluxDB component is configured using the URI syntax 
with the following pat
 
     influxdb:connectionBean
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -60,7 +60,7 @@ The InfluxDB component is configured using the URI syntax 
with the following pat
 | connectionBean |  | String | *Required* Connection to the influx database of 
class InfluxDB.class
 |=======================================================================
 
-#### 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/a67cc44f/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 ba5bea6..7ea0d45 100644
--- a/components/camel-irc/src/main/docs/irc-component.adoc
+++ b/components/camel-irc/src/main/docs/irc-component.adoc
@@ -48,7 +48,7 @@ The IRC component is configured using the URI syntax with the 
following path and
 
     irc:hostname:port
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -57,7 +57,7 @@ The IRC component is configured using the URI syntax with the 
following path and
 | port |  | int | Port number for the IRC chat server. If no port is 
configured then a default port of either 6667 6668 or 6669 is used.
 |=======================================================================
 
-#### 24 query parameters:
+#### Query Parameters (24 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 838fc0f..b6e83db 100644
--- a/components/camel-ironmq/src/main/docs/ironmq-component.adoc
+++ b/components/camel-ironmq/src/main/docs/ironmq-component.adoc
@@ -44,7 +44,7 @@ The IronMQ component is configured using the URI syntax with 
the following path
 
     ironmq:queueName
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -52,7 +52,7 @@ The IronMQ component is configured using the URI syntax with 
the following path
 | queueName |  | String | *Required* The name of the IronMQ queue
 |=======================================================================
 
-#### 30 query parameters:
+#### Query Parameters (30 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 d3eb90d..bd85706 100644
--- a/components/camel-javaspace/src/main/docs/javaspace-component.adoc
+++ b/components/camel-javaspace/src/main/docs/javaspace-component.adoc
@@ -59,7 +59,7 @@ The JavaSpace component is configured using the URI syntax 
with the following pa
 
     javaspace:url
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -67,7 +67,7 @@ The JavaSpace component is configured using the URI syntax 
with the following pa
 | url |  | String | *Required* The URL to the JavaSpace server
 |=======================================================================
 
-#### 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/a67cc44f/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 8be3557..852d88e 100644
--- a/components/camel-jbpm/src/main/docs/jbpm-component.adoc
+++ b/components/camel-jbpm/src/main/docs/jbpm-component.adoc
@@ -42,7 +42,7 @@ The JBPM component is configured using the URI syntax with 
the following path an
 
     jbpm:connectionURL
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -50,7 +50,7 @@ The JBPM component is configured using the URI syntax with 
the following path an
 | connectionURL |  | URL | *Required* The URL to the jBPM server.
 |=======================================================================
 
-#### 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/a67cc44f/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 b1ee7c5..fd8207b 100644
--- a/components/camel-jcache/src/main/docs/jcache-component.adoc
+++ b/components/camel-jcache/src/main/docs/jcache-component.adoc
@@ -12,7 +12,7 @@ The JCache component is configured using the URI syntax with 
the following path
 
     jcache:cacheName
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -20,7 +20,7 @@ The JCache component is configured using the URI syntax with 
the following path
 | cacheName |  | String | *Required* The name of the cache
 |=======================================================================
 
-#### 22 query parameters:
+#### Query Parameters (22 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 b94e921..0229b2a 100644
--- a/components/camel-jclouds/src/main/docs/jclouds-component.adoc
+++ b/components/camel-jclouds/src/main/docs/jclouds-component.adoc
@@ -125,7 +125,7 @@ The JClouds component is configured using the URI syntax 
with the following path
 
     jclouds:command:providerId
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -134,7 +134,7 @@ The JClouds component is configured using the URI syntax 
with the following path
 | providerId |  | String | *Required* The name of the cloud provider that 
provides the target service (e.g. aws-s3 or aws_ec2).
 |=======================================================================
 
-#### 15 query parameters:
+#### Query Parameters (15 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 6384187..24e8d74 100644
--- a/components/camel-jcr/src/main/docs/jcr-component.adoc
+++ b/components/camel-jcr/src/main/docs/jcr-component.adoc
@@ -52,7 +52,7 @@ The JCR component is configured using the URI syntax with the 
following path and
 
     jcr:host/base
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -61,7 +61,7 @@ The JCR component is configured using the URI syntax with the 
following path and
 | base |  | String | Get the base node when accessing the repository
 |=======================================================================
 
-#### 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/a67cc44f/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 54fbea3..c90f117 100644
--- a/components/camel-jdbc/src/main/docs/jdbc-component.adoc
+++ b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
@@ -64,7 +64,7 @@ The JDBC component is configured using the URI syntax with 
the following path an
 
     jdbc:dataSourceName
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -72,7 +72,7 @@ The JDBC component is configured using the URI syntax with 
the following path an
 | dataSourceName |  | String | *Required* Name of DataSource to lookup in the 
Registry.
 |=======================================================================
 
-#### 13 query parameters:
+#### Query Parameters (13 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 3c952a4..634927f 100644
--- a/components/camel-jetty9/src/main/docs/jetty-component.adoc
+++ b/components/camel-jetty9/src/main/docs/jetty-component.adoc
@@ -105,7 +105,7 @@ The Jetty 9 component is configured using the URI syntax 
with the following path
 
     jetty:httpUri
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -113,7 +113,7 @@ The Jetty 9 component is configured using the URI syntax 
with the following path
 | httpUri |  | URI | *Required* The url of the HTTP endpoint to call.
 |=======================================================================
 
-#### 55 query parameters:
+#### Query Parameters (55 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 42ee4c8..ec009ed 100644
--- a/components/camel-jgroups/src/main/docs/jgroups-component.adoc
+++ b/components/camel-jgroups/src/main/docs/jgroups-component.adoc
@@ -73,7 +73,7 @@ The JGroups component is configured using the URI syntax with 
the following path
 
     jgroups:clusterName
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -81,7 +81,7 @@ The JGroups component is configured using the URI syntax with 
the following path
 | clusterName |  | String | *Required* The name of the JGroups cluster the 
component should connect to.
 |=======================================================================
 
-#### 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/a67cc44f/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 a340da2..6a38812 100644
--- a/components/camel-jing/src/main/docs/jing-component.adoc
+++ b/components/camel-jing/src/main/docs/jing-component.adoc
@@ -51,7 +51,7 @@ The Jing component is configured using the URI syntax with 
the following path an
 
     jing:resourceUri
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -59,7 +59,7 @@ The Jing component is configured using the URI syntax with 
the following path an
 | resourceUri |  | String | *Required* URL to a local resource on the 
classpath or a full URL to a remote resource or resource on the file system 
which contains the schema to validate against.
 |=======================================================================
 
-#### 2 query parameters:
+#### Query Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 afa446b..903e8d3 100644
--- a/components/camel-jira/src/main/docs/jira-component.adoc
+++ b/components/camel-jira/src/main/docs/jira-component.adoc
@@ -53,7 +53,7 @@ The JIRA component is configured using the URI syntax with 
the following path an
 
     jira:type
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -61,7 +61,7 @@ The JIRA component is configured using the URI syntax with 
the following path an
 | type |  | JIRAType | *Required* Operation to perform such as create a new 
issue or a new comment
 |=======================================================================
 
-#### 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/a67cc44f/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 24d56ac..d6a41c0 100644
--- a/components/camel-jms/src/main/docs/jms-component.adoc
+++ b/components/camel-jms/src/main/docs/jms-component.adoc
@@ -307,7 +307,7 @@ The JMS component is configured using the URI syntax with 
the following path and
 
     jms:destinationType:destinationName
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -316,7 +316,7 @@ The JMS component is configured using the URI syntax with 
the following path and
 | destinationName |  | String | *Required* Name of the queue or topic to use 
as destination
 |=======================================================================
 
-#### 85 query parameters:
+#### Query Parameters (85 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 3ed94f1..5fd5ba8 100644
--- a/components/camel-jmx/src/main/docs/jmx-component.adoc
+++ b/components/camel-jmx/src/main/docs/jmx-component.adoc
@@ -30,7 +30,7 @@ The JMX component is configured using the URI syntax with the 
following path and
 
     jmx:serverURL
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -38,7 +38,7 @@ The JMX component is configured using the URI syntax with the 
following path and
 | serverURL |  | String | server url comes from the remaining endpoint
 |=======================================================================
 
-#### 29 query parameters:
+#### Query Parameters (29 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 9f6d195..0bdff0d 100644
--- a/components/camel-jolt/src/main/docs/jolt-component.adoc
+++ b/components/camel-jolt/src/main/docs/jolt-component.adoc
@@ -63,7 +63,7 @@ The JOLT component is configured using the URI syntax with 
the following path an
 
     jolt:resourceUri
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -71,7 +71,7 @@ The JOLT component is configured using the URI syntax with 
the following path an
 | resourceUri |  | String | *Required* Path to the resource. You can prefix 
with: classpath file http ref or bean. classpath file and http loads the 
resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will call a method on a bean to be used as the 
resource. For bean you can specify the method name after dot eg 
bean:myBean.myMethod.
 |=======================================================================
 
-#### 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/a67cc44f/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 b923476..8cf6db3 100644
--- a/components/camel-jpa/src/main/docs/jpa-component.adoc
+++ b/components/camel-jpa/src/main/docs/jpa-component.adoc
@@ -111,7 +111,7 @@ The JPA component is configured using the URI syntax with 
the following path and
 
     jpa:entityType
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -119,7 +119,7 @@ The JPA component is configured using the URI syntax with 
the following path and
 | entityType |  | Class<?> | *Required* The JPA annotated class to use as 
entity.
 |=======================================================================
 
-#### 41 query parameters:
+#### Query Parameters (41 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 4d86164..4aef3c1 100644
--- a/components/camel-jsch/src/main/docs/scp-component.adoc
+++ b/components/camel-jsch/src/main/docs/scp-component.adoc
@@ -66,7 +66,7 @@ The SCP component is configured using the URI syntax with the 
following path and
 
     scp:host:port/directoryName
 
-#### 3 path parameters:
+#### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -76,7 +76,7 @@ The SCP component is configured using the URI syntax with the 
following path and
 | directoryName |  | String | The starting directory
 |=======================================================================
 
-#### 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/a67cc44f/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 7dde143..353acff 100644
--- a/components/camel-jt400/src/main/docs/jt400-component.adoc
+++ b/components/camel-jt400/src/main/docs/jt400-component.adoc
@@ -56,7 +56,7 @@ The JT400 component is configured using the URI syntax with 
the following path a
 
     jt400:userID:password/systemName/objectPath.type
 
-#### 5 path parameters:
+#### Path Parameters (5 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -68,7 +68,7 @@ The JT400 component is configured using the URI syntax with 
the following path a
 | type |  | Jt400Type | *Required* Whether to work with data queues or remote 
program call
 |=======================================================================
 
-#### 29 query parameters:
+#### Query Parameters (29 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 1c9e65f..108b855 100644
--- a/components/camel-kafka/src/main/docs/kafka-component.adoc
+++ b/components/camel-kafka/src/main/docs/kafka-component.adoc
@@ -54,7 +54,7 @@ The Kafka component is configured using the URI syntax with 
the following path a
 
     kafka:topic
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -62,7 +62,7 @@ The Kafka component is configured using the URI syntax with 
the following path a
 | topic |  | String | *Required* Name of the topic to use.
 |=======================================================================
 
-#### 82 query parameters:
+#### Query Parameters (82 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 27a2b00..b08d1b5 100644
--- a/components/camel-kestrel/src/main/docs/kestrel-component.adoc
+++ b/components/camel-kestrel/src/main/docs/kestrel-component.adoc
@@ -89,7 +89,7 @@ The Kestrel component is configured using the URI syntax with 
the following path
 
     kestrel:addresses/queue
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -98,7 +98,7 @@ The Kestrel component is configured using the URI syntax with 
the following path
 | queue |  | String | *Required* The queue we are polling
 |=======================================================================
 
-#### 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/a67cc44f/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 a0ed7b3..5ee0b56 100644
--- a/components/camel-krati/src/main/docs/krati-component.adoc
+++ b/components/camel-krati/src/main/docs/krati-component.adoc
@@ -55,7 +55,7 @@ The Krati component is configured using the URI syntax with 
the following path a
 
     krati:path
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -63,7 +63,7 @@ The Krati component is configured using the URI syntax with 
the following path a
 | path |  | String | *Required* Path of the datastore is the relative path of 
the folder that krati will use for its datastore.
 |=======================================================================
 
-#### 29 query parameters:
+#### Query Parameters (29 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 50b18b8..3584760 100644
--- a/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc
+++ b/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc
@@ -47,7 +47,7 @@ The Kubernetes component is configured using the URI syntax 
with the following p
 
     kubernetes:masterUrl
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -55,7 +55,7 @@ The Kubernetes component is configured using the URI syntax 
with the following p
 | masterUrl |  | String | *Required* Kubernetes Master url
 |=======================================================================
 
-#### 27 query parameters:
+#### Query Parameters (27 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 1638d89..0a0d527 100644
--- a/components/camel-ldap/src/main/docs/ldap-component.adoc
+++ b/components/camel-ldap/src/main/docs/ldap-component.adoc
@@ -51,7 +51,7 @@ The LDAP component is configured using the URI syntax with 
the following path an
 
     ldap:dirContextName
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -59,7 +59,7 @@ The LDAP component is configured using the URI syntax with 
the following path an
 | dirContextName |  | String | *Required* Name of 
javax.naming.directory.DirContext bean to lookup in the registry.
 |=======================================================================
 
-#### 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/a67cc44f/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 ebe51b4..0b9ec3f 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
@@ -73,7 +73,7 @@ The Linkedin component is configured using the URI syntax 
with the following pat
 
     linkedin:apiName/methodName
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -82,7 +82,7 @@ The Linkedin component is configured using the URI syntax 
with the following pat
 | methodName |  | String | *Required* What sub operation to use for the 
selected operation
 |=======================================================================
 
-#### 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/a67cc44f/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 a9c3f78..6dc79bc 100644
--- a/components/camel-lucene/src/main/docs/lucene-component.adoc
+++ b/components/camel-lucene/src/main/docs/lucene-component.adoc
@@ -74,7 +74,7 @@ The Lucene component is configured using the URI syntax with 
the following path
 
     lucene:host:operation
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -83,7 +83,7 @@ The Lucene component is configured using the URI syntax with 
the following path
 | operation |  | LuceneOperation | *Required* Operation to do such as insert 
or query.
 |=======================================================================
 
-#### 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/a67cc44f/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 5a75a28..55cbca4 100644
--- a/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc
+++ b/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc
@@ -60,7 +60,7 @@ The Lumberjack component is configured using the URI syntax 
with the following p
 
     lumberjack:host:port
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -69,7 +69,7 @@ The Lumberjack component is configured using the URI syntax 
with the following p
 | port | 5044 | int | Network port on which to listen for Lumberjack
 |=======================================================================
 
-#### 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/a67cc44f/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 a53997c..88f35c8 100644
--- a/components/camel-mail/src/main/docs/mail-component.adoc
+++ b/components/camel-mail/src/main/docs/mail-component.adoc
@@ -100,7 +100,7 @@ The Mail component is configured using the URI syntax with 
the following path an
 
     imap:host:port
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -109,7 +109,7 @@ The Mail component is configured using the URI syntax with 
the following path an
 | port |  | int | The port number of the mail server
 |=======================================================================
 
-#### 61 query parameters:
+#### Query Parameters (61 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 344944c..60628f5 100644
--- a/components/camel-metrics/src/main/docs/metrics-component.adoc
+++ b/components/camel-metrics/src/main/docs/metrics-component.adoc
@@ -62,7 +62,7 @@ The Metrics component is configured using the URI syntax with 
the following path
 
     metrics:metricsType:metricsName
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -71,7 +71,7 @@ The Metrics component is configured using the URI syntax with 
the following path
 | metricsName |  | String | *Required* Name of metrics
 |=======================================================================
 
-#### 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/a67cc44f/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 f447945..f01a2da 100644
--- a/components/camel-mina/src/main/docs/mina-component.adoc
+++ b/components/camel-mina/src/main/docs/mina-component.adoc
@@ -88,7 +88,7 @@ The Mina component is configured using the URI syntax with 
the following path an
 
     mina:protocol:host:port
 
-#### 3 path parameters:
+#### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -98,7 +98,7 @@ The Mina component is configured using the URI syntax with 
the following path an
 | port |  | int | *Required* Port number
 |=======================================================================
 
-#### 21 query parameters:
+#### Query Parameters (21 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 85f30ae..7b14342 100644
--- a/components/camel-mina2/src/main/docs/mina2-component.adoc
+++ b/components/camel-mina2/src/main/docs/mina2-component.adoc
@@ -87,7 +87,7 @@ The Mina2 component is configured using the URI syntax with 
the following path a
 
     mina2:protocol:host:port
 
-#### 3 path parameters:
+#### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -97,7 +97,7 @@ The Mina2 component is configured using the URI syntax with 
the following path a
 | port |  | int | *Required* Port number
 |=======================================================================
 
-#### 26 query parameters:
+#### Query Parameters (26 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 4952401..9cf60ad 100644
--- a/components/camel-mllp/src/main/docs/mllp-component.adoc
+++ b/components/camel-mllp/src/main/docs/mllp-component.adoc
@@ -55,7 +55,7 @@ The MLLP component is configured using the URI syntax with 
the following path an
 
     mllp:hostname:port
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -64,7 +64,7 @@ The MLLP component is configured using the URI syntax with 
the following path an
 | port |  | int | *Required* Port number for the TCP connection
 |=======================================================================
 
-#### 22 query parameters:
+#### Query Parameters (22 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 62a2d6f..ae859d0 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
@@ -37,7 +37,7 @@ The MongoDB GridFS component is configured using the URI 
syntax with the followi
 
     mongodb-gridfs:connectionBean
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -45,7 +45,7 @@ The MongoDB GridFS component is configured using the URI 
syntax with the followi
 | connectionBean |  | String | *Required* Name of com.mongodb.Mongo to use.
 |=======================================================================
 
-#### 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/a67cc44f/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 8e8e0dc..dd68bf7 100644
--- a/components/camel-mongodb/src/main/docs/mongodb-component.adoc
+++ b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
@@ -64,7 +64,7 @@ The MongoDB component is configured using the URI syntax with 
the following path
 
     mongodb:connectionBean
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -72,7 +72,7 @@ The MongoDB component is configured using the URI syntax with 
the following path
 | connectionBean |  | String | *Required* Name of com.mongodb.Mongo to use.
 |=======================================================================
 
-#### 23 query parameters:
+#### Query Parameters (23 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 a4ad40b..3d71f24 100644
--- a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
+++ b/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
@@ -66,7 +66,7 @@ The MongoDB component is configured using the URI syntax with 
the following path
 
     mongodb3:connectionBean
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -74,7 +74,7 @@ The MongoDB component is configured using the URI syntax with 
the following path
 | connectionBean |  | String | *Required* Name of com.mongodb.Mongo to use.
 |=======================================================================
 
-#### 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/a67cc44f/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 905fc58..6235e17 100644
--- a/components/camel-mqtt/src/main/docs/mqtt-component.adoc
+++ b/components/camel-mqtt/src/main/docs/mqtt-component.adoc
@@ -59,7 +59,7 @@ The MQTT component is configured using the URI syntax with 
the following path an
 
     mqtt:name
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -67,7 +67,7 @@ The MQTT component is configured using the URI syntax with 
the following path an
 | name |  | String | *Required* A logical name to use which is not the topic 
name.
 |=======================================================================
 
-#### 39 query parameters:
+#### Query Parameters (39 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 be1f321..cd21968 100644
--- a/components/camel-msv/src/main/docs/msv-component.adoc
+++ b/components/camel-msv/src/main/docs/msv-component.adoc
@@ -74,7 +74,7 @@ The MSV component is configured using the URI syntax with the 
following path and
 
     msv:resourceUri
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -82,7 +82,7 @@ The MSV component is configured using the URI syntax with the 
following path and
 | resourceUri |  | String | *Required* URL to a local resource on the 
classpath or 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/a67cc44f/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 673531c..2c303df 100644
--- a/components/camel-mustache/src/main/docs/mustache-component.adoc
+++ b/components/camel-mustache/src/main/docs/mustache-component.adoc
@@ -64,7 +64,7 @@ The Mustache component is configured using the URI syntax 
with the following pat
 
     mustache:resourceUri
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -72,7 +72,7 @@ The Mustache component is configured using the URI syntax 
with the following pat
 | resourceUri |  | String | *Required* Path to the resource. You can prefix 
with: classpath file http ref or bean. classpath file and http loads the 
resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will call a method on a bean to be used as the 
resource. For bean you can specify the method name after dot eg 
bean:myBean.myMethod.
 |=======================================================================
 
-#### 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/a67cc44f/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 176ab17..e9ec681 100644
--- a/components/camel-mvel/src/main/docs/mvel-component.adoc
+++ b/components/camel-mvel/src/main/docs/mvel-component.adoc
@@ -48,7 +48,7 @@ The MVEL component is configured using the URI syntax with 
the following path an
 
     mvel:resourceUri
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -56,7 +56,7 @@ The MVEL component is configured using the URI syntax with 
the following path an
 | resourceUri |  | String | *Required* Path to the resource. You can prefix 
with: classpath file http ref or bean. classpath file and http loads the 
resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will call a method on a bean to be used as the 
resource. For bean you can specify the method name after dot eg 
bean:myBean.myMethod.
 |=======================================================================
 
-#### 3 query parameters:
+#### Query Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 89a425f..59731d7 100644
--- a/components/camel-mybatis/src/main/docs/mybatis-component.adoc
+++ b/components/camel-mybatis/src/main/docs/mybatis-component.adoc
@@ -67,7 +67,7 @@ The MyBatis component is configured using the URI syntax with 
the following path
 
     mybatis:statement
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -75,7 +75,7 @@ The MyBatis component is configured using the URI syntax with 
the following path
 | statement |  | String | *Required* The statement name in the MyBatis XML 
mapping file which maps to the query insert update or delete operation you wish 
to evaluate.
 |=======================================================================
 
-#### 29 query parameters:
+#### Query Parameters (29 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 6423087..d67c5e5 100644
--- a/components/camel-nagios/src/main/docs/nagios-component.adoc
+++ b/components/camel-nagios/src/main/docs/nagios-component.adoc
@@ -61,7 +61,7 @@ The Nagios component is configured using the URI syntax with 
the following path
 
     nagios:host:port
 
-#### 2 path parameters:
+#### Path Parameters (2 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -70,7 +70,7 @@ The Nagios component is configured using the URI syntax with 
the following path
 | port |  | int | *Required* The port number of the host.
 |=======================================================================
 
-#### 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/a67cc44f/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 b66488d..37fedb7 100644
--- a/components/camel-nats/src/main/docs/nats-component.adoc
+++ b/components/camel-nats/src/main/docs/nats-component.adoc
@@ -42,7 +42,7 @@ The Nats component is configured using the URI syntax with 
the following path an
 
     nats:servers
 
-#### 1 path parameters:
+#### Path Parameters (1 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -50,7 +50,7 @@ The Nats component is configured using the URI syntax with 
the following path an
 | servers |  | String | *Required* URLs to one or more NAT servers. Use comma 
to separate URLs when specifying multiple servers.
 |=======================================================================
 
-#### 22 query parameters:
+#### Query Parameters (22 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 7a395f9..cd4656b 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
@@ -104,7 +104,7 @@ The Netty HTTP component is configured using the URI syntax 
with the following p
 
     netty-http:protocol:host:port/path
 
-#### 4 path parameters:
+#### Path Parameters (4 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -115,7 +115,7 @@ The Netty HTTP component is configured using the URI syntax 
with the following p
 | path |  | String | Resource path
 |=======================================================================
 
-#### 78 query parameters:
+#### Query Parameters (78 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/a67cc44f/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 b261127..dc6416b 100644
--- a/components/camel-netty/src/main/docs/netty-component.adoc
+++ b/components/camel-netty/src/main/docs/netty-component.adoc
@@ -81,7 +81,7 @@ The Netty component is configured using the URI syntax with 
the following path a
 
     netty:protocol:host:port
 
-#### 3 path parameters:
+#### Path Parameters (3 parameters):
 
 [width="100%",cols="2,1,1m,6",options="header"]
 |=======================================================================
@@ -91,7 +91,7 @@ The Netty component is configured using the URI syntax with 
the following path a
 | port |  | int | *Required* The host port number
 |=======================================================================
 
-#### 67 query parameters:
+#### Query Parameters (67 parameters):
 
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================

Reply via email to