Skip to content

Commit 7ba78cc

Browse files
authored
Merge pull request #654 from stackabletech/fix/release-23.4-remove-home-xref
docs: remove home module from refs (stackabletech/documentation#637)
2 parents 2df2409 + c3a2b94 commit 7ba78cc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/modules/nifi/pages/usage_guide/log-aggregation.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 NiFi cluster is 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/nifi/pages/usage_guide/resource-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In the above example, all nodes in the default group will request `12Gi` of stor
3131

3232
== Resource Requests
3333

34-
include::home:concepts:stackable_resource_requests.adoc[]
34+
include::concepts:stackable_resource_requests.adoc[]
3535

3636
If no resource requests are configured explicitly, the NiFi operator uses the following defaults:
3737

docs/modules/nifi/pages/usage_guide/security.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This setting is independent of the configured authentication method and will ove
4646
[#authentication-ldap]
4747
=== LDAP
4848

49-
NiFi 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.
49+
NiFi 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.
5050
The AuthenticationClass is then referenced in the NifiCluster resource as follows:
5151

5252
[source,yaml]
@@ -64,7 +64,7 @@ spec:
6464

6565
<1> The reference to an AuthenticationClass called `ldap`
6666

67-
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.
67+
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.
6868

6969
== Authorization
7070

0 commit comments

Comments
 (0)