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 2017/01/12 12:16:14 UTC

[4/7] camel git commit: CAMEL-10375: Added camel-couchbase to Summary and components list in documentation

CAMEL-10375: Added camel-couchbase to Summary and components list in documentation


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d6b1944b
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d6b1944b
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d6b1944b

Branch: refs/heads/master
Commit: d6b1944bc28041fa31ef4e6f0df56990ea92f20a
Parents: 4eeeda6
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Jan 12 12:49:45 2017 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Jan 12 13:14:46 2017 +0100

----------------------------------------------------------------------
 .../camel-couchbase/src/main/docs/couchbase-component.adoc       | 4 ++--
 components/readme.adoc                                           | 3 +++
 docs/user-manual/en/SUMMARY.md                                   | 1 +
 3 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d6b1944b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-couchbase/src/main/docs/couchbase-component.adoc b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
index f4072c7..439845a 100644
--- a/components/camel-couchbase/src/main/docs/couchbase-component.adoc
+++ b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
@@ -1,4 +1,4 @@
-# Couchbase Component
+## Couchbase Component
 ## Couchbase Component
 
 *Available as of Camel 2.19*
@@ -89,4 +89,4 @@ The Couchbase component supports 47 endpoint options which are listed below:
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
 {% endraw %}
-// endpoint options: END
+// endpoint options: END
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/d6b1944b/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 9d6e360..9813764 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -114,6 +114,9 @@ Components
 | link:camel-consul/src/main/docs/consul-component.adoc[Consul] (camel-consul) +
 `consul:apiEndpoint` | The camel consul component allows you to work with Consul a distributed highly available datacenter-aware service discovery and configuration system.
 
+| link:camel-couchbase/src/main/docs/couchbase-component.adoc[Couchbase] (camel-couchbase) +
+`couchbase:url` | Represents a Couchbase endpoint that can query Views with a Poll strategy and/or produce various type of operations.
+
 | link:camel-couchdb/src/main/docs/couchdb-component.adoc[CouchDB] (camel-couchdb) +
 `couchdb:protocol:hostname:port/database` | The couchdb component is used for integrate with CouchDB databases.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/d6b1944b/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index e6c39fb..54c6702 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -160,6 +160,7 @@
 	* [CoAP](coap-component.adoc)
 	* [CometD](cometd-component.adoc)
 	* [Consul](consul-component.adoc)
+	* [Couchbase](couchbase-component.adoc)
 	* [CouchDB](couchdb-component.adoc)
 	* [Crypto (JCE)](crypto-component.adoc)
 	* [CXF](cxf-component.adoc)