Skip to content

Commit 242d30b

Browse files
committed
fix frontmatter issues
1 parent 8c1ecdc commit 242d30b

19 files changed

+25
-0
lines changed

docs/cloud/reference/release-notes-index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ description: 'Landing page for Cloud release notes'
99
If you've spotted an error, please edit the frontmatter of the pages themselves.
1010
-->
1111

12+
| Page | Description |
13+
|-----|-----|
14+
| [v24.5 Changelog for Cloud](/changelogs/24.5) | Fast release changelog for v24.5 |
15+
| [v24.10 Changelog for Cloud](/changelogs/24.10) | Fast release changelog for v24.10 |
16+
| [v24.8 Changelog for Cloud](/changelogs/24.8) | Fast release changelog for v24.8 |
17+
| [v24.12 Changelog for Cloud](/changelogs/24.12) | Fast release changelog for v24.12 |
18+
| [v24.6 Changelog for Cloud](/changelogs/24.6) | Fast release changelog for v24.6 |

docs/cloud/security/compliance-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ slug: /cloud/security/security-and-compliance
44
title: 'Security and Compliance'
55
description: 'This page describes the security and compliance measures implemented by ClickHouse Cloud to protect customer data.'
66
---
7+
78
import BetaBadge from '@theme/badges/BetaBadge';
89
import EnterprisePlanFeatureBadge from '@theme/badges/EnterprisePlanFeatureBadge';
910

docs/guides/developer/alternative-query-languages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sidebar_label: 'Alternative Query Languages'
44
title: 'Alternative Query Languages'
55
description: 'Use alternative query languages in ClickHouse'
66
---
7+
78
import ExperimentalBadge from '@theme/badges/ExperimentalBadge';
89

910
Besides standard SQL, ClickHouse supports various alternative query languages for querying data.

docs/guides/developer/lightweight-delete.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: 'Lightweight Delete'
44
keywords: ['lightweight delete']
55
description: 'Provides an overview of lightweight deletes in ClickHouse'
66
---
7+
78
import Content from '@site/docs/sql-reference/statements/delete.md';
89

910
<Content />

docs/guides/sre/user-management/configuring-ldap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ slug: /guides/sre/configuring-ldap
55
title: 'Configuring ClickHouse to Use LDAP for Authentication and Role Mapping'
66
description: 'Describes how to configure ClickHouse to use LDAP for authentication and role mapping'
77
---
8+
89
import SelfManaged from '@site/docs/_snippets/_self_managed_only_no_roadmap.md';
910

1011
# Configuring ClickHouse to Use LDAP for Authentication and Role Mapping

docs/integrations/data-ingestion/apache-spark/spark-jdbc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description: 'Introduction to Apache Spark with ClickHouse'
66
keywords: ['clickhouse', 'Apache Spark', 'jdbc', 'migrating', 'data']
77
title: 'Spark JDBC'
88
---
9+
910
import Tabs from '@theme/Tabs';
1011
import TabItem from '@theme/TabItem';
1112
import TOCInline from '@theme/TOCInline';

docs/integrations/data-ingestion/etl-tools/nifi-and-clickhouse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ slug: /integrations/nifi
66
description: 'Stream data into ClickHouse using NiFi data pipelines'
77
title: 'Connect Apache NiFi to ClickHouse'
88
---
9+
910
import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.mdx';
1011
import nifi01 from '@site/static/images/integrations/data-ingestion/etl-tools/nifi_01.png';
1112
import nifi02 from '@site/static/images/integrations/data-ingestion/etl-tools/nifi_02.png';

docs/integrations/data-ingestion/kafka/kafka-connect-jdbc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ slug: /integrations/kafka/kafka-connect-jdbc
55
description: 'Using JDBC Connector Sink with Kafka Connect and ClickHouse'
66
title: 'JDBC Connector'
77
---
8+
89
import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.mdx';
910

1011
# JDBC Connector

docs/integrations/data-visualization/draxlr-and-clickhouse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ keywords: ['clickhouse', 'Draxlr', 'connect', 'integrate', 'ui']
66
description: 'Draxlr is a Business intelligence tool with data visualization and analytics.'
77
title: 'Connecting Draxlr to ClickHouse'
88
---
9+
910
import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.mdx';
1011
import draxlr_01 from '@site/static/images/integrations/data-visualization/draxlr_01.png';
1112
import draxlr_02 from '@site/static/images/integrations/data-visualization/draxlr_02.png';

docs/integrations/data-visualization/explo-and-clickhouse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ keywords: ['clickhouse', 'Explo', 'connect', 'integrate', 'ui']
66
description: 'Explo is an easy-to-use, open source UI tool for asking questions about your data.'
77
title: 'Connecting Explo to ClickHouse'
88
---
9+
910
import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.mdx';
1011
import explo_01 from '@site/static/images/integrations/data-visualization/explo_01.png';
1112
import explo_02 from '@site/static/images/integrations/data-visualization/explo_02.png';

0 commit comments

Comments
 (0)