Repository: incubator-samza
Updated Branches:
  refs/heads/master 116e600d0 -> cba2231dd


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/cba2231d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/cba2231d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/cba2231d

Branch: refs/heads/master
Commit: cba2231ddef9eef040a45883a81e248d89ce0992
Parents: 116e600
Author: Yan Fang <[email protected]>
Authored: Fri Dec 5 10:55:30 2014 -0800
Committer: Yan Fang <[email protected]>
Committed: Fri Dec 5 10:55:30 2014 -0800

----------------------------------------------------------------------
 docs/_config.yml           |  2 +-
 docs/_layouts/default.html |  4 +++-
 docs/archive/index.html    | 18 +++++++++++++++++-
 3 files changed, 21 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/cba2231d/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 3565475..52f74fd 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -25,4 +25,4 @@ exclude: [_docs]
 baseurl: http://samza.incubator.apache.org
 version: latest
 # 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/cba2231d/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/cba2231d/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>

Reply via email to