You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/09/10 11:11:43 UTC

[camel] 13/13: CAMEL-12543 - Regen docs

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 c3fe401428a6074f5122c7b9233c7883c62614ab
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 10 12:46:39 2019 +0200

    CAMEL-12543 - Regen docs
---
 components/camel-debezium/src/main/docs/debezium-component.adoc      | 2 +-
 components/readme.adoc                                               | 5 ++++-
 docs/components/modules/ROOT/nav.adoc                                | 1 +
 .../components/modules/ROOT/pages}/debezium-component.adoc           | 3 ++-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/components/camel-debezium/src/main/docs/debezium-component.adoc b/components/camel-debezium/src/main/docs/debezium-component.adoc
index 1598047..9935c8c 100644
--- a/components/camel-debezium/src/main/docs/debezium-component.adoc
+++ b/components/camel-debezium/src/main/docs/debezium-component.adoc
@@ -152,7 +152,7 @@ The component supports 3 options, which are listed below.
 | Name | Description | Default | Type
 | *camel.component.debezium.basic-property-binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | Boolean
 | *camel.component.debezium.configuration* | Allow pre-configured Configurations to be set, you will need to extend EmbeddedDebeziumConfiguration in order to create the configuration for the component. The option is a org.apache.camel.component.debezium.configuration.EmbeddedDebeziumConfiguration type. |  | String
-| *camel.component.debezium.enabled* | Whether to enable auto configuration of the Debezium component. This is enabled by default. |  | Boolean
+| *camel.component.debezium.enabled* | Whether to enable auto configuration of the debezium component. This is enabled by default. |  | Boolean
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/components/readme.adoc b/components/readme.adoc
index 539881e..74f10cd 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1,7 +1,7 @@
 = Components
 
 // components: START
-Number of Components: 298 in 236 JAR artifacts (0 deprecated)
+Number of Components: 299 in 237 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -217,6 +217,9 @@ Number of Components: 298 in 236 JAR artifacts (0 deprecated)
 | link:camel-dataset/src/main/docs/dataset-test-component.adoc[DataSet Test] (camel-dataset) +
 `dataset-test:name` | 1.3 | The dataset-test component extends the mock component by on startup to pull messages from another endpoint to set the expected message bodies.
 
+| link:camel-debezium/src/main/docs/debezium-component.adoc[Debezium] (camel-debezium) +
+`debezium:connectorType` | 3.0 | Represents a Debezium endpoint which is used for interacting with Debezium embedded engine.
+
 | link:camel-digitalocean/src/main/docs/digitalocean-component.adoc[DigitalOcean] (camel-digitalocean) +
 `digitalocean:operation` | 2.19 | The DigitalOcean component allows you to manage Droplets and resources within the DigitalOcean cloud.
 
diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc
index 545ea60..d983783 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -86,6 +86,7 @@
 * xref:dataformat-component.adoc[Data Format Component]
 * xref:dataset-component.adoc[Dataset Component]
 * xref:dataset-test-component.adoc[DataSet Test Component]
+* xref:debezium-component.adoc[Debezium Component]
 * xref:digitalocean-component.adoc[DigitalOcean Component]
 * xref:direct-component.adoc[Direct Component]
 * xref:direct-vm-component.adoc[Direct VM Component]
diff --git a/components/camel-debezium/src/main/docs/debezium-component.adoc b/docs/components/modules/ROOT/pages/debezium-component.adoc
similarity index 99%
copy from components/camel-debezium/src/main/docs/debezium-component.adoc
copy to docs/components/modules/ROOT/pages/debezium-component.adoc
index 1598047..130b8b4 100644
--- a/components/camel-debezium/src/main/docs/debezium-component.adoc
+++ b/docs/components/modules/ROOT/pages/debezium-component.adoc
@@ -1,5 +1,6 @@
 [[debezium-component]]
 = Debezium Component
+:page-source: components/camel-debezium/src/main/docs/debezium-component.adoc
 
 *Available as of Camel version 3.0*
 
@@ -152,7 +153,7 @@ The component supports 3 options, which are listed below.
 | Name | Description | Default | Type
 | *camel.component.debezium.basic-property-binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | Boolean
 | *camel.component.debezium.configuration* | Allow pre-configured Configurations to be set, you will need to extend EmbeddedDebeziumConfiguration in order to create the configuration for the component. The option is a org.apache.camel.component.debezium.configuration.EmbeddedDebeziumConfiguration type. |  | String
-| *camel.component.debezium.enabled* | Whether to enable auto configuration of the Debezium component. This is enabled by default. |  | Boolean
+| *camel.component.debezium.enabled* | Whether to enable auto configuration of the debezium component. This is enabled by default. |  | Boolean
 |===
 // spring-boot-auto-configure options: END