Skip to content

Commit 1154fc8

Browse files
Update templated files to rev 8742a41 (#336)
* Generated commit to update templated files based on rev 8742a41 in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: lfrancke with message [README updates] * Fix links --------- Co-authored-by: Lars Francke <[email protected]>
1 parent 8cd9539 commit 1154fc8

File tree

5 files changed

+19
-15
lines changed

5 files changed

+19
-15
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Documentation
22

3-
The stable documentation for this operator can be found [here](https://docs.stackable.tech/{{operator_docs_slug}}/stable/index.html).
4-
If you are interested in the most recent state of this repository, check out the [nightly docs](https://docs.stackable.tech/{{operator_docs_slug}}/nightly/index.html) instead.
3+
The stable documentation for this operator can be found [here](https://docs.stackable.tech/home/stable/{{operator_docs_slug}}).
4+
If you are interested in the most recent state of this repository, check out the [nightly docs](https://docs.stackable.tech/home/nightly/{{operator_docs_slug}}) instead.
55

66
The documentation for all Stackable products can be found at [docs.stackable.tech](https://docs.stackable.tech).
77

8-
If you have a question about the Stackable Data Platform contact us via our [homepage](https://stackable.tech/) or ask a public questions in our [Discussions forum](https://github.com/orgs/stackabletech/discussions).
8+
If you have a question about the Stackable Data Platform contact us via our [homepage](https://stackable.tech/) or ask a public questions in our [Discussions forum](https://github.com/orgs/stackabletech/discussions).

.readme/partials/borrowed/links.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://docs.stackable.tech/home/stable/contributor/index.html)
55
[![License OSL3.0](https://img.shields.io/badge/license-OSL3.0-green)](./LICENSE)
66

7-
[Documentation](https://docs.stackable.tech/{{operator_docs_slug}}/stable/index.html) {% if quickstart_link %}| [Quickstart]({{quickstart_link}}) {% endif %}| [Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions) | [Discord](https://discord.gg/7kZ3BNnCAF)
7+
[Documentation](https://docs.stackable.tech/home/stable/{{operator_docs_slug}}) {% if quickstart_link %}| [Quickstart]({{quickstart_link}}) {% endif %}| [Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions) | [Discord](https://discord.gg/7kZ3BNnCAF)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
It is part of the Stackable Data Platform, a curated selection of the best open source data apps like Apache Kafka, Apache Druid, Trino or Apache Spark, [all](#our-operators) working together seamlessly. Based on Kubernetes, it runs everywhere – [on prem or in the cloud](#supported-platforms).
1+
It is part of the Stackable Data Platform, a curated selection of the best open source data apps like Apache Kafka, Apache Druid, Trino or Apache Spark, [all](#other-operators) working together seamlessly. Based on Kubernetes, it runs everywhere – [on prem or in the cloud](#supported-platforms).

.readme/partials/main.md.j2

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
This is a Kubernetes operator to manage [Apache Spark](https://spark.apache.org/) jobs.
22

3-
{% include "partials/borrowed/overview_blurb.md.j2" %}
3+
{% filter trim %}
4+
{%- include "partials/borrowed/overview_blurb.md.j2" -%}
5+
{% endfilter %}
46

57
## Installation
68

7-
You can install the operator using [stackablectl or helm](https://docs.stackable.tech/{{operator_name}}/stable/getting_started/installation.html).
9+
You can install the operator using [stackablectl or helm](https://docs.stackable.tech/home/stable/{{operator_name}}/getting_started/installation).
810

911
Read on to get started with it, or see it in action in one of our [demos](https://stackable.tech/en/demos/).
1012

1113
## Getting Started
1214

13-
You can follow this [tutorial](https://docs.stackable.tech/{{operator_name}}/stable/getting_started/first_steps.html).
15+
You can follow this [tutorial](https://docs.stackable.tech/home/stable/{{operator_name}}/getting_started/first_steps) .
1416

15-
{% include "partials/borrowed/documentation.md.j2" %}
17+
{% filter trim %}
18+
{%- include "partials/borrowed/documentation.md.j2" -%}
19+
{% endfilter %}

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@
99
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://docs.stackable.tech/home/stable/contributor/index.html)
1010
[![License OSL3.0](https://img.shields.io/badge/license-OSL3.0-green)](./LICENSE)
1111

12-
[Documentation](https://docs.stackable.tech/spark-k8s/stable/index.html) | [Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions) | [Discord](https://discord.gg/7kZ3BNnCAF)
12+
[Documentation](https://docs.stackable.tech/home/stable/spark-k8s) | [Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions) | [Discord](https://discord.gg/7kZ3BNnCAF)
1313

1414
This is a Kubernetes operator to manage [Apache Spark](https://spark.apache.org/) jobs.
1515

16-
It is part of the Stackable Data Platform, a curated selection of the best open source data apps like Apache Kafka, Apache Druid, Trino or Apache Spark, [all](#our-operators) working together seamlessly. Based on Kubernetes, it runs everywhere – [on prem or in the cloud](#supported-platforms).
16+
It is part of the Stackable Data Platform, a curated selection of the best open source data apps like Apache Kafka, Apache Druid, Trino or Apache Spark, [all](#other-operators) working together seamlessly. Based on Kubernetes, it runs everywhere – [on prem or in the cloud](#supported-platforms).
1717

1818
## Installation
1919

20-
You can install the operator using [stackablectl or helm](https://docs.stackable.tech/spark-k8s/stable/getting_started/installation.html).
20+
You can install the operator using [stackablectl or helm](https://docs.stackable.tech/home/stable/spark-k8s/getting_started/installation).
2121

2222
Read on to get started with it, or see it in action in one of our [demos](https://stackable.tech/en/demos/).
2323

2424
## Getting Started
2525

26-
You can follow this [tutorial](https://docs.stackable.tech/spark-k8s/stable/getting_started/first_steps.html).
26+
You can follow this [tutorial](https://docs.stackable.tech/home/stable/spark-k8s/getting_started/first_steps) .
2727

2828
## Documentation
2929

30-
The stable documentation for this operator can be found [here](https://docs.stackable.tech/spark-k8s/stable/index.html).
31-
If you are interested in the most recent state of this repository, check out the [nightly docs](https://docs.stackable.tech/spark-k8s/nightly/index.html) instead.
30+
The stable documentation for this operator can be found [here](https://docs.stackable.tech/home/stable/spark-k8s).
31+
If you are interested in the most recent state of this repository, check out the [nightly docs](https://docs.stackable.tech/home/nightly/spark-k8s) instead.
3232

3333
The documentation for all Stackable products can be found at [docs.stackable.tech](https://docs.stackable.tech).
3434

0 commit comments

Comments
 (0)