This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 1bb6cea76cbb9df20edea8407583be89fba2d2ce Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jan 28 14:03:30 2020 +0100 Regen docs --- components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc | 4 +++- docs/components/modules/ROOT/pages/aws2-ecs-component.adoc | 4 +++- docs/components/modules/ROOT/pages/index.adoc | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc b/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc index 034aa00..a127673 100644 --- a/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc +++ b/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc @@ -1,6 +1,8 @@ +[[aws2-ecs-component]] = AWS 2 ECS Component *Since Camel 3.1* + *Since Camel 3.1* @@ -193,4 +195,4 @@ Maven users will need to add the following dependency to their pom.xml. </dependency> --------------------------------------- -where `$\{camel-version\}` must be replaced by the actual version of Camel. +where `$\{camel-version\}` must be replaced by the actual version of Camel. \ No newline at end of file diff --git a/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc b/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc index 05d7b3f..b3bb8c9 100644 --- a/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc +++ b/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc @@ -1,7 +1,9 @@ +[[aws2-ecs-component]] = AWS 2 ECS Component :page-source: components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc *Since Camel 3.1* + *Since Camel 3.1* @@ -194,4 +196,4 @@ Maven users will need to add the following dependency to their pom.xml. </dependency> --------------------------------------- -where `$\{camel-version\}` must be replaced by the actual version of Camel. +where `$\{camel-version\}` must be replaced by the actual version of Camel. \ No newline at end of file diff --git a/docs/components/modules/ROOT/pages/index.adoc b/docs/components/modules/ROOT/pages/index.adoc index 1de0c61..cc1fa84 100644 --- a/docs/components/modules/ROOT/pages/index.adoc +++ b/docs/components/modules/ROOT/pages/index.adoc @@ -46,6 +46,8 @@ Number of Components: 311 in 249 JAR artifacts (1 deprecated) | xref:avro-component.adoc[Avro] (camel-avro) | 2.10 | Working with Apache Avro for data serialization. +| xref:aws2-ecs-component.adoc[AWS 2 ECS] (camel-aws2-ecs) | 3.1 | The aws2-ecs is used for managing Amazon ECS + | xref:aws2-translate-component.adoc[AWS 2 Translate] (camel-aws2-translate) | 3.1 | The aws2-translate component is used for managing Amazon Translate | xref:aws-cw-component.adoc[AWS CloudWatch] (camel-aws-cw) | 2.11 | The aws-cw component is used for sending metrics to an Amazon CloudWatch. @@ -88,8 +90,6 @@ Number of Components: 311 in 249 JAR artifacts (1 deprecated) | xref:aws-translate-component.adoc[AWS Translate] (camel-aws-translate) | 3.0 | The aws-translate component is used for managing Amazon Translate -| xref:aws2-ecs-component.adoc[AWS2 ECS] (camel-aws2-ecs) | 3.1 | The aws2-ecs is used for managing Amazon ECS - | xref:azure-blob-component.adoc[Azure Storage Blob Service] (camel-azure) | 2.19 | The azure-blob component is used for storing and retrieving blobs from Azure Storage Blob Service. | xref:azure-queue-component.adoc[Azure Storage Queue Service] (camel-azure) | 2.19 | The azure-queue component is used for storing and retrieving messages from Azure Storage Queue Service. @@ -226,7 +226,7 @@ Number of Components: 311 in 249 JAR artifacts (1 deprecated) | xref:google-calendar-component.adoc[Google Calendar] (camel-google-calendar) | 2.15 | The google-calendar component provides access to Google Calendar. -| xref:google-calendar-stream-component.adoc[Google Calendar Stream] (camel-google-calendar) | 2.23 | The google-calendar component provides access to Google Calendar in a streaming mode. +| xref:google-calendar-stream-component.adoc[Google Calendar Stream] (camel-google-calendar) | 2.23 | The google-calendar-stream component provides access to Google Calendar in a streaming mode. | xref:google-drive-component.adoc[Google Drive] (camel-google-drive) | 2.14 | The google-drive component provides access to Google Drive file storage service. @@ -238,7 +238,7 @@ Number of Components: 311 in 249 JAR artifacts (1 deprecated) | xref:google-sheets-component.adoc[Google Sheets] (camel-google-sheets) | 2.23 | The google-sheets component provides access to Google Sheets. -| xref:google-sheets-stream-component.adoc[Google Sheets Stream] (camel-google-sheets) | 2.23 | The google-sheets component provides access to Google Sheets. +| xref:google-sheets-stream-component.adoc[Google Sheets Stream] (camel-google-sheets) | 2.23 | The google-sheets-stream component provides access to Google Sheets. | xref:gora-component.adoc[Gora] (camel-gora) | 2.14 | The gora component allows you to work with NoSQL databases using the Apache Gora framework.
