Skip to content

Commit 21d138b

Browse files
authored
docs: remove home module from refs (stackabletech/documentation#637) (#629)
1 parent 3549638 commit 21d138b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/modules/trino/pages/usage-guide/catalogs/generic.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ An entry must be an valid `SecretKeySelector` or `ConfigMapKeySelector`.
5353

5454
== Add additional contents
5555

56-
In case you need more contents, such as the need to mount Secrets - containing e.g. certificates or keytabs - please consult the xref:home:concepts:overrides.adoc#_pod_overrides[documentation on podOverrides].
56+
In case you need more contents, such as the need to mount Secrets - containing e.g. certificates or keytabs - please consult the xref:concepts:overrides.adoc#_pod_overrides[documentation on podOverrides].

docs/modules/trino/pages/usage-guide/configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ By default, in case nothing is configured in the custom resource for a certain r
130130

131131
=== Resource Requests
132132

133-
include::home:concepts:stackable_resource_requests.adoc[]
133+
include::concepts:stackable_resource_requests.adoc[]
134134

135135
A minimal HA setup consisting of 1 coordinator and 2 worker instances has the following https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/[resource requirements]:
136136

docs/modules/trino/pages/usage-guide/log_aggregation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ spec:
2222
Currently, the logs are collected only for `server.log`. Logging for `http-request.log` is disabled by default.
2323

2424
Further information on how to configure logging, can be found in
25-
xref:home:concepts:logging.adoc[].
25+
xref:concepts:logging.adoc[].
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Monitoring
22

33
The managed Trino instances are automatically configured to export Prometheus metrics. See
4-
xref:home:operators:monitoring.adoc[] for more details.
4+
xref:operators:monitoring.adoc[] for more details.
55

docs/modules/trino/pages/usage-guide/security.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ Adding or removing an `AuthenticationClass` will however result in a `Pod` resta
5151

5252
==== LDAP
5353

54-
The Trino operator supports https://trino.io/docs/current/security/ldap.html[LDAP authentication] as well and authentication in Stackable is done using xref:home:concepts:authentication.adoc#authenticationclass[AuthenticationClasses]:
54+
The Trino operator supports https://trino.io/docs/current/security/ldap.html[LDAP authentication] as well and authentication in Stackable is done using xref:concepts:authentication.adoc#authenticationclass[AuthenticationClasses]:
5555

5656
[source,yaml]
5757
----
5858
include::example$usage-guide/trino-ldap-auth-snippet.yaml[tag=authentication_class]
5959
----
6060

61-
NOTE: You can follow the xref:home:tutorials:authentication_with_openldap.adoc[] tutorial to learn how to create an AuthenticationClass for an LDAP server.
61+
NOTE: You can follow the xref:tutorials:authentication_with_openldap.adoc[] tutorial to learn how to create an AuthenticationClass for an LDAP server.
6262

6363
With an AuthenticationClass ready, `PASSWORD` authentication using LDAP is done by referencing the LDAP AuthenticationClass:
6464

0 commit comments

Comments
 (0)