Skip to content

Commit 699216b

Browse files
authored
docs: remove home module from refs (stackabletech/documentation#637) (#522)
1 parent 6137adb commit 699216b

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
@@ -18,4 +18,4 @@ spec:
1818
----
1919

2020
Further information on how to configure logging, can be found in
21-
xref:home:concepts:logging.adoc[].
21+
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]
@@ -32,7 +32,7 @@ spec:
3232

3333
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.
3434

35-
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.
35+
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.
3636

3737
=== [[oauth]]OAuth
3838

0 commit comments

Comments
 (0)