Skip to content

Commit a6ceab6

Browse files
authored
docs: remove home module from refs (stackabletech/documentation#637) (#624)
1 parent 3fbc860 commit a6ceab6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/modules/trino/pages/usage_guide/configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ By default, in case nothing is configured in the custom resource for a certain r
107107
// The "nightly" version is needed because the "include" directive searches for
108108
// files in the "stable" version by default.
109109
// TODO: remove the "nightly" version after the next platform release (current: 22.09)
110-
include::home:concepts:stackable_resource_requests.adoc[]
110+
include::concepts:stackable_resource_requests.adoc[]
111111

112112
If no resource requests are configured explicitly, the Trino operator uses the following defaults:
113113

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
@@ -35,14 +35,14 @@ include::example$usage_guide/trino-file-auth-snippet.yaml[tag=trino]
3535

3636
=== LDAP
3737

38-
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]:
38+
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]:
3939

4040
[source,yaml]
4141
----
4242
include::example$usage_guide/trino-ldap-auth-snippet.yaml[tag=authclass]
4343
----
4444

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

4747
With an AuthenticationClass ready, `PASSWORD` authentication using LDAP is done by referincing the LDAP AuthenticationClass:
4848

0 commit comments

Comments
 (0)