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 2015/07/09 17:18:04 UTC

[52/52] wicket-site git commit: updated references to userguide and API docs for Wicket 7

updated references to userguide and API docs for Wicket 7


Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/417a5365
Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/417a5365
Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/417a5365

Branch: refs/heads/new-site-7
Commit: 417a53656d5f0d36c03cf806df2edc9c4941b6b9
Parents: d8f1546
Author: Andrea Del Bene <ad...@apache.org>
Authored: Thu Jul 9 17:15:02 2015 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Thu Jul 9 17:15:02 2015 +0200

----------------------------------------------------------------------
 learn/index.md | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/417a5365/learn/index.md
----------------------------------------------------------------------
diff --git a/learn/index.md b/learn/index.md
index 01383ab..7aa2915 100644
--- a/learn/index.md
+++ b/learn/index.md
@@ -32,10 +32,17 @@ features of the framework with many real-world examples. It covers
 subjects such as models, behaviours, testing and integration with other
 projects.
 
-The guide is available as:
+The guide is available as PDF or html file for the following versions:
 
-- [HTML]({{ site.baseurl }}/guide/guide/index.html)
-- [HTML (single page)]({{ site.baseurl }}/guide/guide/single.html)
+1.  Wicket 7.x 
+* [HTML](http://ci.apache.org/projects/wicket/guide/7.x/)
+* [HTML (single page)](http://ci.apache.org/projects/wicket/guide/7.x/guide/single.html)
+* [PDF](http://ci.apache.org/projects/wicket/guide/7.x/guide/single.pdf)
+
+2.  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)
 
 You can use the guide for older releases even though there will be
 differences. We urge you however to upgrade your project to the latest
@@ -78,6 +85,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 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)
 - [JavaDoc 1.5.x](http://ci.apache.org/projects/wicket/apidocs/1.5.x/index.html)
 - [JavaDoc 1.4.x](http://ci.apache.org/projects/wicket/apidocs/1.4.x/index.html)
@@ -86,7 +94,7 @@ link to it from emails or websites:
 We also publish the JavaDocs for our next version which is still under
 development:
 
-- [JavaDoc 7.x](http://ci.apache.org/projects/wicket/apidocs/7.x/index.html) (still under development)
+- [JavaDoc 8.x](http://ci.apache.org/projects/wicket/apidocs/8.x/index.html) (still under development)
 
 ---