You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2019/04/27 13:48:37 UTC

[wicket-site] branch asf-site updated: Added 9.x to learn page

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

adelbene pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/wicket-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 653b074  Added 9.x to learn page
653b074 is described below

commit 653b0745780e3b39149b2e1cbca23da9830fdc90
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Sat Apr 27 15:48:12 2019 +0200

    Added 9.x to learn page
---
 content/atom.xml         |  2 +-
 content/learn/index.html |  7 +++++++
 learn/index.md           | 12 +++++++++---
 3 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/content/atom.xml b/content/atom.xml
index 363ceb7..e19894b 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2019-04-16T21:49:58+02:00</updated>
+    <updated>2019-04-27T15:47:21+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
diff --git a/content/learn/index.html b/content/learn/index.html
index b7316a4..3cdeffa 100644
--- a/content/learn/index.html
+++ b/content/learn/index.html
@@ -96,6 +96,12 @@ subjects such as models, behaviours, testing and integration with other
 projects.</p>
 <p>The guide is available as PDF or html file for the following versions:</p>
 <ol>
+  <li>Wicket 9.x
+    <ul>
+      <li><a href="https://ci.apache.org/projects/wicket/guide/9.x/single.html">HTML (single page)</a></li>
+      <li><a href="https://ci.apache.org/projects/wicket/guide/9.x/single.pdf">PDF</a></li>
+    </ul>
+  </li>
   <li>Wicket 8.x
     <ul>
       <li><a href="https://ci.apache.org/projects/wicket/guide/8.x/single.html">HTML (single page)</a></li>
@@ -128,6 +134,7 @@ method, show you the corresponding documentation.</p>
 <p>For reference we also publish the API documentation online so you can
 link to it from emails or websites:</p>
 <ul>
+  <li><a href="https://ci.apache.org/projects/wicket/apidocs/9.x/index.html">JavaDoc 9.x</a></li>
   <li><a href="http://ci.apache.org/projects/wicket/apidocs/8.x/index.html">JavaDoc 8.x</a></li>
   <li><a href="http://ci.apache.org/projects/wicket/apidocs/7.x/index.html">JavaDoc 7.x</a></li>
   <li><a href="http://ci.apache.org/projects/wicket/apidocs/6.x/index.html">JavaDoc 6.x</a></li>
diff --git a/learn/index.md b/learn/index.md
index a214d6c..aba6030 100644
--- a/learn/index.md
+++ b/learn/index.md
@@ -52,15 +52,20 @@ projects.
 
 The guide is available as PDF or html file for the following versions:
 
-1.  Wicket 8.x
+
+1.  Wicket 9.x
+* [HTML (single page)](https://ci.apache.org/projects/wicket/guide/9.x/single.html)
+* [PDF](https://ci.apache.org/projects/wicket/guide/9.x/single.pdf)
+
+2.  Wicket 8.x
 * [HTML (single page)](https://ci.apache.org/projects/wicket/guide/8.x/single.html)
 * [PDF](https://ci.apache.org/projects/wicket/guide/8.x/single.pdf)
 
-2.  Wicket 7.x
+3.  Wicket 7.x
 * [HTML (single page)](http://ci.apache.org/projects/wicket/guide/7.x/single.html)
 * [PDF](http://ci.apache.org/projects/wicket/guide/7.x/single.pdf)
 
-3.  Wicket 6.x 
+4.  Wicket 6.x 
 * [HTML](http://ci.apache.org/projects/wicket/guide/6.x/)
 * [HTML (single page)](http://ci.apache.org/projects/wicket/guide/6.x/guide/single.html)
 * [PDF](http://ci.apache.org/projects/wicket/guide/6.x/guide/single.pdf)
@@ -81,6 +86,7 @@ method, show you the corresponding documentation.
 For reference we also publish the API documentation online so you can
 link to it from emails or websites:
 
+- [JavaDoc 9.x](https://ci.apache.org/projects/wicket/apidocs/9.x/index.html)
 - [JavaDoc 8.x](http://ci.apache.org/projects/wicket/apidocs/8.x/index.html)
 - [JavaDoc 7.x](http://ci.apache.org/projects/wicket/apidocs/7.x/index.html)
 - [JavaDoc 6.x](http://ci.apache.org/projects/wicket/apidocs/6.x/index.html)