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

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

commit b6b56eb18a264a2ee9c724e83cbd1de7bf350465
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jun 11 15:38:23 2021 +0200

    Added MySQL Sink Kamelet
---
 docs/modules/ROOT/nav.adoc                            | 1 +
 docs/modules/ROOT/pages/has-header-filter-action.adoc | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index e82372b..f6544d4 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -73,6 +73,7 @@
 * xref:ROOT:minio-sink.adoc[image:kamelets/minio-sink.svg[] Minio Sink]
 * xref:ROOT:minio-source.adoc[image:kamelets/minio-source.svg[] Minio Source]
 * xref:ROOT:mqtt-source.adoc[image:kamelets/mqtt-source.svg[] MQTT Source]
+* xref:ROOT:mysql-sink.adoc[image:kamelets/mysql-sink.svg[] MySQL Sink]
 * xref:ROOT:nats-sink.adoc[image:kamelets/nats-sink.svg[] NATS Sink]
 * xref:ROOT:nats-source.adoc[image:kamelets/nats-source.svg[] NATS Source]
 * 
xref:ROOT:openai-classification-action.adoc[image:kamelets/openai-classification-action.svg[]
 OpenAI Classification Action]
diff --git a/docs/modules/ROOT/pages/has-header-filter-action.adoc 
b/docs/modules/ROOT/pages/has-header-filter-action.adoc
index 3401ca2..5693d04 100644
--- a/docs/modules/ROOT/pages/has-header-filter-action.adoc
+++ b/docs/modules/ROOT/pages/has-header-filter-action.adoc
@@ -13,7 +13,7 @@ The following table summarizes the configuration options 
available for the `has-
 [width="100%",cols="2,^2,3,^2,^2,^3",options="header"]
 |===
 | Property| Name| Description| Type| Default| Example
-| *name {empty}* *| Header Name| The header name to evaluate| string| | 
+| *name {empty}* *| Header Name| The header name to evaluate| string| | 
`"headerName"`
 |===
 
 NOTE: Fields marked with ({empty}*) are mandatory.
@@ -47,7 +47,7 @@ spec:
       apiVersion: camel.apache.org/v1alpha1
       name: has-header-filter-action
     properties:
-      name: "The Header Name"
+      name: "headerName"
   sink:
     ref:
       kind: InMemoryChannel

Reply via email to