From 17c3315e59eebf9a57292643d1eb672ca3b840cb Mon Sep 17 00:00:00 2001 From: Andrea Tarocchi Date: Wed, 9 Jun 2021 18:02:54 +0200 Subject: [PATCH] Littel documentation adjustments. --- docs/modules/ROOT/nav.adoc | 4 ++-- .../pages/{ => user-guide}/camel-compatibility-matrix.adoc | 0 .../ROOT/pages/user-guide/extending-connector/index.adoc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) rename docs/modules/ROOT/pages/{ => user-guide}/camel-compatibility-matrix.adoc (100%) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 1d2300ce57..6dba34e0f7 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 b11c77339d..e13d276105 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]