mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Make nav zeppelin version to point ZEPPELIN_VERSION in _config.yml
This commit is contained in:
parent
19e8ed9898
commit
dd547b2797
3 changed files with 3 additions and 5 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue