Skip to content

Commit 40eb212

Browse files
authored
docs: remove home module from refs (stackabletech/documentation#637) (#611)
1 parent b776aeb commit 40eb212

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/modules/druid/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ its dependencies (ZooKeeper, HDFS, an SQL database) and the steps to query your
1717
== Resources
1818

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

2323
The Operator watches DruidCluster objects and creates multiple Kubernetes resources for each DruidCluster based on its configuration.

docs/modules/druid/pages/usage-guide/logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ spec:
2929
enableVectorAgent: true
3030
----
3131

32-
Further information on how to configure logging, can be found in xref:home:concepts:logging.adoc[].
32+
Further information on how to configure logging, can be found in xref:concepts:logging.adoc[].

docs/modules/druid/pages/usage-guide/resources-and-storage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Druid uses S3 or HDFS for deep storage, so no extra https://kubernetes.io/docs/c
66

77
== Resource Requests
88

9-
include::home:concepts:stackable_resource_requests.adoc[]
9+
include::concepts:stackable_resource_requests.adoc[]
1010

1111
A minimal HA setup consisting of 2 Pods of each role has the following https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/[resource requirements]:
1212

@@ -63,7 +63,7 @@ spec:
6363
limit: 512Mi
6464
----
6565

66-
The operator may configure an additional container for log aggregation. This is done when log aggregation is configured as described in xref:concepts:logging.adoc[]. The resources for this container cannot be configured using the mechanism described above. Use xref:home:concepts:overrides.adoc#_pod_overrides[podOverrides] for this purpose.
66+
The operator may configure an additional container for log aggregation. This is done when log aggregation is configured as described in xref:concepts:logging.adoc[]. The resources for this container cannot be configured using the mechanism described above. Use xref:concepts:overrides.adoc#_pod_overrides[podOverrides] for this purpose.
6767

6868
You can configure your own resource requests and limits by following the example above.
6969

docs/modules/druid/pages/usage-guide/security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Reference the AuthenticationClass in your DruidCluster resource:
7070
include::example$druid-ldap-authentication.yaml[tag=druid]
7171
----
7272

73-
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
73+
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
7474
https://github.com/stackabletech/druid-operator/tree/main/tests/templates/kuttl/ldap-authentication[the LDAP test] suite.
7575

7676
=== Current Limitations and Upcoming Work

0 commit comments

Comments
 (0)