Skip to content

Move navbar into a partial, so that the documentation repo can override it #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 1 addition & 21 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,7 @@
</nav>
<nav class="navbar-sub">
<div class="container">
<a class="navbar-sub-item" href="{{{ relativize "/home/index.html" }}}">Overview</a>
<a class="navbar-sub-item" href="{{{ relativize "/home/index.html" }}}">Architecture</a>
<a class="navbar-sub-item" href="{{{ relativize "/home/getting_started.html" }}}">Getting Started</a>
<div class="navbar-sub-item drop-down">
Operators
<div class="drop-down-content">
<a class="drop-down-item" href="{{{ relativize "/airflow/index.html" }}}">Apache Airflow</a>
<a class="drop-down-item" href="{{{ relativize "/druid/index.html" }}}">Apache Druid</a>
<a class="drop-down-item" href="{{{ relativize "/hbase/index.html" }}}">Apache HBase</a>
<a class="drop-down-item" href="{{{ relativize "/hdfs/index.html" }}}">Apache Hadoop HDFS</a>
<a class="drop-down-item" href="{{{ relativize "/hive/index.html" }}}">Apache Hive</a>
<a class="drop-down-item" href="{{{ relativize "/kafka/index.html" }}}">Apache Kafka</a>
<a class="drop-down-item" href="{{{ relativize "/nifi/index.html" }}}">Apache NiFi</a>
<a class="drop-down-item" href="{{{ relativize "/spark/index.html" }}}">Apache Spark</a>
<a class="drop-down-item" href="{{{ relativize "/superset/index.html" }}}">Apache Superset</a>
<a class="drop-down-item" href="{{{ relativize "/trino/index.html" }}}">Trino</a>
<a class="drop-down-item" href="{{{ relativize "/zookeeper/index.html" }}}">Apache ZooKeeper</a>
<a class="drop-down-item" href="{{{ relativize "/opa/index.html" }}}">OpenPolicyAgent</a>
<a class="drop-down-item" href="{{{ relativize "/secret-operator/index.html" }}}">Secret</a>
</div>
</div>
{{> navbar}}

<a class="arrow" href="javascript:document.querySelector('.navbar-sub').classList.toggle('open')">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="arrow-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg>
Expand Down