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-kafka-connector.git
commit 5a35fce12ba7335fce037cade816f046a0c6becc Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Feb 18 14:25:13 2021 +0100 Added remove headers page to index.adoc --- docs/modules/ROOT/pages/index.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 484fd42..0185cf8 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -6,6 +6,7 @@ ** xref:basic-configuration.adoc[Basic configuration] ** xref:aggregation.adoc[Aggregation] ** xref:idempotency.adoc[Idempotency] +** xref:remove-headers.adoc[Remove Headers] * xref:archetypes.adoc[Archetypes] ** xref:archetype-connector.adoc[Extensible connector archetype] ** xref:archetype-dataformat-connector.adoc[Extensible Dataformat connector archetype]
