You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/11/06 08:27:15 UTC

[camel] 03/03: Regen docs

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.git

commit ecd9136a002a56012851e034ca9549c40b26aeee
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 6 09:26:54 2019 +0100

    Regen docs
---
 components/camel-kudu/src/main/docs/kudu-component.adoc |  4 +++-
 docs/components/modules/ROOT/nav.adoc                   |  2 +-
 docs/components/modules/ROOT/pages/index.adoc           |  4 ++--
 docs/components/modules/ROOT/pages/kudu-component.adoc  | 11 +++++++----
 4 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/components/camel-kudu/src/main/docs/kudu-component.adoc b/components/camel-kudu/src/main/docs/kudu-component.adoc
index 6092ba4..a8f0738 100644
--- a/components/camel-kudu/src/main/docs/kudu-component.adoc
+++ b/components/camel-kudu/src/main/docs/kudu-component.adoc
@@ -1,6 +1,8 @@
+[[kudu-component]]
 = Kudu Component
 
 *Since Camel 3.0*
+
 *Since Camel 3.0*
 
 
@@ -117,4 +119,4 @@ To use this feature, add the following dependencies to your spring boot pom.xml
     <artifactId>camel-kudu-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your Camel core version -->
 </dependency>
-----
+----
\ No newline at end of file
diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc
index 2f22346..213c893 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -222,7 +222,7 @@
 * xref:kubernetes.adoc[Kubernetes Components]
 * xref:openshift-build-configs-component.adoc[Openshift Build Config Component]
 * xref:openshift-builds-component.adoc[Openshift Builds Component]
-* xref:kudu-component.adoc[Apache Kudu Component]
+* xref:kudu-component.adoc[Kudu Component]
 * xref:kura.adoc[Eclipse Kura component]
 * xref:language-component.adoc[Language Component]
 * xref:ldap-component.adoc[LDAP Component]
diff --git a/docs/components/modules/ROOT/pages/index.adoc b/docs/components/modules/ROOT/pages/index.adoc
index 19f8dd6..7e5299e 100644
--- a/docs/components/modules/ROOT/pages/index.adoc
+++ b/docs/components/modules/ROOT/pages/index.adoc
@@ -20,8 +20,6 @@ Number of Components: 304 in 242 JAR artifacts (0 deprecated)
 
 | xref:amqp-component.adoc[AMQP] (camel-amqp) | 1.2 | Messaging with AMQP protocol using Apache QPid Client.
 
-| xref:kudu-component.adoc[Apache Kudu] (camel-kudu) | 3.0 | Represents a Kudu endpoint. A kudu endpoint allows you to interact with Apache Kudu, a free and open source column-oriented data store of the Apache Hadoop ecosystem.
-
 | xref:apns-component.adoc[APNS] (camel-apns) | 2.8 | For sending notifications to Apple iOS devices.
 
 | xref:as2-component.adoc[AS2] (camel-as2) | 2.22 | Component used for transferring data secure and reliable over the internet using the AS2 protocol.
@@ -372,6 +370,8 @@ Number of Components: 304 in 242 JAR artifacts (0 deprecated)
 
 | xref:kubernetes-services-component.adoc[Kubernetes Services] (camel-kubernetes) | 2.17 | The Kubernetes Service Accounts component provides a producer to execute service operations and a consumer to consume service events.
 
+| xref:kudu-component.adoc[Kudu] (camel-kudu) | 3.0 | Represents a Kudu endpoint. A kudu endpoint allows you to interact with Apache Kudu, a free and open source column-oriented data store of the Apache Hadoop ecosystem.
+
 | xref:language-component.adoc[Language] (camel-language) | 2.5 | The language component allows you to send a message to an endpoint which executes a script by any of the supported Languages in Camel.
 
 | xref:ldap-component.adoc[LDAP] (camel-ldap) | 1.5 | The ldap component allows you to perform searches in LDAP servers using filters as the message payload.
diff --git a/docs/components/modules/ROOT/pages/kudu-component.adoc b/docs/components/modules/ROOT/pages/kudu-component.adoc
index fedb688..fea2914 100644
--- a/docs/components/modules/ROOT/pages/kudu-component.adoc
+++ b/docs/components/modules/ROOT/pages/kudu-component.adoc
@@ -1,9 +1,12 @@
 [[kudu-component]]
-= Apache Kudu Component
+= Kudu Component
 :page-source: components/camel-kudu/src/main/docs/kudu-component.adoc
 
 *Since Camel 3.0*
 
+*Since Camel 3.0*
+
+
 The Kudu component supports storing and retrieving data from/to https://kudu.apache.org/[Apache Kudu], a free and open source column-oriented data store of the Apache Hadoop ecosystem.
 
 == Prerequisites
@@ -12,7 +15,7 @@ You must have a valid Kudu instance running. More information are available at h
 
 
 // component options: START
-The Apache Kudu component supports 1 options, which are listed below.
+The Kudu component supports 1 options, which are listed below.
 
 
 
@@ -24,7 +27,7 @@ The Apache Kudu component supports 1 options, which are listed below.
 // component options: END
 
 // endpoint options: START
-The Apache Kudu endpoint is configured using URI syntax:
+The Kudu endpoint is configured using URI syntax:
 
 ----
 kudu:host:port/tableName
@@ -117,4 +120,4 @@ To use this feature, add the following dependencies to your spring boot pom.xml
     <artifactId>camel-kudu-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your Camel core version -->
 </dependency>
-----
+----
\ No newline at end of file