Skip to content

Commit c91e6cc

Browse files
authored
Merge pull request #655 from stackabletech/fix/release-23.7-remove-home-xref
docs: remove home module from refs (stackabletech/documentation#637)
2 parents 2c3c63f + 79869ad commit c91e6cc

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM docker.stackable.tech/stackable/nifi:1.21.0-stackable0.0.0-dev
2222
COPY /path/to/your/nar.file /stackable/nifi/lib/
2323
----
2424

25-
You then need to make this image available to your Kubernetes cluster and specify it in your NiFi resource as described in xref:home:concepts:product_image_selection.adoc[].
25+
You then need to make this image available to your Kubernetes cluster and specify it in your NiFi resource as described in xref:concepts:product_image_selection.adoc[].
2626

2727
[source,yaml]
2828
----
@@ -124,4 +124,4 @@ spec:
124124
----
125125

126126
<1> Specify your prepared PVC here.
127-
<2> The directory name after `userdata` has to match the name of the volume, while `mycustomlibs` is a name you can freely change.
127+
<2> The directory name after `userdata` has to match the name of the volume, while `mycustomlibs` is a name you can freely change.

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
@@ -32,7 +32,7 @@ nodes:
3232

3333
== Resource Requests
3434

35-
include::home:concepts:stackable_resource_requests.adoc[]
35+
include::concepts:stackable_resource_requests.adoc[]
3636

3737
A minimal HA setup consisting of 2 NiFi instances has the following https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/[resource requirements]:
3838

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)