This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch docs-fix-1041 in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 8bd58d95474ca039cf87c9c7df5a0d75e1945486 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Feb 19 18:37:50 2021 +0100 Website: connectors' list formatting problems --- .../src/main/resources/connectors.mvel | 4 ++-- .../src/main/resources/connectors.mvel | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel b/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel index 6d376bb..5c27128 100644 --- a/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel +++ b/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel @@ -2,10 +2,10 @@ Number of Camel Kafka connectors: @{options.size} -[width="100%",cols="4,1,1,1,1,1,1",options="header"] +[width="100%",cols="4,1,1,1,1,1",options="header"] |=== | Name | Sink Support | Source Suppport | Sink Docs | Source Docs | Download @foreach{row : options}| *@{row.getName()}* | @{row.isSink()} | @{row.isSource()} | @{row.getDocsSink()} | @{row.getDocsSource()} | @{row.getDownloadLinkTar()} @end{}|=== -@end{} \ No newline at end of file +@end{} 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 a4744a3..3ca2fd4 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 @@ -2,10 +2,10 @@ Number of Camel Kafka connectors: @{options.size} -[width="100%",cols="4,1,1,1,1,1,1",options="header"] +[width="100%",cols="4,1,1,1,1,1",options="header"] |=== | Name | Sink Support | Source Suppport | Sink Docs | Source Docs | Download @foreach{row : options}| *@{row.getName()}* | @{row.isSink()} | @{row.isSource()} | @{row.getDocsSink()} | @{row.getDocsSource()} | @{row.getDownloadLinkTar()} @end{}|=== -@end{} \ No newline at end of file +@end{}