|
24 | 24 | </nav>
|
25 | 25 | <nav class="navbar-sub">
|
26 | 26 | <div class="container">
|
27 |
| - <a class="navbar-sub-item" href="/home/index.html">Overview</a> |
28 |
| - <a class="navbar-sub-item" href="/home/index.html">Architecture</a> |
29 |
| - <a class="navbar-sub-item" href="/home/getting_started.html">Getting Started</a> |
| 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 | 30 | <div class="navbar-sub-item drop-down">
|
31 | 31 | Operators
|
32 | 32 | <div class="drop-down-content">
|
33 |
| - <a class="drop-down-item" href="/airflow/index.html">Apache Airflow</a> |
34 |
| - <a class="drop-down-item" href="/druid/index.html">Apache Druid</a> |
35 |
| - <a class="drop-down-item" href="/hbase/index.html">Apache HBase</a> |
36 |
| - <a class="drop-down-item" href="/hdfs/index.html">Apache Hadoop HDFS</a> |
37 |
| - <a class="drop-down-item" href="/hive/index.html">Apache Hive</a> |
38 |
| - <a class="drop-down-item" href="/kafka/index.html">Apache Kafka</a> |
39 |
| - <a class="drop-down-item" href="/nifi/index.html">Apache NiFi</a> |
40 |
| - <a class="drop-down-item" href="/spark/index.html">Apache Spark</a> |
41 |
| - <a class="drop-down-item" href="/superset/index.html">Apache Superset</a> |
42 |
| - <a class="drop-down-item" href="/trino/index.html">Trino</a> |
43 |
| - <a class="drop-down-item" href="/zookeeper/index.html">Apache ZooKeeper</a> |
44 |
| - <a class="drop-down-item" href="/opa/index.html">OpenPolicyAgent</a> |
| 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 | 45 | </div>
|
46 | 46 | </div>
|
47 | 47 |
|
|
0 commit comments