Skip to content

Commit f456203

Browse files
fhennigrazvan
andcommitted
Move OPA to distributed component (#361)
* Added trino in distributed * fix branch reference * referenced new ZK branch * fixed release branche reference glob * netlify redirects * removed main branch * updated netlify redirect for zookeeper * generic redirect * added airflow * Added hbase * Added HDFS * Added Hive * Added Kafka * Added NiFi * Added OPA * Added Spark * Added Superset * Added commons * Added secret operator * Added listener operator * Moved secret nav * changed navigation * fix: excluded stackablectl from the redirects * fix: change branch pull back to main for stackablectl * OPA only * fix playbook * Update operator_doc_links.adoc * branches & redirects * Added OPA compat branch * ~ * branch fix * force stable redirct * cleanup * cleanup --------- Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
1 parent c0c44e0 commit f456203

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

antora-playbook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ urls:
1111
# This replaces the component version in the URL of the latest stable version with 'stable'
1212
# i.e. /commons-operator/stable/index.html instead of /commons-operator/0.3/index.html
1313
latest_version_segment: stable
14+
redirect_facility: netlify
1415

1516
content:
16-
branches: [release-*, main]
17+
branches: [release-*, main, distributed-component-compat]
1718
tags: docs/*
1819
sources:
1920
- url: https://github.com/stackabletech/documentation.git

local-antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ urls:
1313
latest_version_segment: stable
1414

1515
content:
16-
branches: [release-*, main]
16+
branches: [release-*, main, distributed-component-compat]
1717
tags: docs/*
1818
sources:
1919
- url: ./

modules/operators/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
* xref:index.adoc[]
22
** xref:supported_versions.adoc[]
33
** xref:monitoring.adoc[]
4-
include::partial$operator_doc_links.adoc[]
4+
include::partial$operator_doc_links.adoc[]

modules/operators/partials/operator_doc_links.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// docs for the syntax below: https://docs.antora.org/antora/latest/navigation/include-lists/#include-a-nested-list
12
** xref:airflow::index.adoc[Apache Airflow]
23
** xref:druid::index.adoc[Apache Druid]
34
** xref:hbase::index.adoc[Apache HBase]
@@ -9,6 +10,11 @@
910
** xref:superset::index.adoc[Apache Superset]
1011
** xref:trino::index.adoc[Trino]
1112
** xref:zookeeper::index.adoc[Apache ZooKeeper]
12-
** xref:opa::index.adoc[OpenPolicyAgent]
13+
** xref:opa:index.adoc[Open Policy Agent]
14+
+
15+
--
16+
include::opa:partial$nav.adoc[]
17+
--
1318
** xref:commons-operator::index.adoc[Commons]
19+
** xref:listener-operator::index.adoc[Listener]
1420
** xref:secret-operator::index.adoc[Secret]

netlify.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[[redirects]]
2+
from = "/opa/nightly/*"
3+
to = "/home/nightly/opa/:splat"
4+
status = 302
5+
6+
[[redirects]]
7+
from = "/opa/stable/*"
8+
to = "/home/stable/opa/:splat"
9+
status = 302
10+
force = true # We're generating a compat page, but redirect it

0 commit comments

Comments
 (0)