This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch dataformat-arch-docs in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 565d56aedaa2c384dc35f496caeb0369c8a5edc0 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Nov 30 09:23:37 2020 +0100 Added dataformat connector docs 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 017c5e6..89c9348 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -4,6 +4,7 @@ ** xref:aggregation.adoc[Aggregation] * xref:archetypes.adoc[Archetypes] ** xref:archetype-connector.adoc[Extensible connector archetype] +** xref:archetype-dataformat-connector.adoc[Extensible Dataformat connector archetype] * xref:getting-started.adoc[Getting started] ** xref:try-it-out-locally.adoc[Try it locally] ** xref:try-it-out-on-kubernetes.adoc[Try it on Kubernetes]
