Add separate entries for User Guide for Wicket 7.x & 6.x
Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/545f9ab0 Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/545f9ab0 Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/545f9ab0 Branch: refs/heads/asf-site Commit: 545f9ab0cf7a53cd3a82b13a5fa1ff37475802e1 Parents: 364d560 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sun May 10 15:11:56 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sun May 10 15:11:56 2015 +0300 ---------------------------------------------------------------------- _site/start/userguide.html | 21 ++++++++++++++++----- start/userguide.md | 7 +++++++ 2 files changed, 23 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket-site/blob/545f9ab0/_site/start/userguide.html ---------------------------------------------------------------------- diff --git a/_site/start/userguide.html b/_site/start/userguide.html index ffd1342..20ca83d 100644 --- a/_site/start/userguide.html +++ b/_site/start/userguide.html @@ -188,11 +188,22 @@ <h1>Wicket User Guide</h1> <p>The user guide has been written using the doc engine from Grails project and is available in the following formats:</p> -<ul> - <li><a href="http://ci.apache.org/projects/wicket/guide/6.x/">HTML</a></li> - <li><a href="http://ci.apache.org/projects/wicket/guide/6.x/guide/single.html">HTML (single page)</a></li> - <li><a href="http://ci.apache.org/projects/wicket/guide/6.x/guide/single.pdf">PDF</a></li> -</ul> +<ol> + <li>Wicket 7.x + <ul> + <li><a href="http://ci.apache.org/projects/wicket/guide/7.x/">HTML</a></li> + <li><a href="http://ci.apache.org/projects/wicket/guide/7.x/guide/single.html">HTML (single page)</a></li> + <li><a href="http://ci.apache.org/projects/wicket/guide/7.x/guide/single.pdf">PDF</a></li> + </ul> + </li> + <li>Wicket 6.x + <ul> + <li><a href="http://ci.apache.org/projects/wicket/guide/6.x/">HTML</a></li> + <li><a href="http://ci.apache.org/projects/wicket/guide/6.x/guide/single.html">HTML (single page)</a></li> + <li><a href="http://ci.apache.org/projects/wicket/guide/6.x/guide/single.pdf">PDF</a></li> + </ul> + </li> +</ol> <p>For more details about the format used to write the guide and to know how to contrinute, see <a href="http://ci.apache.org/projects/wicket/guide/6.x/guide/contributing.html">the relative chapter</a>.</p> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/545f9ab0/start/userguide.md ---------------------------------------------------------------------- diff --git a/start/userguide.md b/start/userguide.md index 1a6ece0..defec28 100644 --- a/start/userguide.md +++ b/start/userguide.md @@ -5,8 +5,15 @@ title: Wicket User Guide The user guide has been written using the doc engine from Grails project and is available in the following formats: +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) + For more details about the format used to write the guide and to know how to contrinute, see [the relative chapter](http://ci.apache.org/projects/wicket/guide/6.x/guide/contributing.html).
