| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> |
| <div class="container"> |
| <div class="row"> |
| <div class="col-md-1 af-mobile-nav-bar"> |
| <a href="{{ site.FLINK_WEBSITE_URL }}" title="Home"> |
| <img class="hidden-xs hidden-sm img-responsive" |
| src="{{ site.baseurl }}img/logo.png" alt="Apache Flink Logo"> |
| </a> |
| <div class="row visible-xs"> |
| <div class="col-xs-3"> |
| <a href="{{ site.baseurl }}index.html" title="Home"> |
| <img class="hidden-x hidden-sm img-responsive" |
| src="{{ site.baseurl }}img/logo.png" alt="Apache Flink Logo"> |
| </a> |
| </div> |
| <div class="col-xs-5"></div> |
| <div class="col-xs-4"> |
| <div class="af-mobile-btn"> |
| <span class="glyphicon glyphicon-plus"></span> |
| </div> |
| </div> |
| </div> |
| </div> |
| <!-- Navigation --> |
| <div class="col-md-11"> |
| <div class="collapse navbar-collapse" id="navbar-collapse-1"> |
| <ul class="nav navbar-nav"> |
| |
| <li> |
| <a href="index.html" class="{% if page.url contains 'index.html' %}active{% endif %}">Documentation</a> |
| </li> |
| |
| <li> |
| <a href="api/java/index.html">Javadoc</a> |
| </li> |
| |
| <li> |
| <a href="api/scala/index.html#org.apache.flink.api.scala.package">Scaladoc</a> |
| </li> |
| |
| </ul> |
| </div> |
| </div> |
| </div> |
| </div> |
| </nav> |