Repository: incubator-samza Updated Branches: refs/heads/0.8.1 3360b2e0d -> 5da94cc57
SAMZA-487: updated to 0.8 version and corresponding archive versions Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/5da94cc5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/5da94cc5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/5da94cc5 Branch: refs/heads/0.8.1 Commit: 5da94cc574b1ed6e3d3e295cf0c28512f5387cbc Parents: 3360b2e Author: Yan Fang <[email protected]> Authored: Fri Dec 5 10:48:26 2014 -0800 Committer: Yan Fang <[email protected]> Committed: Fri Dec 5 10:48:26 2014 -0800 ---------------------------------------------------------------------- docs/_config.yml | 4 ++-- docs/_layouts/default.html | 4 +++- docs/archive/index.html | 18 +++++++++++++++++- 3 files changed, 22 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/5da94cc5/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index 3565475..cd01418 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -23,6 +23,6 @@ redcarpet: extensions: ['with_toc_data', 'smart'] exclude: [_docs] baseurl: http://samza.incubator.apache.org -version: latest +version: 0.8 # this is the version you will go if you click 'switch version' in "latest" pages. -latest-release: 0.7.0 \ No newline at end of file +latest-release: 0.8 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/5da94cc5/docs/_layouts/default.html ---------------------------------------------------------------------- diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 7e38784..420d5ab 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -103,7 +103,9 @@ <h1><i class="fa fa-history"></i> Archive</h1> <ul> - <li><a href="/archive/index.html">0.7.0</a></li> + <li><a href="/archive/index.html#latest">latest</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> </div> http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/5da94cc5/docs/archive/index.html ---------------------------------------------------------------------- diff --git a/docs/archive/index.html b/docs/archive/index.html index beb91c7..586e352 100644 --- a/docs/archive/index.html +++ b/docs/archive/index.html @@ -19,7 +19,23 @@ title: Documentation limitations under the License. --> -<h4>0.7.0 Release</h4> +<h4 id="latest">Latest Release</h4> + +<ul class="documentation-list"> + <li><a href="../learn/documentation/latest">Documentation</a></li> + <li><a href="../learn/tutorials/latest">Tutorials</a></li> + <li><a href="../startup/hello-samza/latest">Hello Samza</a></li> +</ul> + +<h4 id="08">0.8 Release</h4> + +<ul class="documentation-list"> + <li><a href="../learn/documentation/0.8">Documentation</a></li> + <li><a href="../learn/tutorials/0.8">Tutorials</a></li> + <li><a href="../startup/hello-samza/0.8">Hello Samza</a></li> +</ul> + +<h4 id="07">0.7 Release</h4> <ul class="documentation-list"> <li><a href="../learn/documentation/0.7.0">Documentation</a></li>
