Make nav zeppelin version to point ZEPPELIN_VERSION in _config.yml

This commit is contained in:
Mina Lee 2016-06-10 18:19:45 -07:00
parent 19e8ed9898
commit dd547b2797
3 changed files with 3 additions and 5 deletions

View file

@ -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 <small>([VERSION])</small>` in _includes/themes/zeppelin/_navigation.html
should be updated
## Deploy to ASF svnpubsub infra (for committers only)
1. generate static website in `./_site`

View file

@ -10,7 +10,7 @@
<a class="navbar-brand" href="{{BASE_PATH}}">
<img src="/assets/themes/zeppelin/img/zeppelin_logo.png" width="50" alt="I'm zeppelin">
<span style="vertical-align:middle">Zeppelin</span>
<span style="vertical-align:baseline"><small>(0.6.0-SNAPSHOT)</small></span>
<span style="vertical-align:baseline"><small>{{site.ZEPPELIN_VERSION}}</small></span>
</a>
</div>
<nav class="navbar-collapse collapse" role="navigation">

View file

@ -501,8 +501,9 @@ a.anchor {
.navbar-brand small {
font-size: 14px;
font-family: 'Helvetica Neue', Helvetica;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica;
color: white;
vertical-align: bottom;
}
.navbar-collapse.collapse {