Skip to content

Commit 6cb5e9c

Browse files
authored
docs: remove home module from refs (stackabletech/documentation#637) (#523)
1 parent fa88e8c commit 6cb5e9c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/modules/superset/pages/usage-guide/logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ spec:
1515
----
1616

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

33
The managed Superset 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.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The default setting is to manually set up users via the Webinterface.
88

99
=== LDAP
1010

11-
Superset 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.
11+
Superset 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.
1212
The AuthenticationClass is then referenced in the SupersetCluster resource as follows:
1313

1414
[source,yaml]
@@ -31,7 +31,7 @@ spec:
3131

3232
Users that log in with LDAP are assigned to a default https://superset.apache.org/docs/security/#roles[Role] which is specified with the `userRegistrationRole` property.
3333

34-
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.
34+
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.
3535

3636
=== [[oauth]]OAuth
3737

0 commit comments

Comments
 (0)