diff --git a/docs/guides/configuration.mdx b/docs/guides/configuration.mdx index 5d606905..aeccca74 100644 --- a/docs/guides/configuration.mdx +++ b/docs/guides/configuration.mdx @@ -1,3 +1,12 @@ +--- +position: 2 +slug: /clickhouse-operator/guides/configuration +title: 'Configuration' +keywords: ['kubernetes'] +description: 'This guide covers how to configure ClickHouse and Keeper clusters using the ClickHouse operator.' +doc_type: 'guide' +--- + # ClickHouse Operator configuration guide This guide covers how to configure ClickHouse and Keeper clusters using the operator. diff --git a/docs/guides/introduction.mdx b/docs/guides/introduction.mdx index d422ed41..ab530d16 100644 --- a/docs/guides/introduction.mdx +++ b/docs/guides/introduction.mdx @@ -1,3 +1,12 @@ +--- +position: 1 +slug: /clickhouse-operator/guides/introduction +title: 'Introduction' +keywords: ['kubernetes'] +description: 'This document provides an overview of key concepts and usage patterns for the ClickHouse Operator.' +doc_type: 'guide' +--- + # Introduction to the ClickHouse Operator This document provides an overview of key concepts and usage patterns for the ClickHouse Operator. diff --git a/docs/install/helm.mdx b/docs/install/helm.mdx index 4f767de5..9ce31854 100644 --- a/docs/install/helm.mdx +++ b/docs/install/helm.mdx @@ -1,3 +1,12 @@ +--- +slug: /clickhouse-operator/install/helm +title: 'Install the ClickHouse Operator with Helm' +keywords: ['kubernetes'] +description: 'This guide covers installing the ClickHouse Operator using Helm charts.' +doc_type: 'guide' +sidebarTitle: 'Helm' +--- + This guide covers installing the ClickHouse Operator using Helm charts. ## Prerequisites {#prerequisites} diff --git a/docs/install/kubectl.mdx b/docs/install/kubectl.mdx index 1b924f68..2919e25f 100644 --- a/docs/install/kubectl.mdx +++ b/docs/install/kubectl.mdx @@ -1,3 +1,12 @@ +--- +slug: /clickhouse-operator/install/kubectl +title: 'Install the ClickHouse Operator with kubectl' +keywords: ['kubernetes'] +description: 'This guide covers installing the ClickHouse Operator using kubectl and manifest files.' +doc_type: 'guide' +sidebarTitle: 'kubectl' +--- + This guide covers installing the ClickHouse Operator using kubectl and manifest files. ## Prerequisites {#prerequisites} diff --git a/docs/install/olm.mdx b/docs/install/olm.mdx index e1097a82..8ff3cb14 100644 --- a/docs/install/olm.mdx +++ b/docs/install/olm.mdx @@ -1,3 +1,12 @@ +--- +slug: /clickhouse-operator/install/olm +title: 'Install the ClickHouse Operator with Operator Lifecycle Manager (OLM)' +keywords: ['kubernetes'] +description: 'This guide covers installing the ClickHouse Operator using kubectl and manifest files.' +doc_type: 'guide' +sidebarTitle: 'OLM' +--- + This guide covers installing the ClickHouse Operator using Operator Lifecycle Manager (OLM). ## Prerequisites {#prerequisites} diff --git a/docs/overview.mdx b/docs/overview.mdx index edbad009..55d5df1e 100644 --- a/docs/overview.mdx +++ b/docs/overview.mdx @@ -1,3 +1,13 @@ +--- +position: 1 +slug: /clickhouse-operator/overview +title: 'ClickHouse Operator' +keywords: ['kubernetes'] +description: 'Overview page for the ClickHouse Operator - a Kubernetes operator that automates the deployment, configuration, and management of ClickHouse clusters and ClickHouse Keeper clusters on Kubernetes.' +doc_type: 'guide' +sidebarTitle: 'Overview' +--- + The ClickHouse Operator is a Kubernetes operator that automates the deployment, configuration, and management of ClickHouse clusters and ClickHouse Keeper clusters on Kubernetes. It provides declarative cluster management through custom resources, enabling users to easily create highly-available ClickHouse deployments. diff --git a/docs/reference/api-reference.mdx b/docs/reference/api-reference.mdx index a37da9b5..56a26a11 100644 --- a/docs/reference/api-reference.mdx +++ b/docs/reference/api-reference.mdx @@ -1,8 +1,10 @@ --- +position: 1 slug: /clickhouse-operator/reference/api-reference title: 'ClickHouse Operator API reference' -keywords: ['kubernetes', 'operator', 'API reference'] +keywords: ['kubernetes'] description: 'This document provides detailed API reference for the ClickHouse Operator custom resources.' +doc_type: 'reference' sidebarTitle: 'API reference' --- diff --git a/docs/templates/gv_list.tpl b/docs/templates/gv_list.tpl index 68d46296..daba6838 100644 --- a/docs/templates/gv_list.tpl +++ b/docs/templates/gv_list.tpl @@ -1,10 +1,12 @@ {{- define "gvList" -}} {{- $groupVersions := . -}} --- +position: 1 slug: /clickhouse-operator/reference/api-reference title: 'ClickHouse Operator API reference' -keywords: ['kubernetes', 'operator', 'API reference'] +keywords: ['kubernetes'] description: 'This document provides detailed API reference for the ClickHouse Operator custom resources.' +doc_type: 'reference' sidebarTitle: 'API reference' ---