Repository: zeppelin Updated Branches: refs/heads/gh-pages 3a0ef95b9 -> 0b2e76751
[DOC] Update doc for Zeppelin 0.8.0 Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/0b2e7675 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/0b2e7675 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/0b2e7675 Branch: refs/heads/gh-pages Commit: 0b2e76751a75736b76a23a0faa65799bb4789b4c Parents: 3a0ef95 Author: Jeff Zhang <zjf...@apache.org> Authored: Thu Jun 28 10:48:11 2018 +0800 Committer: Jeff Zhang <zjf...@apache.org> Committed: Thu Jun 28 10:48:11 2018 +0800 ---------------------------------------------------------------------- _includes/themes/zeppelin/_navigation.html | 7 ++++--- doap.rdf | 7 +++++++ documentation.md | 5 ++++- 3 files changed, 15 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/0b2e7675/_includes/themes/zeppelin/_navigation.html ---------------------------------------------------------------------- diff --git a/_includes/themes/zeppelin/_navigation.html b/_includes/themes/zeppelin/_navigation.html index 4566a07..87f18e5 100644 --- a/_includes/themes/zeppelin/_navigation.html +++ b/_includes/themes/zeppelin/_navigation.html @@ -14,7 +14,7 @@ </div> <nav class="navbar-collapse collapse" role="navigation"> <ul class="nav navbar-nav navbar-right"> - <li><a href="/docs/0.7.3/install/install.html">Quick Start</a></li> + <li><a href="/docs/0.8.0/install/install.html">Quick Start</a></li> <!-- Download --> <li class="docs"> <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a> @@ -28,6 +28,7 @@ <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a> <ul class="dropdown-menu"> <li class="title"><span><b>Release</b><span></li> + <li><a href="/docs/0.8.0">0.8.0</a></li> <li><a href="/docs/0.7.3">0.7.3</a></li> <li><a href="/docs/0.7.2">0.7.2</a></li> <li><a href="/docs/0.6.2">0.6.2</a></li> @@ -35,7 +36,7 @@ <li><a href="documentation.html">Older Versions</a></li> <li role="separator" class="divider"></li> <li class="title"><span><b>Snapshot (development)</b><span></li> - <li><a href="/docs/0.8.0-SNAPSHOT">0.8.0-SNAPSHOT</a></li> + <li><a href="/docs/0.9.0-SNAPSHOT">0.9.0-SNAPSHOT</a></li> </ul> </li> @@ -81,7 +82,7 @@ </div> <div class="border row"> <div class="col-md-12 col-sm-12 col-xs-12 text-center newBtn" style="margin-top:8px;"> - <a href="/docs/0.7.3/install/install.html" class="btn btn-primary btn-lg" role="button" + <a href="/docs/0.8.0/install/install.html" class="btn btn-primary btn-lg" role="button" style="margin:5px 25px 5px 25px;font-size:15px;"> GET STARTED </a> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/0b2e7675/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index fb2e007..0feb6b0 100644 --- a/doap.rdf +++ b/doap.rdf @@ -38,6 +38,13 @@ <category rdf:resource="http://projects.apache.org/category/big-data" /> <release> <Version> + <name>0.8.0</name> + <created>2018-06-28</created> + <revision>0.8.0</revision> + </Version> + </release> + <release> + <Version> <name>0.7.3</name> <created>2017-09-21</created> <revision>0.7.3</revision> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/0b2e7675/documentation.md ---------------------------------------------------------------------- diff --git a/documentation.md b/documentation.md index 1f5bc34..eb42546 100644 --- a/documentation.md +++ b/documentation.md @@ -20,7 +20,10 @@ limitations under the License. # Apache Zeppelin Documentation - + + * [Zeppelin 0.8.0](docs/0.8.0) + * [Zeppelin 0.7.3](docs/0.7.3) + * [Zeppelin 0.7.2](docs/0.7.2) * [Zeppelin 0.7.1](docs/0.7.1) * [Zeppelin 0.7.0](docs/0.7.0) * [Zeppelin 0.6.0](docs/0.6.0)