From 83af3550fecfdfce1089dd2fffeda77a57668752 Mon Sep 17 00:00:00 2001 From: q <787025321@qq.com> Date: Wed, 13 Aug 2025 13:59:50 +0800 Subject: [PATCH 1/2] fix: folder name --- docs/cn/integrations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cn/integrations/index.md b/docs/cn/integrations/index.md index 17913ece00..996f092d53 100644 --- a/docs/cn/integrations/index.md +++ b/docs/cn/integrations/index.md @@ -13,4 +13,4 @@ Databend 集成按支持级别分类: **社区集成**:由社区成员构建、维护并提供支持。除公开的 GitHub 仓库和社区 Slack 频道外,无其他直接支持。 -每个集成进一步归入[语言客户端](/developer/)、[数据导入](/guides/load-data/load-db/)、[数据可视化](/guides/visualize/)和 [SQL 客户端](/guides/sql-clients/)类别。 \ No newline at end of file +每个集成进一步归入[语言客户端](/developer/)、[数据导入](/guides/load-data/load-db/)、[数据可视化](/guides/visualize/)和 [SQL 客户端](/guides/sql-clients/)类别。 From a08a36381998238f43d2d882ed14437702e0c222 Mon Sep 17 00:00:00 2001 From: q <787025321@qq.com> Date: Wed, 13 Aug 2025 14:00:08 +0800 Subject: [PATCH 2/2] path --- docs/cn/Integrations/index.md | 16 ---------------- docs/cn/integrations/index.md | 16 ---------------- 2 files changed, 32 deletions(-) delete mode 100644 docs/cn/Integrations/index.md delete mode 100644 docs/cn/integrations/index.md diff --git a/docs/cn/Integrations/index.md b/docs/cn/Integrations/index.md deleted file mode 100644 index 4214bc02d9..0000000000 --- a/docs/cn/Integrations/index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Integrations -slug: / ---- - -# Integrations - -Databend integrations are organized by their support level: - -**Core integrations**: built or maintained by Databend, they are supported by Databend and live in the Databend GitHub organization - -**Partner integrations**: built or maintained, and supported by, third-party software vendors - -**Community integrations**: built or maintained and supported by community members. No direct support is available besides the public GitHub repositories and community Slack channels - -Each integration is further categorized into [Language client](/developer/), [Data ingestion](/guides/load-data/load-db/), [Data visualization](/guides/visualize/) and [SQL client](/guides/sql-clients/) categories. diff --git a/docs/cn/integrations/index.md b/docs/cn/integrations/index.md deleted file mode 100644 index 996f092d53..0000000000 --- a/docs/cn/integrations/index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: 集成 -slug: / ---- - -# 集成 - -Databend 集成按支持级别分类: - -**核心集成**:由 Databend 构建或维护,由 Databend 官方支持,并托管在 Databend GitHub 组织。 - -**合作伙伴集成**:由第三方软件供应商构建、维护并提供支持。 - -**社区集成**:由社区成员构建、维护并提供支持。除公开的 GitHub 仓库和社区 Slack 频道外,无其他直接支持。 - -每个集成进一步归入[语言客户端](/developer/)、[数据导入](/guides/load-data/load-db/)、[数据可视化](/guides/visualize/)和 [SQL 客户端](/guides/sql-clients/)类别。