Skip to content
Closed
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ content:
- url: https://github.com/stackabletech/stackablectl.git
start_path: docs
branches: main
# cockpit
- url: https://github.com/stackabletech/stackable-cockpit.git
start_path: docs
branches: feature/docs # FIXME: move to main
# internal operators
- url: https://github.com/stackabletech/commons-operator.git
start_path: docs
Expand Down
6 changes: 5 additions & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ urls:
content:
sources:
- url: ./
branches:
branches:
- HEAD
- release/23.7
- release/23.4
Expand All @@ -27,6 +27,10 @@ content:
- url: https://github.com/stackabletech/stackablectl.git
start_path: docs
branches: main
# cockpit
- url: https://github.com/stackabletech/stackable-cockpit.git
start_path: docs
branches: main
# internal operators
- url: https://github.com/stackabletech/commons-operator.git
start_path: docs
Expand Down
6 changes: 6 additions & 0 deletions modules/ROOT/nav2.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// This second nav file is for another menu entry at the end of the navigation menu
// see: https://docs.antora.org/antora/3.0/navigation/organize-files/#multiple-files-per-module
* Experimental
** xref:cockpit:index.adoc[]
+
--
include::cockpit:partial$nav.adoc[]
--
* xref:release_notes.adoc[Release Notes]
36 changes: 21 additions & 15 deletions supplemental-ui/partials/navbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,27 @@
Operators
<div class="drop-down-content">
<a class="drop-down-item" href="{{{ relativize "/home/stable/operators/index.html" }}}">Overview</a>
<a class="drop-down-item" href="{{{ relativize "/airflow/stable/index.html" }}}">Apache Airflow</a>
<a class="drop-down-item" href="{{{ relativize "/druid/stable/index.html" }}}">Apache Druid</a>
<a class="drop-down-item" href="{{{ relativize "/hbase/stable/index.html" }}}">Apache HBase</a>
<a class="drop-down-item" href="{{{ relativize "/hdfs/stable/index.html" }}}">Apache Hadoop HDFS</a>
<a class="drop-down-item" href="{{{ relativize "/hive/stable/index.html" }}}">Apache Hive</a>
<a class="drop-down-item" href="{{{ relativize "/kafka/stable/index.html" }}}">Apache Kafka</a>
<a class="drop-down-item" href="{{{ relativize "/nifi/stable/index.html" }}}">Apache NiFi</a>
<a class="drop-down-item" href="{{{ relativize "/spark-k8s/stable/index.html" }}}">Apache Spark on K8S</a>
<a class="drop-down-item" href="{{{ relativize "/superset/stable/index.html" }}}">Apache Superset</a>
<a class="drop-down-item" href="{{{ relativize "/trino/stable/index.html" }}}">Trino</a>
<a class="drop-down-item" href="{{{ relativize "/zookeeper/stable/index.html" }}}">Apache ZooKeeper</a>
<a class="drop-down-item" href="{{{ relativize "/opa/stable/index.html" }}}">OpenPolicyAgent</a>
<a class="drop-down-item" href="{{{ relativize "/commons-operator/stable/index.html" }}}">Commons</a>
<a class="drop-down-item" href="{{{ relativize "/secret-operator/stable/index.html" }}}">Secret</a>
<a class="drop-down-item" href="{{{ relativize "/listener-operator/stable/index.html" }}}">Listener</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/airflow/index.html" }}}">Apache Airflow</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/druid/index.html" }}}">Apache Druid</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/hbase/index.html" }}}">Apache HBase</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/hdfs/index.html" }}}">Apache Hadoop HDFS</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/hive/index.html" }}}">Apache Hive</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/kafka/index.html" }}}">Apache Kafka</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/nifi/index.html" }}}">Apache NiFi</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/spark-k8s/index.html" }}}">Apache Spark on K8S</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/superset/index.html" }}}">Apache Superset</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/trino/index.html" }}}">Trino</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/zookeeper/index.html" }}}">Apache ZooKeeper</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/opa/index.html" }}}">OpenPolicyAgent</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/commons-operator/index.html" }}}">Commons</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/secret-operator/index.html" }}}">Secret</a>
<a class="drop-down-item" href="{{{ relativize "/home/stable/listener-operator/index.html" }}}">Listener</a>
</div>
</div>
<div class="navbar-sub-item drop-down">
Experimental
<div class="drop-down-content">
<a class="drop-down-item" href="{{{ relativize "/home/stable/cockpit/index.html" }}}">Cockpit</a>
</div>
</div>
<a class="navbar-sub-item" href="{{{ relativize "/home/stable/contributor/index.html" }}}">Contribute</a>