SLING-6082 add documentation for Installer Support for Content Packages
diff --git a/src/main/jbake/content/documentation/bundles.md b/src/main/jbake/content/documentation/bundles.md
index 51b4bed..bad8372 100644
--- a/src/main/jbake/content/documentation/bundles.md
+++ b/src/main/jbake/content/documentation/bundles.md
@@ -42,6 +42,7 @@
 
 * [OSGi Installer](/documentation/bundles/osgi-installer.html)
 * [Configuration Installer Factory](/documentation/bundles/configuration-installer-factory.html)
+* [Content Package Installer Factory](/documentation/bundles/content-package-installer-factory.html)
 * [Subsystem Installer Factory](/documentation/bundles/subsystem-installer-factory.html)
 * [JCR Installer Provider](/documentation/bundles/jcr-installer-provider.html)
 * [File Installer Provider](/documentation/bundles/file-installer-provider.html)
diff --git a/src/main/jbake/content/documentation/bundles/content-package-installer-factory.md b/src/main/jbake/content/documentation/bundles/content-package-installer-factory.md
new file mode 100644
index 0000000..91f6ea8
--- /dev/null
+++ b/src/main/jbake/content/documentation/bundles/content-package-installer-factory.md
@@ -0,0 +1,16 @@
+title=Content Package Installer Factory		
+type=page
+status=published
+tags=installer
+~~~~~~
+
+The content package installer factory provides support for [Jackrabbit FileVault Content Packages](https://jackrabbit.apache.org/filevault/index.html) to the [OSGI installer](/documentation/bundles/osgi-installer.html). The provisioning of artifacts is handled by installer providers like the [file installer](/documentation/bundles/file-installer-provider.html) or the [JCR installer](/documentation/bundles/jcr-installer-provider.html).
+
+## Content Packages
+
+Content Packages must be provided with extension `.zip`. They will be automatically installed/uninstalled via the [JcrPackageManager API](https://jackrabbit.apache.org/filevault/apidocs/org/apache/jackrabbit/vault/packaging/JcrPackageManager.html). The (un-)installation behaviour can be further tweaked via the OSGi configuration provided for PID `org.apache.sling.installer.factory.packages.impl.PackageTransformer`
+
+
+# Project Info
+
+* Content package installer factory ([org.apache.sling.installer.factory.packages](https://github.com/apache/sling-org-apache-sling-installer-factory-packages))
diff --git a/src/main/jbake/content/documentation/bundles/osgi-installer.md b/src/main/jbake/content/documentation/bundles/osgi-installer.md
index c12bd04..90142dc 100644
--- a/src/main/jbake/content/documentation/bundles/osgi-installer.md
+++ b/src/main/jbake/content/documentation/bundles/osgi-installer.md
@@ -71,6 +71,7 @@
 An installer factory provides support for a specific artifact type, like a configuration or a deployment package etc.
 
 * [Configuration Installer Factory](/documentation/bundles/configuration-installer-factory.html)
+* [Content Package Installer Factory](/documentation/bundles/content-package-installer-factory.html)
 * [Subsystem Installer Factory](/documentation/bundles/subsystem-installer-factory.html)
 
 ### Providers
diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 99b9e2c..361f4c4 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -131,12 +131,13 @@
   "Health Check Support|org.apache.sling.hc.support|1.0.6|Y|jar",
   "Health Check JUnit Bridge|org.apache.sling.hc.junit.bridge|1.0.2|Y|jar",
   "Installer Core|org.apache.sling.installer.core|3.10.2|Y|jar",
-  "Installer Console|org.apache.sling.installer.console|1.1.0|Y|jar",
   "Installer Configuration Support|org.apache.sling.installer.factory.configuration|1.3.0|Y|jar",
-  "Installer Health Checks|org.apache.sling.installer.hc|2.0.2|Y|jar",
-  "Installer Subystems Support|org.apache.sling.installer.factory.subsystems|1.0.0|Y|jar",
+  "Installer Console|org.apache.sling.installer.console|1.1.0|Y|jar",
+  "Installer Content Package Support|org.apache.sling.installer.factory.packages|1.0.0|Y|jar",
   "Installer File Provider|org.apache.sling.installer.provider.file|1.2.0|Y|jar",
+  "Installer Health Checks|org.apache.sling.installer.hc|2.0.2|Y|jar",
   "Installer JCR Provider|org.apache.sling.installer.provider.jcr|3.2.0|Y|jar",
+  "Installer Subystems Support|org.apache.sling.installer.factory.subsystems|1.0.0|Y|jar",
   "Installer Vault Package Install Hook|org.apache.sling.installer.provider.installhook|1.0.4|Y|jar",
   "javax activation|org.apache.sling.javax.activation|0.1.0|Y|jar",
   "JCR API|org.apache.sling.jcr.api|2.4.0|Y|jar",