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

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

commit 877fd8693f883708d0ba095690571abb7aaeb664
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri May 8 11:10:55 2020 +0200

    Docs generation for table: Better columns naming
---
 .../src/main/resources/connectors.mvel                                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
 
b/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
index f9f7f8f..c242f7f 100644
--- 
a/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
+++ 
b/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
@@ -4,7 +4,7 @@ Number of Camel Kafka connectors: @{options.size}
 
 [width="100%",cols="6,1,1,1,1",options="header"]
 |===
-| name | sink | source | sink docs | source docs
+| Name | Sink Support | Source Suppport | Sink Docs | Source Docs
 @foreach{row : options}| *@{row.getName()}* | @{row.isSink()} | 
@{row.isSource()} | @{row.getDocsSink()} | @{row.getDocsSource()}
 @end{}|===
 

Reply via email to