SAMZA-627: add 0.9.0 release to Archive category
Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/cde495e1 Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/cde495e1 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/cde495e1 Branch: refs/heads/samza-sql Commit: cde495e161d1a3f29469cb503742da703a0dd4a7 Parents: 95b6afc Author: Yan Fang <[email protected]> Authored: Wed Apr 1 11:39:46 2015 -0700 Committer: Yan Fang <[email protected]> Committed: Wed Apr 1 11:39:46 2015 -0700 ---------------------------------------------------------------------- docs/_layouts/default.html | 1 + docs/archive/index.html | 8 ++++++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/cde495e1/docs/_layouts/default.html ---------------------------------------------------------------------- diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 13172e7..839aadf 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -103,6 +103,7 @@ <h1><i class="fa fa-history"></i> Archive</h1> <ul> <li><a href="/archive/index.html#latest">latest</a></li> + <li><a href="/archive/index.html#09">0.9</a></li> <li><a href="/archive/index.html#08">0.8</a></li> <li><a href="/archive/index.html#07">0.7</a></li> </ul> http://git-wip-us.apache.org/repos/asf/samza/blob/cde495e1/docs/archive/index.html ---------------------------------------------------------------------- diff --git a/docs/archive/index.html b/docs/archive/index.html index 586e352..1bfeb9b 100644 --- a/docs/archive/index.html +++ b/docs/archive/index.html @@ -27,6 +27,14 @@ title: Documentation <li><a href="../startup/hello-samza/latest">Hello Samza</a></li> </ul> +<h4 id="09">0.9 Release</h4> + +<ul class="documentation-list"> + <li><a href="../learn/documentation/0.9">Documentation</a></li> + <li><a href="../learn/tutorials/0.9">Tutorials</a></li> + <li><a href="../startup/hello-samza/0.9">Hello Samza</a></li> +</ul> + <h4 id="08">0.8 Release</h4> <ul class="documentation-list">
