Repository: syncope Updated Branches: refs/heads/master 924ce3e03 -> 302c90a30
[SYNCOPE-700] Adding SNAPSHOT docs Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/302c90a3 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/302c90a3 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/302c90a3 Branch: refs/heads/master Commit: 302c90a30f49a86ac54d2400ce38d159941dca85 Parents: 924ce3e Author: Francesco Chicchiriccò <[email protected]> Authored: Sat Jul 30 16:51:46 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Sat Jul 30 16:52:10 2016 +0200 ---------------------------------------------------------------------- src/site/xdoc/docs/index.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/302c90a3/src/site/xdoc/docs/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/docs/index.xml b/src/site/xdoc/docs/index.xml index 690c455..9398ba8 100644 --- a/src/site/xdoc/docs/index.xml +++ b/src/site/xdoc/docs/index.xml @@ -51,7 +51,8 @@ under the License. <thead> <tr> <th>Name</th> - <th width="100">Formats</th> + <th width="100">Stable</th> + <th width="100">Snapshot</th> </tr> </thead> <tbody> @@ -66,6 +67,15 @@ under the License. <img src="../images/application-pdf.png"/> </a> </td> + <td> + <a href="https://builds.apache.org/job/Syncope-master-docs/ws/target/generated-docs/getting-started.html"> + <img src="../images/text-html.png"/> + </a> + + <a href="https://builds.apache.org/job/Syncope-master-docs/ws/target/generated-docs/getting-started.pdf"> + <img src="../images/application-pdf.png"/> + </a> + </td> </tr> <tr> <td>Reference Guide</td> @@ -78,6 +88,15 @@ under the License. <img src="../images/application-pdf.png"/> </a> </td> + <td> + <a href="https://builds.apache.org/job/Syncope-master-docs/ws/target/generated-docs/reference-guide.html"> + <img src="../images/text-html.png"/> + </a> + + <a href="https://builds.apache.org/job/Syncope-master-docs/ws/target/generated-docs/reference-guide.pdf"> + <img src="../images/application-pdf.png"/> + </a> + </td> </tr> </tbody> </table>
