This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch camel-kafka-connector-0.10.x in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 1e5fd58b6c838e92e725ce61b8f7b66a580f6c09 Author: Andrea Tarocchi <[email protected]> AuthorDate: Wed Jun 9 18:02:54 2021 +0200 Littel documentation adjustments. --- docs/modules/ROOT/nav.adoc | 4 ++-- .../ROOT/pages/{ => user-guide}/camel-compatibility-matrix.adoc | 0 docs/modules/ROOT/pages/user-guide/extending-connector/index.adoc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 1d2300c..6dba34e 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -1,10 +1,10 @@ * xref:user-guide/index.adoc[User guide] -** xref:user-guide/basic-concepts.adoc[Basic concepts] ** xref:user-guide/index.adoc[Getting started] *** xref:user-guide/getting-started/try-it-out-locally.adoc[Try it locally] *** xref:user-guide/getting-started/try-it-out-on-kubernetes.adoc[Try it on Kubernetes] *** xref:user-guide/getting-started/try-it-out-on-openshift-with-strimzi.adoc[Try it on OpenShift cluster] *** xref:user-guide/getting-started/getting-started-with-packages.adoc[Packages documentation] +** xref:user-guide/basic-concepts.adoc[Basic concepts] ** xref:user-guide/basic-configuration.adoc[Basic configuration] ** xref:user-guide/aggregation.adoc[Aggregation] ** xref:user-guide/idempotency.adoc[Idempotency] @@ -13,11 +13,11 @@ *** xref:user-guide/extending-connector/archetype-connector.adoc[Extensible connector archetype] *** xref:user-guide/extending-connector/archetype-dataformat-connector.adoc[Extensible Dataformat connector archetype] *** xref:user-guide/extending-connector/archetype-apicurio-connector.adoc[Extensible Apicurio connector archetype] +** xref:user-guide/camel-compatibility-matrix.adoc[Apache Camel compatibility matrix] * xref:contributor-guide/index.adoc[Contributor guide] ** xref:contributor-guide/testing.adoc[Testing] ** xref:contributor-guide/troubleshooting.adoc[Troubleshooting] ** xref:contributor-guide/release-guide.adoc[Release Guide] -* xref:camel-compatibility-matrix.adoc[Apache Camel compatibility matrix] * xref:reference/index.adoc[Reference] ** xref:reference/transformers/index.adoc[Single Message Transformers (SMT)] *** xref:reference/transformers/fieldsToHeaders.adoc[Fields To Headers] diff --git a/docs/modules/ROOT/pages/camel-compatibility-matrix.adoc b/docs/modules/ROOT/pages/user-guide/camel-compatibility-matrix.adoc similarity index 100% rename from docs/modules/ROOT/pages/camel-compatibility-matrix.adoc rename to docs/modules/ROOT/pages/user-guide/camel-compatibility-matrix.adoc diff --git a/docs/modules/ROOT/pages/user-guide/extending-connector/index.adoc b/docs/modules/ROOT/pages/user-guide/extending-connector/index.adoc index b11c773..e13d276 100644 --- a/docs/modules/ROOT/pages/user-guide/extending-connector/index.adoc +++ b/docs/modules/ROOT/pages/user-guide/extending-connector/index.adoc @@ -5,6 +5,6 @@ There are scenarios in Camel-Kafka-connector and in the Kafka Connect world in g In camel-kafka-connector we provide multiple archetypes for this purpose. -xref:user-guide/extending-connector/archetype-connector.adoc[Extensible connector archetype] - - + * xref:user-guide/extending-connector/archetype-connector.adoc[Extensible connector archetype] + * xref:user-guide/extending-connector/archetype-dataformat-connector.adoc[Extensible connector dataformat archetype] + * xref:user-guide/extending-connector/archetype-apicurio-connector.adoc[Extensible connector apicurio archetype]
