You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2021/06/09 11:41:48 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated: Add link to documentation

This is an automated email from the ASF dual-hosted git repository.

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f27060  Add link to documentation
4f27060 is described below

commit 4f27060b98f1e84e235a34d579b080929a2ed202
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Wed Jun 9 12:41:35 2021 +0100

    Add link to documentation
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index cbfd4ff..b53c94d 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,7 @@ don't opt-in are assumed to be non-defining.
 These analysers relate to Configuration API Region definitions in Feature Models:
 
 * `configuration-api` : This analyser validates the OSGi configurations and framework properties based on the configuration API described in an extension.
+For more details see here: [docs/api-regions.md#configurations].
 
 * `region-deprecated-api` : This analyser validates if packages marked as deprecated for a region are used. It has these configuration parameters:
   * `regions` : The regions to check for such usage. This is a comma separate string of region names. It defaults to `global`.