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 2021/11/19 09:18:45 UTC

[camel-kamelets] 03/07: Regen

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

acosentino pushed a commit to branch throttle-action
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 0008417d8f4de21f66e83d781a06bd97a6cb3014
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 19 09:50:30 2021 +0100

    Regen
---
 docs/modules/ROOT/nav.adoc                    | 1 +
 docs/modules/ROOT/pages/mariadb-sink.adoc     | 2 +-
 docs/modules/ROOT/pages/mariadb-source.adoc   | 2 +-
 docs/modules/ROOT/pages/mysql-sink.adoc       | 2 +-
 docs/modules/ROOT/pages/mysql-source.adoc     | 2 +-
 docs/modules/ROOT/pages/sqlserver-sink.adoc   | 2 +-
 docs/modules/ROOT/pages/sqlserver-source.adoc | 2 +-
 7 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 65f5d45..64d1840 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -125,6 +125,7 @@
 * xref:ROOT:string-template-action.adoc[image:kamelets/string-template-action.svg[] String Template Action]
 * xref:ROOT:telegram-sink.adoc[image:kamelets/telegram-sink.svg[] Telegram Sink]
 * xref:ROOT:telegram-source.adoc[image:kamelets/telegram-source.svg[] Telegram Source]
+* xref:ROOT:throttle-action.adoc[image:kamelets/throttle-action.svg[] Throttle Action]
 * xref:ROOT:timer-source.adoc[image:kamelets/timer-source.svg[] Timer Source]
 * xref:ROOT:timestamp-router-action.adoc[image:kamelets/timestamp-router-action.svg[] Timestamp Router Action]
 * xref:ROOT:topic-name-matches-filter-action.adoc[image:kamelets/topic-name-matches-filter-action.svg[] Kafka Topic Name Matches Filter Action]
diff --git a/docs/modules/ROOT/pages/mariadb-sink.adoc b/docs/modules/ROOT/pages/mariadb-sink.adoc
index 2e90822..3b7b307 100644
--- a/docs/modules/ROOT/pages/mariadb-sink.adoc
+++ b/docs/modules/ROOT/pages/mariadb-sink.adoc
@@ -8,7 +8,7 @@
 
 Send data to a MariaDB Database.
 
-In you KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
+In your KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
 
 - "mvn:org.mariadb.jdbc:mariadb-java-client:<version>"
 
diff --git a/docs/modules/ROOT/pages/mariadb-source.adoc b/docs/modules/ROOT/pages/mariadb-source.adoc
index a34ccc2..7cd4a91 100644
--- a/docs/modules/ROOT/pages/mariadb-source.adoc
+++ b/docs/modules/ROOT/pages/mariadb-source.adoc
@@ -8,7 +8,7 @@
 
 Query data from a MariaDB Database.
 
-In you KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
+In your KameletBinding file you'll need to explicitly declare the MariaDB Server driver dependency in spec->integration->dependencies
 
 - "mvn:org.mariadb.jdbc:mariadb-java-client:<version>"
 
diff --git a/docs/modules/ROOT/pages/mysql-sink.adoc b/docs/modules/ROOT/pages/mysql-sink.adoc
index 2d6c148..0416bcb 100644
--- a/docs/modules/ROOT/pages/mysql-sink.adoc
+++ b/docs/modules/ROOT/pages/mysql-sink.adoc
@@ -8,7 +8,7 @@
 
 Send data to a MySQL Database.
 
-In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
 
 - "mvn:mysql:mysql-connector-java:<version>"
 
diff --git a/docs/modules/ROOT/pages/mysql-source.adoc b/docs/modules/ROOT/pages/mysql-source.adoc
index 5328f91..2915bb7 100644
--- a/docs/modules/ROOT/pages/mysql-source.adoc
+++ b/docs/modules/ROOT/pages/mysql-source.adoc
@@ -8,7 +8,7 @@
 
 Query data from a MySQL Database.
 
-In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
 
 - "mvn:mysql:mysql-connector-java:<version>"
 
diff --git a/docs/modules/ROOT/pages/sqlserver-sink.adoc b/docs/modules/ROOT/pages/sqlserver-sink.adoc
index fea785b..122787c 100644
--- a/docs/modules/ROOT/pages/sqlserver-sink.adoc
+++ b/docs/modules/ROOT/pages/sqlserver-sink.adoc
@@ -8,7 +8,7 @@
 
 Send data to a Microsoft SQL Server Database.
 
-In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
 
 - "mvn:com.microsoft.sqlserver:mssql-jdbc:<version>"
 
diff --git a/docs/modules/ROOT/pages/sqlserver-source.adoc b/docs/modules/ROOT/pages/sqlserver-source.adoc
index e42496d..ed467f9 100644
--- a/docs/modules/ROOT/pages/sqlserver-source.adoc
+++ b/docs/modules/ROOT/pages/sqlserver-source.adoc
@@ -8,7 +8,7 @@
 
 Query data from a Microsoft SQL Server Database.
 
-In you KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
+In your KameletBinding file you'll need to explicitly declare the SQL Server driver dependency in spec->integration->dependencies
 
 - "mvn:com.microsoft.sqlserver:mssql-jdbc:<version>"