Repository: incubator-zeppelin Updated Branches: refs/heads/gh-pages 20075e3c6 -> f8b095179
[HOTFIX] remove incubating from website nav menu ### What is this PR for? Remove incubating from website nav menu ### What type of PR is it? Hot Fix Author: Mina Lee <[email protected]> Closes #952 from minahlee/website/removeIncubating and squashes the following commits: 5b5dca8 [Mina Lee] remove incubating from website nav menu Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/f8b09517 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/f8b09517 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/f8b09517 Branch: refs/heads/gh-pages Commit: f8b0951793622640aab076a3995546fe2073c287 Parents: 20075e3 Author: Mina Lee <[email protected]> Authored: Thu Jun 2 10:27:20 2016 -0700 Committer: Mina Lee <[email protected]> Committed: Thu Jun 2 10:47:46 2016 -0700 ---------------------------------------------------------------------- _includes/themes/zeppelin/_navigation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/f8b09517/_includes/themes/zeppelin/_navigation.html ---------------------------------------------------------------------- diff --git a/_includes/themes/zeppelin/_navigation.html b/_includes/themes/zeppelin/_navigation.html index 73e8872..acf4719 100644 --- a/_includes/themes/zeppelin/_navigation.html +++ b/_includes/themes/zeppelin/_navigation.html @@ -32,8 +32,8 @@ <li><a href="docs/0.5.5-incubating">0.5.5-incubating</a></li> <li><a href="docs/0.5.0-incubating">0.5.0-incubating</a></li> <li role="separator" class="divider"></li> - <li><span><b>Snapshot</b> (development)<span></li> - <li><a href="docs/0.6.0-incubating-SNAPSHOT">0.6.0-incubating-SNAPSHOT</a></li> + <li><span><b>Snapshot</b> (development)<span></li> + <li><a href="docs/0.6.0-SNAPSHOT">0.6.0-SNAPSHOT</a></li> </ul> </li>
