You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2017/06/26 12:40:46 UTC

[3/3] sling-site git commit: Remove the for loops that enumerated child pages, not supported anymore

Remove the for loops that enumerated child pages, not supported anymore


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/280cc337
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/280cc337
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/280cc337

Branch: refs/heads/master
Commit: 280cc3372c62c2e9f1bdcf5425776540612d2465
Parents: 2d8c7ce
Author: Bertrand Delacretaz <bd...@apache.org>
Authored: Mon Jun 26 14:40:31 2017 +0200
Committer: Bertrand Delacretaz <bd...@apache.org>
Committed: Mon Jun 26 14:40:31 2017 +0200

----------------------------------------------------------------------
 content/documentation/getting-started.md   |  3 +--
 content/documentation/tutorials-how-tos.md |  9 +++++++--
 content/old-stuff.md                       | 14 ++++++++++----
 3 files changed, 18 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/280cc337/content/documentation/getting-started.md
----------------------------------------------------------------------
diff --git a/content/documentation/getting-started.md b/content/documentation/getting-started.md
index f859d76..80a32eb 100644
--- a/content/documentation/getting-started.md
+++ b/content/documentation/getting-started.md
@@ -5,8 +5,7 @@ status=published
 
 We're on the way to update the documentation to make it more easy to get in touch with Sling. At the moment we can give you the following starting points:
 
-{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
-{% endfor %}
+* [Discover Sling in 15 minutes](getting-started/discover-sling-in-15-minutes.html)
 
 ## Where to head from here
 

http://git-wip-us.apache.org/repos/asf/sling-site/blob/280cc337/content/documentation/tutorials-how-tos.md
----------------------------------------------------------------------
diff --git a/content/documentation/tutorials-how-tos.md b/content/documentation/tutorials-how-tos.md
index bde31cb..2f26cff 100644
--- a/content/documentation/tutorials-how-tos.md
+++ b/content/documentation/tutorials-how-tos.md
@@ -3,5 +3,10 @@ type=page
 status=published
 ~~~~~~
 
-{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
-{% endfor %}
+ * [46 Line Blog](tutorials-how-tos/46-line-blog.html)
+ * [Getting Resources and Properties in Sling](tutorials-how-tos/getting-resources-and-properties-in-sling.html)
+ * [How to Manage Jobs in Sling](tutorials-how-tos/how-to-manage-events-in-sling.html)
+ * [Installing and Upgrading Bundles](tutorials-how-tos/installing-and-upgrading-bundles.html)
+ * [Jackrabbit Persistence](tutorials-how-tos/jackrabbit-persistence.html)
+ * [Testing Sling-based applications](tutorials-how-tos/testing-sling-based-applications.html)
+ 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/280cc337/content/old-stuff.md
----------------------------------------------------------------------
diff --git a/content/old-stuff.md b/content/old-stuff.md
index d557ddb..9b914ac 100644
--- a/content/old-stuff.md
+++ b/content/old-stuff.md
@@ -2,9 +2,15 @@ title=Old Stuff
 type=page
 status=published
 ~~~~~~
-translation_pending: true
 
-Should either be deleted or reviewed and updated to match the current code:
+TODO: this page points to old content that's most probably obsolete.
 
-{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
-{% endfor %}
+<ul>
+<li><a href="/old-stuff/assembly.html">Assembly</a></li>
+<li><a href="/old-stuff/launch-sling.html">Launch Sling</a></li>
+<li><a href="/old-stuff/request-processing.html">Request Processing</a></li>
+<li><a href="/old-stuff/run-modes-org-apache-sling-runmode.html">Run Modes (org.apache.sling.runmode)</a></li>
+<li><a href="/old-stuff/scriptengineintegration.html">Integrating Scripting Languages</a></li>
+<li><a href="/old-stuff/servlet-resolution.html">Servlet Resolution</a></li>
+<li><a href="/old-stuff/sling-api.html">Sling API</a></li>
+</ul>
\ No newline at end of file