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

oalsafi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 35013a5  Add Debezium summary page (#5168)
35013a5 is described below

commit 35013a5677f574323b61935232acc4dd97b3c4c3
Author: Omar Al-Safi <omars...@gmail.com>
AuthorDate: Thu Mar 4 12:00:08 2021 +0100

    Add Debezium summary page (#5168)
---
 .../camel/catalog/docs/debezium-mongodb-component.adoc   |  2 ++
 .../camel/catalog/docs/debezium-mysql-component.adoc     |  2 ++
 .../camel/catalog/docs/debezium-postgres-component.adoc  |  2 ++
 .../camel/catalog/docs/debezium-sqlserver-component.adoc |  2 ++
 .../src/main/docs/debezium-mongodb-component.adoc        |  2 ++
 .../src/main/docs/debezium-mysql-component.adoc          |  2 ++
 .../src/main/docs/debezium-summary.adoc                  | 14 ++++++++++++++
 .../src/main/docs/debezium-postgres-component.adoc       |  2 ++
 .../src/main/docs/debezium-sqlserver-component.adoc      |  2 ++
 docs/components/modules/ROOT/nav.adoc                    |  9 +++++----
 .../modules/ROOT/pages/debezium-mongodb-component.adoc   |  2 ++
 .../modules/ROOT/pages/debezium-mysql-component.adoc     |  2 ++
 .../modules/ROOT/pages/debezium-postgres-component.adoc  |  2 ++
 .../modules/ROOT/pages/debezium-sqlserver-component.adoc |  2 ++
 docs/components/modules/ROOT/pages/debezium-summary.adoc | 16 ++++++++++++++++
 15 files changed, 59 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-mongodb-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-mongodb-component.adoc
index e74281a..dbdd8c5 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-mongodb-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-mongodb-component.adoc
@@ -7,6 +7,8 @@
 :supportLevel: Stable
 :component-header: Only consumer is supported
 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/debezium-mongodb.adoc[opts=optional]
+//Manually maintained attributes
+:group: Debezium
 
 *Since Camel {since}*
 
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-mysql-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-mysql-component.adoc
index 765ca0f..2d640db 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-mysql-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-mysql-component.adoc
@@ -7,6 +7,8 @@
 :supportLevel: Stable
 :component-header: Only consumer is supported
 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/debezium-mysql.adoc[opts=optional]
+//Manually maintained attributes
+:group: Debezium
 
 *Since Camel {since}*
 
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-postgres-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-postgres-component.adoc
index c262cd5..3e9939b 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-postgres-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-postgres-component.adoc
@@ -7,6 +7,8 @@
 :supportLevel: Stable
 :component-header: Only consumer is supported
 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/debezium-postgres.adoc[opts=optional]
+//Manually maintained attributes
+:group: Debezium
 
 *Since Camel {since}*
 
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-sqlserver-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-sqlserver-component.adoc
index 73c85f4..1a8e89a 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-sqlserver-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/debezium-sqlserver-component.adoc
@@ -7,6 +7,8 @@
 :supportLevel: Stable
 :component-header: Only consumer is supported
 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/debezium-sqlserver.adoc[opts=optional]
+//Manually maintained attributes
+:group: Debezium
 
 *Since Camel {since}*
 
diff --git 
a/components/camel-debezium-mongodb/src/main/docs/debezium-mongodb-component.adoc
 
b/components/camel-debezium-mongodb/src/main/docs/debezium-mongodb-component.adoc
index e74281a..dbdd8c5 100644
--- 
a/components/camel-debezium-mongodb/src/main/docs/debezium-mongodb-component.adoc
+++ 
b/components/camel-debezium-mongodb/src/main/docs/debezium-mongodb-component.adoc
@@ -7,6 +7,8 @@
 :supportLevel: Stable
 :component-header: Only consumer is supported
 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/debezium-mongodb.adoc[opts=optional]
+//Manually maintained attributes
+:group: Debezium
 
 *Since Camel {since}*
 
diff --git 
a/components/camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc 
b/components/camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc
index 765ca0f..2d640db 100644
--- 
a/components/camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc
+++ 
b/components/camel-debezium-mysql/src/main/docs/debezium-mysql-component.adoc
@@ -7,6 +7,8 @@
 :supportLevel: Stable
 :component-header: Only consumer is supported
 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/debezium-mysql.adoc[opts=optional]
+//Manually maintained attributes
+:group: Debezium
 
 *Since Camel {since}*
 
diff --git 
a/components/camel-debezium-mysql/src/main/docs/debezium-summary.adoc 
b/components/camel-debezium-mysql/src/main/docs/debezium-summary.adoc
new file mode 100644
index 0000000..cc541e6
--- /dev/null
+++ b/components/camel-debezium-mysql/src/main/docs/debezium-summary.adoc
@@ -0,0 +1,14 @@
+[[Azure-CamelComponentsforDebeziumConnectors]]
+= Camel Components for Debezium Connectors
+//attributes written by hand, not generated
+:docTitle: Debezium
+
+https://debezium.io/[Debezium] is an open source distributed platform for 
change data capture. Start it up, point it at your databases, and your apps can 
start responding to all of the inserts, updates, and deletes that other apps 
commit to your databases. 
+Debezium is durable and fast, so your apps can respond quickly and never miss 
an event, even when things go wrong.
+Camel includes individual components for each Debezium connector which allows 
for more flexibility to add more Debezium connectors support in Camel.
+
+== {docTitle} components
+
+See the following for usage of each component:
+
+indexDescriptionList::[attributes='group={docTitle}',descAttribute=description]
\ No newline at end of file
diff --git 
a/components/camel-debezium-postgres/src/main/docs/debezium-postgres-component.adoc
 
b/components/camel-debezium-postgres/src/main/docs/debezium-postgres-component.adoc
index c262cd5..3e9939b 100644
--- 
a/components/camel-debezium-postgres/src/main/docs/debezium-postgres-component.adoc
+++ 
b/components/camel-debezium-postgres/src/main/docs/debezium-postgres-component.adoc
@@ -7,6 +7,8 @@
 :supportLevel: Stable
 :component-header: Only consumer is supported
 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/debezium-postgres.adoc[opts=optional]
+//Manually maintained attributes
+:group: Debezium
 
 *Since Camel {since}*
 
diff --git 
a/components/camel-debezium-sqlserver/src/main/docs/debezium-sqlserver-component.adoc
 
b/components/camel-debezium-sqlserver/src/main/docs/debezium-sqlserver-component.adoc
index 73c85f4..1a8e89a 100644
--- 
a/components/camel-debezium-sqlserver/src/main/docs/debezium-sqlserver-component.adoc
+++ 
b/components/camel-debezium-sqlserver/src/main/docs/debezium-sqlserver-component.adoc
@@ -7,6 +7,8 @@
 :supportLevel: Stable
 :component-header: Only consumer is supported
 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/debezium-sqlserver.adoc[opts=optional]
+//Manually maintained attributes
+:group: Debezium
 
 *Since Camel {since}*
 
diff --git a/docs/components/modules/ROOT/nav.adoc 
b/docs/components/modules/ROOT/nav.adoc
index f4b7717..a8e29d0 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -78,10 +78,11 @@
 ** xref:dataformat-component.adoc[Data Format]
 ** xref:dataset-component.adoc[Dataset]
 ** xref:dataset-test-component.adoc[DataSet Test]
-** xref:debezium-mongodb-component.adoc[Debezium MongoDB Connector]
-** xref:debezium-mysql-component.adoc[Debezium MySQL Connector]
-** xref:debezium-postgres-component.adoc[Debezium PostgresSQL Connector]
-** xref:debezium-sqlserver-component.adoc[Debezium SQL Server Connector]
+** xref:debezium-summary.adoc[Debezium]
+*** xref:debezium-mongodb-component.adoc[Debezium MongoDB Connector]
+*** xref:debezium-mysql-component.adoc[Debezium MySQL Connector]
+*** xref:debezium-postgres-component.adoc[Debezium PostgresSQL Connector]
+*** xref:debezium-sqlserver-component.adoc[Debezium SQL Server Connector]
 ** xref:djl-component.adoc[Deep Java Library]
 ** xref:digitalocean-component.adoc[DigitalOcean]
 ** xref:direct-component.adoc[Direct]
diff --git a/docs/components/modules/ROOT/pages/debezium-mongodb-component.adoc 
b/docs/components/modules/ROOT/pages/debezium-mongodb-component.adoc
index 5b7f363..a4d6002 100644
--- a/docs/components/modules/ROOT/pages/debezium-mongodb-component.adoc
+++ b/docs/components/modules/ROOT/pages/debezium-mongodb-component.adoc
@@ -9,6 +9,8 @@
 :supportLevel: Stable
 :component-header: Only consumer is supported
 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/debezium-mongodb.adoc[opts=optional]
+//Manually maintained attributes
+:group: Debezium
 
 *Since Camel {since}*
 
diff --git a/docs/components/modules/ROOT/pages/debezium-mysql-component.adoc 
b/docs/components/modules/ROOT/pages/debezium-mysql-component.adoc
index 2952a48..47ae9cb 100644
--- a/docs/components/modules/ROOT/pages/debezium-mysql-component.adoc
+++ b/docs/components/modules/ROOT/pages/debezium-mysql-component.adoc
@@ -9,6 +9,8 @@
 :supportLevel: Stable
 :component-header: Only consumer is supported
 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/debezium-mysql.adoc[opts=optional]
+//Manually maintained attributes
+:group: Debezium
 
 *Since Camel {since}*
 
diff --git 
a/docs/components/modules/ROOT/pages/debezium-postgres-component.adoc 
b/docs/components/modules/ROOT/pages/debezium-postgres-component.adoc
index 887718c..c67c01f 100644
--- a/docs/components/modules/ROOT/pages/debezium-postgres-component.adoc
+++ b/docs/components/modules/ROOT/pages/debezium-postgres-component.adoc
@@ -9,6 +9,8 @@
 :supportLevel: Stable
 :component-header: Only consumer is supported
 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/debezium-postgres.adoc[opts=optional]
+//Manually maintained attributes
+:group: Debezium
 
 *Since Camel {since}*
 
diff --git 
a/docs/components/modules/ROOT/pages/debezium-sqlserver-component.adoc 
b/docs/components/modules/ROOT/pages/debezium-sqlserver-component.adoc
index 8d8174d..1ca0481 100644
--- a/docs/components/modules/ROOT/pages/debezium-sqlserver-component.adoc
+++ b/docs/components/modules/ROOT/pages/debezium-sqlserver-component.adoc
@@ -9,6 +9,8 @@
 :supportLevel: Stable
 :component-header: Only consumer is supported
 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/debezium-sqlserver.adoc[opts=optional]
+//Manually maintained attributes
+:group: Debezium
 
 *Since Camel {since}*
 
diff --git a/docs/components/modules/ROOT/pages/debezium-summary.adoc 
b/docs/components/modules/ROOT/pages/debezium-summary.adoc
new file mode 100644
index 0000000..a6d3ce6
--- /dev/null
+++ b/docs/components/modules/ROOT/pages/debezium-summary.adoc
@@ -0,0 +1,16 @@
+[[Azure-CamelComponentsforDebeziumConnectors]]
+= Camel Components for Debezium Connectors
+//THIS FILE IS COPIED: EDIT THE SOURCE FILE:
+:page-source: 
components/camel-debezium-mysql/src/main/docs/debezium-summary.adoc
+//attributes written by hand, not generated
+:docTitle: Debezium
+
+https://debezium.io/[Debezium] is an open source distributed platform for 
change data capture. Start it up, point it at your databases, and your apps can 
start responding to all of the inserts, updates, and deletes that other apps 
commit to your databases. 
+Debezium is durable and fast, so your apps can respond quickly and never miss 
an event, even when things go wrong.
+Camel includes individual components for each Debezium connector which allows 
for more flexibility to add more Debezium connectors support in Camel.
+
+== {docTitle} components
+
+See the following for usage of each component:
+
+indexDescriptionList::[attributes='group={docTitle}',descAttribute=description]
\ No newline at end of file

Reply via email to