Skip to content

Commit 7288a75

Browse files
Fix for wrong parent identifiter (#814)
Signed-off-by: shuvo <[email protected]>
1 parent def55cf commit 7288a75

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/guides/clickhouse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ menu:
44
docs_{{ .version }}:
55
identifier: guides-clickhouse-readme
66
name: ClickHouse
7-
parent: guides-clickhouse
7+
parent: ch-clickhouse-guides
88
weight: 10
99
menu_name: docs_{{ .version }}
1010
section_menu_id: guides

docs/guides/clickhouse/quickstart/guide/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This tutorial will show you how to use KubeDB to run a ClickHouse database.
2626

2727
- At first, you need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one by using [kind](https://kind.sigs.k8s.io/docs/user/quick-start/).
2828

29-
- Now, install KubeDB cli on your workstation and KubeDB operator in your cluster following the steps [here](/docs/setup/README.md).
29+
- Now, install KubeDB cli on your workstation and KubeDB operator in your cluster following the steps [here](/docs/setup/README.md) and make sure to include the flags `--set global.featureGates.ClickHouse=true` to ensure **ClickHouse CRD** with helm command.
3030

3131
- [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) is required to run KubeDB. Check the available StorageClass in cluster.
3232

docs/guides/elasticsearch/rotateauth/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ menu:
44
docs_{{ .version }}:
55
identifier: es-rotate-auth-overview
66
name: Overview
7-
parent: es-rotateauth-Elasticsearch
7+
parent: es-rotateauth-elasticsearch
88
weight: 5
99
menu_name: docs_{{ .version }}
1010
section_menu_id: guides

docs/guides/memcached/rotate-auth/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ menu:
44
docs_{{ .version }}:
55
identifier: mc-rotate-auth-overview
66
name: Overview
7-
parent: mc-rotate-auth
7+
parent: rotate-auth
88
weight: 5
99
menu_name: docs_{{ .version }}
1010
section_menu_id: guides

0 commit comments

Comments
 (0)