|
1 |
| -<a class="navbar-sub-item" href="{{{ relativize "/home/stable/index.html" }}}">Home</a> |
2 |
| -<a class="navbar-sub-item" href="{{{ relativize "/home/stable/getting_started.html" }}}">Getting Started</a> |
3 |
| -<a class="navbar-sub-item" href="{{{ relativize "/home/stable/concepts/index.html" }}}">Concepts</a> |
4 |
| -<a class="navbar-sub-item" href="{{{ relativize "/home/stable/demos/index.html" }}}">Demos</a> |
| 1 | +<a class="navbar-sub-item" href="{{{ relativize (versioned "home" page "index.html") }}}">Home</a> |
| 2 | +<a class="navbar-sub-item" href="{{{ relativize (versioned "home" page "/getting_started.html") }}}">Getting Started</a> |
| 3 | +<a class="navbar-sub-item" href="{{{ relativize (versioned "home" page "concepts/index.html") }}}">Concepts</a> |
| 4 | +<a class="navbar-sub-item" href="{{{ relativize (versioned "home" page "demos/index.html") }}}">Demos</a> |
5 | 5 | <div class="navbar-sub-item drop-down">
|
6 | 6 | Management
|
7 | 7 | <div class="drop-down-content">
|
8 |
| - <a class="drop-down-item" href="{{{ relativize "/management/stable/cockpit/index.html" }}}">Cockpit</a> |
9 |
| - <a class="drop-down-item" href="{{{ relativize "/management/stable/stackablectl/index.html" }}}">stackablectl</a> |
| 8 | + <a class="drop-down-item" href="{{{ relativize (versioned "management" page "cockpit/index.html") }}}">Cockpit</a> |
| 9 | + <a class="drop-down-item" href="{{{ relativize (versioned "management" page "stackablectl/index.html") }}}">stackablectl</a> |
10 | 10 | </div>
|
11 | 11 | </div>
|
12 | 12 | <div class="navbar-sub-item drop-down">
|
13 | 13 | Operators
|
14 | 14 | <div class="drop-down-content">
|
15 |
| - <a class="drop-down-item" href="{{{ relativize "/home/stable/operators/index.html" }}}">Overview</a> |
16 |
| - <a class="drop-down-item" href="{{{ relativize "/airflow/stable/index.html" }}}">Apache Airflow</a> |
17 |
| - <a class="drop-down-item" href="{{{ relativize "/druid/stable/index.html" }}}">Apache Druid</a> |
18 |
| - <a class="drop-down-item" href="{{{ relativize "/hbase/stable/index.html" }}}">Apache HBase</a> |
19 |
| - <a class="drop-down-item" href="{{{ relativize "/hdfs/stable/index.html" }}}">Apache Hadoop HDFS</a> |
20 |
| - <a class="drop-down-item" href="{{{ relativize "/hive/stable/index.html" }}}">Apache Hive</a> |
21 |
| - <a class="drop-down-item" href="{{{ relativize "/kafka/stable/index.html" }}}">Apache Kafka</a> |
22 |
| - <a class="drop-down-item" href="{{{ relativize "/nifi/stable/index.html" }}}">Apache NiFi</a> |
23 |
| - <a class="drop-down-item" href="{{{ relativize "/spark-k8s/stable/index.html" }}}">Apache Spark on K8S</a> |
24 |
| - <a class="drop-down-item" href="{{{ relativize "/superset/stable/index.html" }}}">Apache Superset</a> |
25 |
| - <a class="drop-down-item" href="{{{ relativize "/trino/stable/index.html" }}}">Trino</a> |
26 |
| - <a class="drop-down-item" href="{{{ relativize "/zookeeper/stable/index.html" }}}">Apache ZooKeeper</a> |
27 |
| - <a class="drop-down-item" href="{{{ relativize "/opa/stable/index.html" }}}">OpenPolicyAgent</a> |
28 |
| - <a class="drop-down-item" href="{{{ relativize "/commons-operator/stable/index.html" }}}">Commons</a> |
29 |
| - <a class="drop-down-item" href="{{{ relativize "/secret-operator/stable/index.html" }}}">Secret</a> |
30 |
| - <a class="drop-down-item" href="{{{ relativize "/listener-operator/stable/index.html" }}}">Listener</a> |
| 15 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "operators/index.html") }}}">Overview</a> |
| 16 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "airflow/index.html") }}}">Apache Airflow</a> |
| 17 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "druid/index.html") }}}">Apache Druid</a> |
| 18 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "hbase/index.html") }}}">Apache HBase</a> |
| 19 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "hdfs/index.html") }}}">Apache Hadoop HDFS</a> |
| 20 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "hive/index.html") }}}">Apache Hive</a> |
| 21 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "kafka/index.html") }}}">Apache Kafka</a> |
| 22 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "nifi/index.html") }}}">Apache NiFi</a> |
| 23 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "spark-k8s/index.html") }}}">Apache Spark on K8S</a> |
| 24 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "superset/index.html") }}}">Apache Superset</a> |
| 25 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "trino/index.html") }}}">Trino</a> |
| 26 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "zookeeper/index.html") }}}">Apache ZooKeeper</a> |
| 27 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "opa/index.html") }}}">OpenPolicyAgent</a> |
| 28 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "commons-operator/index.html") }}}">Commons</a> |
| 29 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "secret-operator/index.html") }}}">Secret</a> |
| 30 | + <a class="drop-down-item" href="{{{ relativize (versioned "home" page "listener-operator/index.html") }}}">Listener</a> |
31 | 31 | </div>
|
32 | 32 | </div>
|
33 |
| -<a class="navbar-sub-item" href="{{{ relativize "/home/stable/contributor/index.html" }}}">Contribute</a> |
| 33 | +<a class="navbar-sub-item" href="{{{ relativize (versioned "home" page "contributor/index.html") }}}">Contribute</a> |
0 commit comments