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
NickLarsenNZ authored Aug 1, 2024
1 parent 31e07b6 commit 1001277
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/modules/druid/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ its dependencies (ZooKeeper, HDFS, an SQL database) and the steps to query your
== Resources

The Operator is installed along with the _DruidCluster_ CustomResourceDefinition, which supports five
xref:home:concepts:roles-and-role-groups.adoc[roles]: **Router**, **Coordinator**, **Broker**, **MiddleManager** and
xref:concepts:roles-and-role-groups.adoc[roles]: **Router**, **Coordinator**, **Broker**, **MiddleManager** and
**Historical**. These roles correspond to https://druid.apache.org/docs/latest/design/processes.html[Druid processes].

The Operator watches DruidCluster objects and creates multiple Kubernetes resources for each DruidCluster based on its configuration.
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/druid/pages/usage-guide/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ spec:
enableVectorAgent: true
----

Further information on how to configure logging, can be found in xref:home:concepts:logging.adoc[].
Further information on how to configure logging, can be found in xref:concepts:logging.adoc[].
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Druid uses S3 or HDFS for deep storage, so no extra https://kubernetes.io/docs/c

== Resource Requests

include::home:concepts:stackable_resource_requests.adoc[]
include::concepts:stackable_resource_requests.adoc[]

If no resources are configured explicitly, the Druid operator uses the following defaults:

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/druid/pages/usage-guide/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Reference the AuthenticationClass in your DruidCluster resource:
include::example$druid-ldap-authentication.yaml[tag=druid]
----

Check out the xref:tutorials:authentication_with_openldap.adoc[] tutorial to see a complete example of how to set LDAP authentication for another Stackable operator. You can also consult the home:reference:authenticationclass.adoc[] reference, or
Check out the xref:tutorials:authentication_with_openldap.adoc[] tutorial to see a complete example of how to set LDAP authentication for another Stackable operator. You can also consult the reference:authenticationclass.adoc[] reference, or
https://github.com/stackabletech/druid-operator/tree/main/tests/templates/kuttl/ldap-authentication[the LDAP test] suite.

=== Current Limitations and Upcoming Work
Expand Down

0 comments on commit 1001277

Please sign in to comment.