This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new f7b0136 Link Superimposing Resource Provider
f7b0136 is described below
commit f7b01368dd760176efdbae485f7b0d4737bfd9de
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Nov 22 15:01:18 2021 +0100
Link Superimposing Resource Provider
---
src/main/jbake/content/documentation/the-sling-engine/resources.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/main/jbake/content/documentation/the-sling-engine/resources.md
b/src/main/jbake/content/documentation/the-sling-engine/resources.md
index ff5019e..795e954 100644
--- a/src/main/jbake/content/documentation/the-sling-engine/resources.md
+++ b/src/main/jbake/content/documentation/the-sling-engine/resources.md
@@ -190,9 +190,8 @@ For details see [File System
Resources](/documentation/bundles/accessing-filesys
### Merged Resources
-The merged resource provider exposes a view on merged resources from multiple
locations.
-
-For details see [Resource Merger](/documentation/bundles/resource-merger.html).
+The merged resource provider exposes a view on merged resources from multiple
locations. For details see [Resource
Merger](/documentation/bundles/resource-merger.html).
+Another approach is taken by the [Superimposing Resource
Provider](https://github.com/apache/sling-org-apache-sling-superimposing).
### Custom Resource providers
Custom ResourceProvider services can be used to integrate your own custom
resources in the Sling resource tree.