Skip to content

Commit 00fdbe1

Browse files
committed
docs: remove home module from refs (stackabletech/documentation#637)
1 parent b1e3071 commit 00fdbe1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.25.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
----
@@ -120,4 +120,4 @@ spec:
120120
----
121121

122122
<1> Specify your prepared PVC here.
123-
<2> The directory name after `userdata` has to match the name of the volume, while `mycustomlibs` is a name you can freely change.
123+
<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[].

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ This is done by creating a https://kubernetes.io/docs/concepts/workloads/control
55

66
IMPORTANT: Network access from the Job to NiFi is required. If you are running a Kubernetes with restrictive https://kubernetes.io/docs/concepts/services-networking/network-policies/[NetworkPolicies], make sure to allow access from the Job to NiFi.
77

8-
See xref:home:operators:monitoring.adoc[] for more details.
8+
See xref:operators:monitoring.adoc[] for more details.

docs/modules/nifi/pages/usage_guide/resource-configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In the above example, all nodes in the default group will request `12Gi` of stor
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

@@ -41,4 +41,4 @@ A minimal HA setup consisting of 2 NiFi instances has the following https://kube
4141
* `8448Mi` memory request and limit
4242
* `18432Mi` persistent storage
4343

44-
You can find the default resource configuration values in the {crd-docs}/nifi.stackable.tech/NifiCluster/v1alpha1/#spec-nodes-config-resources[NifiCluster reference docs {external-link-icon}^].
44+
You can find the default resource configuration values in the {crd-docs}/nifi.stackable.tech/NifiCluster/v1alpha1/#spec-nodes-config-resources[NifiCluster reference docs {external-link-icon}^].

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
[#authentication-ldap]
5656
=== LDAP
5757

58-
NiFi supports xref:home:concepts:authentication.adoc[authentication] of users against an LDAP server. This requires setting up an AuthenticationClass for the LDAP server.
58+
NiFi supports xref:concepts:authentication.adoc[authentication] of users against an LDAP server. This requires setting up an AuthenticationClass for the LDAP server.
5959
The AuthenticationClass is then referenced in the NifiCluster resource as follows:
6060

6161
[source,yaml]
@@ -72,7 +72,7 @@ spec:
7272

7373
<1> The reference to an AuthenticationClass called `ldap`
7474

75-
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 {crd-docs}/authentication.stackable.tech/authenticationclass/v1alpha1/[AuthenticationClass reference {external-link-icon}^].
75+
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 {crd-docs}/authentication.stackable.tech/authenticationclass/v1alpha1/[AuthenticationClass reference {external-link-icon}^].
7676

7777
[#authorization]
7878
== Authorization

0 commit comments

Comments
 (0)