Skip to content

Commit 7a73d20

Browse files
authored
Merge pull request #8 from stackabletech/feature/move-navbar
Move navbar into a partial, so that the documentation repo can override it
2 parents 1c3c242 + e48ac6d commit 7a73d20

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

src/partials/header-content.hbs

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,7 @@
2424
</nav>
2525
<nav class="navbar-sub">
2626
<div class="container">
27-
<a class="navbar-sub-item" href="{{{ relativize "/home/index.html" }}}">Overview</a>
28-
<a class="navbar-sub-item" href="{{{ relativize "/home/index.html" }}}">Architecture</a>
29-
<a class="navbar-sub-item" href="{{{ relativize "/home/getting_started.html" }}}">Getting Started</a>
30-
<div class="navbar-sub-item drop-down">
31-
Operators
32-
<div class="drop-down-content">
33-
<a class="drop-down-item" href="{{{ relativize "/airflow/index.html" }}}">Apache Airflow</a>
34-
<a class="drop-down-item" href="{{{ relativize "/druid/index.html" }}}">Apache Druid</a>
35-
<a class="drop-down-item" href="{{{ relativize "/hbase/index.html" }}}">Apache HBase</a>
36-
<a class="drop-down-item" href="{{{ relativize "/hdfs/index.html" }}}">Apache Hadoop HDFS</a>
37-
<a class="drop-down-item" href="{{{ relativize "/hive/index.html" }}}">Apache Hive</a>
38-
<a class="drop-down-item" href="{{{ relativize "/kafka/index.html" }}}">Apache Kafka</a>
39-
<a class="drop-down-item" href="{{{ relativize "/nifi/index.html" }}}">Apache NiFi</a>
40-
<a class="drop-down-item" href="{{{ relativize "/spark/index.html" }}}">Apache Spark</a>
41-
<a class="drop-down-item" href="{{{ relativize "/superset/index.html" }}}">Apache Superset</a>
42-
<a class="drop-down-item" href="{{{ relativize "/trino/index.html" }}}">Trino</a>
43-
<a class="drop-down-item" href="{{{ relativize "/zookeeper/index.html" }}}">Apache ZooKeeper</a>
44-
<a class="drop-down-item" href="{{{ relativize "/opa/index.html" }}}">OpenPolicyAgent</a>
45-
<a class="drop-down-item" href="{{{ relativize "/secret-operator/index.html" }}}">Secret</a>
46-
</div>
47-
</div>
27+
{{> navbar}}
4828

4929
<a class="arrow" href="javascript:document.querySelector('.navbar-sub').classList.toggle('open')">
5030
<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>

0 commit comments

Comments
 (0)