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 bdcd070420e2a9f1ab83fab9090a7f3d1fc5f2de Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Feb 18 14:25:52 2021 +0100 Added remove headers doc page to nav --- docs/modules/ROOT/nav.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index ba70c20..f96c859 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -3,6 +3,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]
