From dd547b2797f69d67809217e74796b9a702ecd5ee Mon Sep 17 00:00:00 2001 From: Mina Lee Date: Fri, 10 Jun 2016 18:19:45 -0700 Subject: [PATCH] Make nav zeppelin version to point ZEPPELIN_VERSION in _config.yml --- docs/README.md | 3 --- docs/_includes/themes/zeppelin/_navigation.html | 2 +- docs/assets/themes/zeppelin/css/style.css | 3 ++- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 71fdf68d7d9..6a4c0de62b4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -31,9 +31,6 @@ See https://help.github.com/articles/using-jekyll-with-pages#installing-jekyll ## Bumping up version in a new release * `ZEPPELIN_VERSION` and `BASE_PATH` property in _config.yml - * `Zeppelin ([VERSION])` in _includes/themes/zeppelin/_navigation.html -should be updated - ## Deploy to ASF svnpubsub infra (for committers only) 1. generate static website in `./_site` diff --git a/docs/_includes/themes/zeppelin/_navigation.html b/docs/_includes/themes/zeppelin/_navigation.html index 0a54a9473b2..bd108d9d995 100644 --- a/docs/_includes/themes/zeppelin/_navigation.html +++ b/docs/_includes/themes/zeppelin/_navigation.html @@ -10,7 +10,7 @@ I'm zeppelin Zeppelin - (0.6.0-SNAPSHOT) + {{site.ZEPPELIN_VERSION}}