site/_data/navigation.yml (47 lines of code) (raw):

# 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. ## Topnav single links ## if you want to list an external url, use external_url instead of url. the theme will apply a different link base. # - title: Sample # url: /mydoc/sample.html # audience: developers, consumers # platform: all # product: all # version: all # output: web # <li id="community"> # <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a> # <ul class="dropdown-menu dropdown-left"> # <li><a href="/community">Get Involved</a></li> # <li><a href="/community-members">Who we are</a></li> # </ul> # </li> # <li><a href="{{ site.data.project.source_repository }}">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> topnav: - title: Download subcategories: - title: Bahir Spark Extensions url: /downloads/spark - title: Bahir Flink Extensions url: /downloads/flink - title: Community subcategories: - title: Get Involved url: /community - title: Contributing url: /contributing - title: Contributing Extensions url: /contributing-extensions - title: Issue Tracker url: https://issues.apache.org/jira/browse/BAHIR - title: Source Code url: /community#source-code - title: Project Committers url: /community-members - title: Documentation subcategories: - title: Bahir Spark Extensions url: /docs/spark/overview - title: Bahir Flink Extensions url: /docs/flink/overview - title: GitHub subcategories: - title: Bahir Spark Extensions url: https://github.com/apache/bahir - title: Bahir Flink Extensions url: https://github.com/apache/bahir-flink - title: Bahir Website url: https://github.com/apache/bahir-website - title: Apache subcategories: - title: Apache Software Foundation url: http://www.apache.org/foundation/how-it-works.html - title: Apache License url: http://www.apache.org/licenses/ - title: Sponsorship url: http://www.apache.org/foundation/sponsorship - title: Thanks url: http://www.apache.org/foundation/thanks.html - title: Privacy Policy url: /privacy-policy