From d533d4445eeb2f05e78953e5252d46a400a4e270 Mon Sep 17 00:00:00 2001 From: xeniape Date: Thu, 1 Aug 2024 15:17:18 +0200 Subject: [PATCH] docs: remove home module from refs (stackabletech/documentation#637) --- docs/modules/airflow/pages/usage-guide/logging.adoc | 2 +- docs/modules/airflow/pages/usage-guide/monitoring.adoc | 2 +- docs/modules/airflow/pages/usage-guide/security.adoc | 4 ++-- .../airflow/pages/usage-guide/storage-resources.adoc | 2 +- docs/modules/airflow/pages/usage.adoc | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/modules/airflow/pages/usage-guide/logging.adoc b/docs/modules/airflow/pages/usage-guide/logging.adoc index e9983fce..db6db672 100644 --- a/docs/modules/airflow/pages/usage-guide/logging.adoc +++ b/docs/modules/airflow/pages/usage-guide/logging.adoc @@ -40,4 +40,4 @@ spec: ---- Further information on how to configure logging, can be found in -xref:home:concepts:logging.adoc[]. +xref:concepts:logging.adoc[]. diff --git a/docs/modules/airflow/pages/usage-guide/monitoring.adoc b/docs/modules/airflow/pages/usage-guide/monitoring.adoc index 1e6343dc..26710b41 100644 --- a/docs/modules/airflow/pages/usage-guide/monitoring.adoc +++ b/docs/modules/airflow/pages/usage-guide/monitoring.adoc @@ -1,4 +1,4 @@ = Monitoring The managed Airflow instances are automatically configured to export Prometheus metrics. See -xref:home:operators:monitoring.adoc[] for more details. +xref:operators:monitoring.adoc[] for more details. diff --git a/docs/modules/airflow/pages/usage-guide/security.adoc b/docs/modules/airflow/pages/usage-guide/security.adoc index dad3a0e6..057901ad 100644 --- a/docs/modules/airflow/pages/usage-guide/security.adoc +++ b/docs/modules/airflow/pages/usage-guide/security.adoc @@ -10,7 +10,7 @@ image::airflow_security.png[Airflow Security menu] === LDAP -Airflow supports xref:home:concepts:authentication.adoc[authentication] of users against an LDAP server. This requires setting up an xref:home:concepts:authentication.adoc#authenticationclass[AuthenticationClass] for the LDAP server. +Airflow supports xref:concepts:authentication.adoc[authentication] of users against an LDAP server. This requires setting up an xref:concepts:authentication.adoc#authenticationclass[AuthenticationClass] for the LDAP server. The AuthenticationClass is then referenced in the AirflowCluster resource as follows: [source,yaml] @@ -34,7 +34,7 @@ spec: Users that log in with LDAP are assigned to a default https://airflow.apache.org/docs/apache-airflow/stable/security/access-control.html#access-control[Role] which is specified with the `userRegistrationRole` property. -You can follow the xref:home:tutorials:authentication_with_openldap.adoc[] tutorial to learn how to set up an AuthenticationClass for an LDAP server, as well as consulting the xref:reference:authenticationclass.adoc[] reference. +You can follow the xref:tutorials:authentication_with_openldap.adoc[] tutorial to learn how to set up an AuthenticationClass for an LDAP server, as well as consulting the xref:reference:authenticationclass.adoc[] reference. The users and roles can be viewed as before in the Webserver UI, but note that the blue "+" button is not available when authenticating against LDAP: diff --git a/docs/modules/airflow/pages/usage-guide/storage-resources.adoc b/docs/modules/airflow/pages/usage-guide/storage-resources.adoc index d3582fac..32061cac 100644 --- a/docs/modules/airflow/pages/usage-guide/storage-resources.adoc +++ b/docs/modules/airflow/pages/usage-guide/storage-resources.adoc @@ -1,6 +1,6 @@ = Resource Requests -include::home:concepts:stackable_resource_requests.adoc[] +include::concepts:stackable_resource_requests.adoc[] If no resource requests are configured explicitely, the operator uses the following defaults: diff --git a/docs/modules/airflow/pages/usage.adoc b/docs/modules/airflow/pages/usage.adoc index 576d7080..4731f2b6 100644 --- a/docs/modules/airflow/pages/usage.adoc +++ b/docs/modules/airflow/pages/usage.adoc @@ -3,7 +3,7 @@ == Monitoring The managed Airflow instances are automatically configured to export Prometheus metrics. See -xref:home:operators:monitoring.adoc[] for more details. +xref:operators:monitoring.adoc[] for more details. == Log aggregation @@ -47,7 +47,7 @@ spec: ---- Further information on how to configure logging, can be found in -xref:home:concepts:logging.adoc[]. +xref:concepts:logging.adoc[]. == Configuration & Environment Overrides @@ -97,7 +97,7 @@ The Airflow Operator currently does not support using https://kubernetes.io/docs === Resource Requests -include::home:concepts:stackable_resource_requests.adoc[] +include::concepts:stackable_resource_requests.adoc[] If no resource requests are configured explicitely, the operator uses the following defaults: