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-site.git
The following commit(s) were added to refs/heads/master by this push:
new 7d62aaf SLING-9522 - oops, forgot this page
7d62aaf is described below
commit 7d62aaf00fd29ad8c57a26c711bb4c0563026174
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Jun 18 13:48:04 2020 +0200
SLING-9522 - oops, forgot this page
---
.../feature-model/feature-model-howto.md | 35 ++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git
a/src/main/jbake/content/documentation/feature-model/feature-model-howto.md
b/src/main/jbake/content/documentation/feature-model/feature-model-howto.md
new file mode 100644
index 0000000..9257be8
--- /dev/null
+++ b/src/main/jbake/content/documentation/feature-model/feature-model-howto.md
@@ -0,0 +1,35 @@
+title=Feature Model How-To Guide
+type=page
+status=published
+tags=featuremodel,osgi,project,guide,howtos
+~~~~~~
+
+### About this How-To
+
+This how-to is designed to be a progressive tutorial in which each how-to
builds on the previous. It's recommended
+that you start on the first and work your way through them consecutively.
+
+
+## Exploring Feature Models by Example
+
+* [How To Start Sling with the
Kickstarter](/documentation/feature-model/howtos/kickstart.html)
+* [How to Create a Custom Feature Model
Project](/documentation/feature-model/howtos/sling-with-custom-project.html)
+* [How to Create a Sling Composite Node
Store](/documentation/feature-model/howtos/create-sling-composite.html)
+* [How to Convert a Provisioning Model to a Feature
Model](/documentation/feature-model/howtos/create-sling-fm.html)
+
+
+## Related Reading
+
+Want to know more? Take a look at the README files for the projects in the
+[Feature Model
ecosystem](https://github.com/search?q=topic%3Asling+topic%3Aosgi-feature-model+topic%3Aosgi+org%3Aapache&type=Repositories)
-
+the main ones are listed here.
+
+* [Feature Model](https://github.com/apache/sling-org-apache-sling-feature/)
+* [Feature
Docs](https://github.com/apache/sling-org-apache-sling-feature/blob/master/docs/features.md)
+* [Feature
Extensions](https://github.com/apache/sling-org-apache-sling-feature/blob/master/docs/extensions.md)
+* [Feature
Archive](https://github.com/apache/sling-org-apache-sling-feature/blob/master/docs/feature-archives.md)
+* [Feature
References](https://github.com/apache/sling-org-apache-sling-feature/blob/master/docs/feature-ref-files.md)
+* [Feature
Aggregation](https://github.com/apache/sling-org-apache-sling-feature/blob/master/docs/aggregation.md)
+* [SlingFeature Maven
Plugin](https://github.com/apache/sling-slingfeature-maven-plugin)
+* [Feature
Launcher](https://github.com/apache/sling-org-apache-sling-feature-launcher)
+* [Kickstarter](https://github.com/apache/sling-org-apache-sling-kickstart/)