Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove home module from refs (stackabletech/documentation#637) #608

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading