From a4630c70078bb3775d6e5e71673291574377fe8c Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Fri, 10 Jul 2026 22:58:07 +0200 Subject: [PATCH] docs: Use the shared link bar and link to the Stackable Hub The link bar is now maintained centrally in the documentation repo (ROOT:partial$operator-link-bar.adoc). A Stackable Hub entry linking to https://hub.stackable.tech/components/airflow is added, and the Feature Tracker links are removed. --- docs/modules/airflow/pages/index.adoc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/modules/airflow/pages/index.adoc b/docs/modules/airflow/pages/index.adoc index 90cd0069..43603b88 100644 --- a/docs/modules/airflow/pages/index.adoc +++ b/docs/modules/airflow/pages/index.adoc @@ -6,13 +6,10 @@ :github: https://github.com/stackabletech/airflow-operator/ :crd: {crd-docs-base-url}/airflow-operator/{crd-docs-version}/ :crd-airflowcluster: {crd-docs}/airflow.stackable.tech/airflowcluster/v1alpha2/ -:feature-tracker: https://features.stackable.tech/unified +:hub: {hub-base-url}/components/airflow :deferrable-operators: https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/deferring.html#deferrable-operators-triggers -[.link-bar] -* {github}[GitHub {external-link-icon}^] -* {feature-tracker}[Feature Tracker {external-link-icon}^] -* {crd}[CRD documentation {external-link-icon}^] +include::ROOT:partial$operator-link-bar.adoc[] The Stackable operator for Apache Airflow manages {airflow}[Apache Airflow] instances on Kubernetes. Apache Airflow is an open-source application for creating, scheduling, and monitoring workflows. @@ -126,5 +123,4 @@ include::partial$supported-versions.adoc[] == Useful links * The {github}[airflow-operator {external-link-icon}^] GitHub repository -* The operator feature overview in the {feature-tracker}[feature tracker {external-link-icon}^] * The {crd-airflowcluster}[AirflowCluster {external-link-icon}^] CRD documentation