Skip to content

Commit 2ab20e0

Browse files
Add opensearch-operator
1 parent 682a1ce commit 2ab20e0

File tree

10 files changed

+43
-1
lines changed

10 files changed

+43
-1
lines changed

antora-playbook.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ content:
185185
- release-23.7
186186
- release-23.4
187187
- release-23.1
188+
- url: https://github.com/stackabletech/opensearch-operator.git
189+
start_path: docs
190+
branches:
191+
- main
188192
- url: https://github.com/stackabletech/spark-k8s-operator.git
189193
start_path: docs
190194
branches:

local-antora-playbook.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ content:
174174
- release-23.7
175175
- release-23.4
176176
- release-23.1
177+
- url: https://github.com/stackabletech/opensearch-operator.git
178+
start_path: docs
179+
branches:
180+
- main
177181
- url: https://github.com/stackabletech/spark-k8s-operator.git
178182
start_path: docs
179183
branches:

modules/ROOT/pages/product-information.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Supported products:
2828
* xref:hdfs:index.adoc[Apache Hadoop HDFS]
2929
* xref:kafka:index.adoc[Apache Kafka]
3030
* xref:nifi:index.adoc[Apache Nifi]
31+
* xref:opensearch:index.adoc[OpenSearch]
3132
* xref:spark-k8s:index.adoc[Apache Spark] (including xref:spark-k8s:usage-guide/history-server.adoc[Spark History Server])
3233
* xref:superset:index.adoc[Apache Superset]
3334
* xref:trino:index.adoc[Trino]

modules/operators/pages/index.adoc

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,22 @@ xref:nifi:index.adoc[Read more]
138138
<div class="box">
139139
++++
140140

141+
++++
142+
<h3 id="opensearch"><a class="anchor" href="#opensearch"></a>OpenSearch</h3>
143+
++++
144+
145+
OpenSearch is a search and analytics suite that makes it easy to ingest, search, visualize, and analyze data.
146+
147+
xref:opensearch:index.adoc[Read more]
148+
149+
++++
150+
</div>
151+
++++
152+
153+
++++
154+
<div class="box">
155+
++++
156+
141157
++++
142158
<h3 id="spark"><a class="anchor" href="#spark"></a>Apache Spark</h3>
143159
++++
@@ -283,4 +299,4 @@ xref:listener-operator:index.adoc[Read more]
283299

284300
++++
285301
</div>
286-
++++
302+
++++

modules/operators/pages/supported_versions.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ include::nifi:partial$supported-versions.adoc[]
3838

3939
include::opa:partial$supported-versions.adoc[]
4040

41+
== OpenSearch
42+
43+
include::opensearch:partial$supported-versions.adoc[]
44+
4145
== Apache Spark on Kubernetes
4246

4347
include::spark-k8s:partial$supported-versions.adoc[]

modules/operators/partials/operator_doc_links.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ include::kafka:partial$nav.adoc[]
3434
--
3535
include::nifi:partial$nav.adoc[]
3636
--
37+
** xref:opensearch:index.adoc[OpenSearch]
38+
+
39+
--
40+
include::opensearch:partial$nav.adoc[]
41+
--
3742
** xref:spark-k8s:index.adoc[Apache Spark on K8S]
3843
+
3944
--

modules/tutorials/pages/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Follow any of these guides to get started with a specific product.
2121
* xref:kafka:getting_started/index.adoc[Stackable Operator for Apache Kafka]
2222
* xref:nifi:getting_started/index.adoc[Stackable Operator for Apache NiFi]
2323
* xref:opa:getting_started/index.adoc[Stackable Operator for OpenPolicyAgent]
24+
* xref:opensearch:getting_started/index.adoc[Stackable Operator for OpenSearch]
2425
* xref:spark-k8s:getting_started/index.adoc[Stackable Operator for Apache Spark]
2526
* xref:superset:getting_started/index.adoc[Stackable Operator for Apache Superset]
2627
* xref:trino:getting_started/index.adoc[Stackable Operator for Trino]

only-dev-antora-playbook.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ content:
7070
start_path: docs
7171
branches:
7272
- main
73+
- url: https://github.com/stackabletech/opensearch-operator.git
74+
start_path: docs
75+
branches:
76+
- main
7377
- url: https://github.com/stackabletech/spark-k8s-operator.git
7478
start_path: docs
7579
branches:

supplemental-ui/partials/navbar.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<a class="navbar-item" href="{{{ relativize (versioned "home" page "hive/index.html") }}}">Apache Hive</a>
3838
<a class="navbar-item" href="{{{ relativize (versioned "home" page "kafka/index.html") }}}">Apache Kafka</a>
3939
<a class="navbar-item" href="{{{ relativize (versioned "home" page "nifi/index.html") }}}">Apache NiFi</a>
40+
<a class="navbar-item" href="{{{ relativize (versioned "home" page "opensearch/index.html") }}}">OpenSearch</a>
4041
<a class="navbar-item" href="{{{ relativize (versioned "home" page "spark-k8s/index.html") }}}">Apache Spark on K8S</a>
4142
<a class="navbar-item" href="{{{ relativize (versioned "home" page "superset/index.html") }}}">Apache Superset</a>
4243
<a class="navbar-item" href="{{{ relativize (versioned "home" page "trino/index.html") }}}">Trino</a>

truly-local-playbook.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ content:
4545
start_path: docs
4646
- url: ../opa-operator/
4747
start_path: docs
48+
- url: ../opensearch-operator/
49+
start_path: docs
4850
- url: ../spark-k8s-operator/
4951
start_path: docs
5052
- url: ../superset-operator/

0 commit comments

Comments
 (0)