Skip to content

Commit 690a840

Browse files
authored
Fixed menu links now that versions are supported (#201)
1 parent 8bca58c commit 690a840

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

supplemental-ui/partials/navbar.hbs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
Operators
66
<div class="drop-down-content">
77
<a class="drop-down-item" href="{{{ relativize "/home/operators/index.html" }}}">Overview</a>
8-
<a class="drop-down-item" href="{{{ relativize "/airflow/index.html" }}}">Apache Airflow</a>
9-
<a class="drop-down-item" href="{{{ relativize "/druid/index.html" }}}">Apache Druid</a>
10-
<a class="drop-down-item" href="{{{ relativize "/hbase/index.html" }}}">Apache HBase</a>
11-
<a class="drop-down-item" href="{{{ relativize "/hdfs/index.html" }}}">Apache Hadoop HDFS</a>
12-
<a class="drop-down-item" href="{{{ relativize "/hive/index.html" }}}">Apache Hive</a>
13-
<a class="drop-down-item" href="{{{ relativize "/kafka/index.html" }}}">Apache Kafka</a>
14-
<a class="drop-down-item" href="{{{ relativize "/nifi/index.html" }}}">Apache NiFi</a>
15-
<a class="drop-down-item" href="{{{ relativize "/spark/index.html" }}}">Apache Spark (standalone)</a>
16-
<a class="drop-down-item" href="{{{ relativize "/spark-k8s/index.html" }}}">Apache Spark on K8S</a>
17-
<a class="drop-down-item" href="{{{ relativize "/superset/index.html" }}}">Apache Superset</a>
18-
<a class="drop-down-item" href="{{{ relativize "/trino/index.html" }}}">Trino</a>
19-
<a class="drop-down-item" href="{{{ relativize "/zookeeper/index.html" }}}">Apache ZooKeeper</a>
20-
<a class="drop-down-item" href="{{{ relativize "/opa/index.html" }}}">OpenPolicyAgent</a>
21-
<a class="drop-down-item" href="{{{ relativize "/commons-operator/index.html" }}}">Commons</a>
22-
<a class="drop-down-item" href="{{{ relativize "/secret-operator/index.html" }}}">Secret</a>
8+
<a class="drop-down-item" href="{{{ relativize "/airflow/nightly/index.html" }}}">Apache Airflow</a>
9+
<a class="drop-down-item" href="{{{ relativize "/druid/nightly/index.html" }}}">Apache Druid</a>
10+
<a class="drop-down-item" href="{{{ relativize "/hbase/nightly/index.html" }}}">Apache HBase</a>
11+
<a class="drop-down-item" href="{{{ relativize "/hdfs/nightly/index.html" }}}">Apache Hadoop HDFS</a>
12+
<a class="drop-down-item" href="{{{ relativize "/hive/nightly/index.html" }}}">Apache Hive</a>
13+
<a class="drop-down-item" href="{{{ relativize "/kafka/nightly/index.html" }}}">Apache Kafka</a>
14+
<a class="drop-down-item" href="{{{ relativize "/nifi/nightly/index.html" }}}">Apache NiFi</a>
15+
<a class="drop-down-item" href="{{{ relativize "/spark/nightly/index.html" }}}">Apache Spark (standalone)</a>
16+
<a class="drop-down-item" href="{{{ relativize "/spark-k8s/nightly/index.html" }}}">Apache Spark on K8S</a>
17+
<a class="drop-down-item" href="{{{ relativize "/superset/nightly/index.html" }}}">Apache Superset</a>
18+
<a class="drop-down-item" href="{{{ relativize "/trino/nightly/index.html" }}}">Trino</a>
19+
<a class="drop-down-item" href="{{{ relativize "/zookeeper/nightly/index.html" }}}">Apache ZooKeeper</a>
20+
<a class="drop-down-item" href="{{{ relativize "/opa/nightly/index.html" }}}">OpenPolicyAgent</a>
21+
<a class="drop-down-item" href="{{{ relativize "/commons-operator/nightly/index.html" }}}">Commons</a>
22+
<a class="drop-down-item" href="{{{ relativize "/secret-operator/nightly/index.html" }}}">Secret</a>
2323
</div>
2424
</div>
2525
<a class="navbar-sub-item" href="{{{ relativize "/home/contributor/index.html" }}}">Contribute</a>

0 commit comments

Comments
 (0)