Author: sseifert
Date: Tue Sep 15 22:22:11 2015
New Revision: 1703306
URL: http://svn.apache.org/r1703306
Log:
SLING-4381/SLING-5024 nosql resource provider documentation
Modified:
sling/site/trunk/content/documentation/bundles/nosql-resource-providers.mdtext
Modified:
sling/site/trunk/content/documentation/bundles/nosql-resource-providers.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/nosql-resource-providers.mdtext?rev=1703306&r1=1703305&r2=1703306&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/bundles/nosql-resource-providers.mdtext
(original)
+++
sling/site/trunk/content/documentation/bundles/nosql-resource-providers.mdtext
Tue Sep 15 22:22:11 2015
@@ -65,9 +65,9 @@ Source code: [Apache Sling NoSQL Couchba
The resource provider requires and additional bundle [Apache Sling NoSQL
Couchbase
Client](https://github.com/apache/sling/tree/trunk/contrib/nosql/couchbase-client)
which wraps the Couchbase Java SDK (which itself is not an OSGi bundle), and
ensures that the Couchbase Environment instance is used as a singleton in the
VM.
-## Example launchpad
+## Example Launchpad
-An example launchpad is provides that contains the NoSQL resource provides
configured as only resource provider at `/`.
+An example launchpad is provided that contains the NoSQL resource providers
configured as main resource provider at `/`.
Source code: [Apache Sling NoSQL
Launchpad](https://github.com/apache/sling/tree/trunk/contrib/nosql/launchpad)