Repository: incubator-atlas Updated Branches: refs/heads/master ab43b2808 -> 3fee23c8c
ATLAS-1650: updated site for 0.8 release Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/3fee23c8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/3fee23c8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/3fee23c8 Branch: refs/heads/master Commit: 3fee23c8c7fa4955c4be36104744ab3711d9f55e Parents: ab43b28 Author: Madhan Neethiraj <[email protected]> Authored: Thu Mar 16 22:39:58 2017 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Thu Mar 16 22:39:58 2017 -0700 ---------------------------------------------------------------------- docs/src/site/site.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/3fee23c8/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index c3e9b80..bf7c0c9 100755 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -93,8 +93,10 @@ </menu> <menu name="Releases"> + <item name="0.8-incubating" + href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.8.0-incubating/"/> <item name="0.7.1-incubating" - href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.7.1-incubating/"/> + href="http://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/"/> <item name="0.7-incubating" href="http://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/"/> <item name="0.6-incubating" @@ -104,6 +106,7 @@ </menu> <menu name="Documentation"> + <item name="0.8-incubating" href="./0.8.0-incubating/index.html"/> <item name="0.7.1-incubating" href="./0.7.1-incubating/index.html"/> <item name="0.7-incubating" href="./0.7.0-incubating/index.html"/> <item name="0.6-incubating" href="./0.6.0-incubating/index.html"/>
