mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Get remove unnecessary menu
This commit is contained in:
parent
f435f3e46b
commit
469b850832
1 changed files with 1 additions and 11 deletions
|
|
@ -9,7 +9,7 @@
|
|||
</button>
|
||||
<a class="navbar-brand" href="/">
|
||||
<img src="/assets/themes/zeppelin/img/zeppelin_logo.png" width="50" alt="I'm zeppelin">
|
||||
Apache Zeppelin <small>(incubating)</small>
|
||||
Zeppelin <small>(0.6.0-incubating-SNAPSHOT)</small>
|
||||
</a>
|
||||
</div>
|
||||
<nav class="navbar-collapse collapse" role="navigation">
|
||||
|
|
@ -22,16 +22,6 @@
|
|||
{% assign pages_list = site.pages %}
|
||||
{% assign group = 'nav-right' %}
|
||||
{% include JB/pages_list %}
|
||||
<li><a href="https://github.com/apache/incubator-zeppelin">GitHub</a></li>
|
||||
<li id="apache">
|
||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li>
|
||||
<li><a href="http://www.apache.org/licenses/">Apache License</a></li>
|
||||
<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
|
||||
<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav><!--/.navbar-collapse -->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue