This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-capabilities.git
The following commit(s) were added to refs/heads/master by this push:
new 74694de Mention the JCR module
74694de is described below
commit 74694de46b734d18f516c3687822bc3f01cb6a3a
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Nov 1 15:52:45 2018 +0100
Mention the JCR module
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 7288015..a8cc77e 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@ resource tree, as well as which `CapabilitiesSource` services
are considered by
The example configuration below shows the JSON vocabulary used to expose
capabilities.
+For now, we have one module which provides a `CapabilitiesSource`, that's the
[sling-org-apache-sling-capabilities-jcr](https://github.com/apache/sling-org-apache-sling-capabilities-jcr)
module which provides information on the JCR repository.
+
CapabilitiesSource services
----------------------------