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 2016/08/22 06:51:35 UTC

camel git commit: Updated docs after complete build

Repository: camel
Updated Branches:
  refs/heads/master 5d697024a -> 3cb0a3ec4


Updated docs after complete build


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

Branch: refs/heads/master
Commit: 3cb0a3ec471d44a5fc886c1de1ea22318940f10f
Parents: 5d69702
Author: Andrea Cosentino <an...@gmail.com>
Authored: Mon Aug 22 08:50:01 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Mon Aug 22 08:50:01 2016 +0200

----------------------------------------------------------------------
 components/readme.adoc         | 6 ++++++
 docs/user-manual/en/SUMMARY.md | 2 ++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3cb0a3ec/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 267d809..d598adc 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -456,6 +456,12 @@ Components
 | link:camel-solr/src/main/docs/solr-component.adoc[Solr] (camel-solr) +
 `solr:url` | The solr component allows you to interface with an Apache Lucene Solr server.
 
+| link:camel-solr/src/main/docs/solrCloud-component.adoc[Solr] (camel-solr) +
+`solrCloud:url` | The solr component allows you to interface with an Apache Lucene Solr server.
+
+| link:camel-solr/src/main/docs/solrs-component.adoc[Solr] (camel-solr) +
+`solrs:url` | The solr component allows you to interface with an Apache Lucene Solr server.
+
 | link:camel-spark-rest/src/main/docs/spark-rest-component.adoc[Spark Rest] (camel-spark-rest) +
 `spark-rest:verb:path` | The spark-rest component is used for hosting REST services which has been defined using Camel rest-dsl.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3cb0a3ec/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index b3eda45..be092ac 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -274,6 +274,8 @@
 	* [SMPP](smpp-component.adoc)
 	* [SNMP](snmp-component.adoc)
 	* [Solr](solr-component.adoc)
+	* [Solr](solrCloud-component.adoc)
+	* [Solr](solrs-component.adoc)
 	* [Spark Rest](spark-rest-component.adoc)
 	* [Splunk](splunk-component.adoc)
 	* [Spring Batch](spring-batch-component.adoc)