Skip to content

Commit 4eb8bf0

Browse files
authored
Merge pull request #2912 from ClickHouse/issue_2905
fix integration links
2 parents 9167110 + 12cbdbb commit 4eb8bf0

File tree

13 files changed

+131
-24
lines changed

13 files changed

+131
-24
lines changed

docs/en/integrations/data-ingestion/s3-minio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_label: Using MinIO
2+
sidebar_label: MinIO
33
sidebar_position: 6
44
slug: /en/integrations/minio
55
description: Using MinIO
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
slug: /en/integrations/cassandra
3+
sidebar_label: Cassandra
4+
title: Cassandra
5+
---
6+
7+
# Cassandra integration
8+
9+
Users can integrate with Cassandra via a dictionary. Further details [here](/docs/en/sql-reference/dictionaries#cassandra).
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
slug: /en/integrations/deltalake
3+
sidebar_label: Delta Lake
4+
title: Delta Lake
5+
---
6+
7+
import DeltaLakeFunction from '@site/docs/en/sql-reference/table-functions/deltalake.md';
8+
9+
# Delta Lake integration
10+
11+
Users can integrate with the Delta lake table format via the table function.
12+
13+
14+
<DeltaLakeFunction/>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
slug: /en/integrations/hive
3+
sidebar_label: Hive
4+
title: Hive
5+
hide_title: true
6+
---
7+
8+
import HiveTableEngine from '@site/docs/en/engines/table-engines/integrations/hive.md';
9+
10+
<HiveTableEngine/>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
slug: /en/integrations/hudi
3+
sidebar_label: Hudi
4+
title: Hudi
5+
hide_title: true
6+
---
7+
8+
import HudiTableEngine from '@site/docs/en/engines/table-engines/integrations/hudi.md';
9+
10+
<HudiTableEngine/>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
slug: /en/integrations/iceberg
3+
sidebar_label: Iceberg
4+
title: Iceberg
5+
---
6+
7+
import IcebergFunction from '@site/docs/en/sql-reference/table-functions/iceberg.md';
8+
9+
# Iceberg integration
10+
11+
Users can integrate with the Iceberg table format via the table function.
12+
13+
<IcebergFunction/>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
slug: /en/integrations/mongodb
3+
sidebar_label: MongoDB
4+
title: MongoDB
5+
hide_title: true
6+
---
7+
8+
import MongoDBEngine from '@site/docs/en/engines/table-engines/integrations/mongodb.md';
9+
10+
<MongoDBEngine/>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
slug: /en/integrations/nats
3+
sidebar_label: NATS
4+
title: NATS
5+
hide_title: true
6+
---
7+
8+
import NatsEngine from '@site/docs/en/engines/table-engines/integrations/nats.md';
9+
10+
<NatsEngine/>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
slug: /en/integrations/rabbitmq
3+
sidebar_label: RabbitMQ
4+
title: RabbitMQ
5+
hide_title: true
6+
---
7+
8+
import RabbitMQEngine from '@site/docs/en/engines/table-engines/integrations/rabbitmq.md';
9+
10+
<RabbitMQEngine/>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
slug: /en/integrations/redis
3+
sidebar_label: Redis
4+
title: Redis
5+
---
6+
7+
import RedisFunction from '@site/docs/en/sql-reference/table-functions/redis.md';
8+
9+
# Redis integration
10+
11+
Users can integrate with Redis via the table function.
12+
13+
<RedisFunction/>

0 commit comments

Comments
 (0)