Skip to content

Commit 7aabe1e

Browse files
authored
docs: remove home module from refs (stackabletech/documentation#637) (#520)
1 parent 28b8136 commit 7aabe1e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/modules/superset/pages/usage.adoc

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

1010
=== LDAP
1111

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

1515
[source,yaml]
@@ -33,7 +33,7 @@ spec:
3333

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

36-
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.
36+
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.
3737

3838
== Authorization
3939
Superset has a concept called `Roles` which allows you to grant user permissions based on roles.
@@ -99,7 +99,7 @@ image::superset-databases.png[Superset databases showing the connected Druid clu
9999
== Monitoring
100100

101101
The managed Superset instances are automatically configured to export Prometheus metrics. See
102-
xref:home:operators:monitoring.adoc[] for more details.
102+
xref:operators:monitoring.adoc[] for more details.
103103

104104
== Configuration & Environment Overrides
105105

@@ -199,7 +199,7 @@ The Superset operator currently does not support using https://kubernetes.io/doc
199199
// The "nightly" version is needed because the "include" directive searches for
200200
// files in the "stable" version by default.
201201
// TODO: remove the "nightly" version after the next platform release (current: 22.09)
202-
include::home:concepts:stackable_resource_requests.adoc[]
202+
include::concepts:stackable_resource_requests.adoc[]
203203

204204
If no resource requests are configured explicitly, the Superset operator uses the following defaults:
205205

0 commit comments

Comments
 (0)