Skip to content

Commit

Permalink
docs: remove home module from refs (stackabletech/documentation#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfrancke committed Aug 1, 2024
1 parent fff07c0 commit c1e35c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/nifi/pages/usage_guide/monitoring.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Monitoring

The managed NiFi cluster is automatically configured to export Prometheus metrics. See
xref:home:operators:monitoring.adoc[] for more details.
xref:operators:monitoring.adoc[] for more details.
4 changes: 2 additions & 2 deletions docs/modules/nifi/pages/usage_guide/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Additional users can not be added.
[#authentication-ldap]
=== LDAP

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

[source,yaml]
Expand All @@ -59,7 +59,7 @@ spec:

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

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

== Authorization

Expand Down

0 comments on commit c1e35c9

Please sign in to comment.