Skip to content

Commit 74c49d1

Browse files
committed
docs: Standardize category names to noun phrases (Client Connectivity, Data Ingestion, Backup & Recovery)
1 parent e338f72 commit 74c49d1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"label": "连接 Databend",
2+
"label": "客户端连接",
33
"position": 1
44
}

docs/cn/tutorials/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ description: 查找覆盖连接、摄取、迁移、开发与运维 Databend 的
99

1010
挑选一个任务开始上手:
1111

12-
## 连接 Databend
12+
## 客户端连接
1313
- [使用 BendSQL 连接自建 Databend](/tutorials/getting-started/connect-to-databend-bendsql)
1414
- [使用 DBeaver 连接自建 Databend](/tutorials/getting-started/connect-to-databend-dbeaver)
1515
- [使用 BendSQL 连接 Databend Cloud](/tutorials/getting-started/connect-to-databendcloud-bendsql)
1616
- [使用 DBeaver 连接 Databend Cloud](/tutorials/getting-started/connect-to-databendcloud-dbeaver)
1717

18-
## 数据导入
18+
## 数据接入
1919
- [使用 Bend Ingest 导入 Kafka 数据](/tutorials/ingest-and-stream/kafka-bend-ingest-kafka)
2020
- [使用 Kafka Connect 导入 Kafka 数据](/tutorials/ingest-and-stream/kafka-databend-kafka-connect)
2121
- [使用 Vector 同步 JSON 日志](/tutorials/ingest-and-stream/automating-json-log-loading-with-vector)
@@ -36,7 +36,7 @@ description: 查找覆盖连接、摄取、迁移、开发与运维 Databend 的
3636
- [SQLAlchemy 开发指南(Cloud)](/tutorials/develop/python/integrating-with-databend-cloud-using-databend-sqlalchemy)
3737
- [Python Driver 开发指南(自建)](/tutorials/develop/python/integrating-with-self-hosted-databend)
3838

39-
## 备份与还原
39+
## 备份与恢复
4040
- [使用 BendSave 备份与恢复数据](/tutorials/operate-and-recover/bendsave)
4141

4242
## Cloud 平台功能
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"label": "数据导入",
2+
"label": "数据接入",
33
"position": 2
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"label": "备份与还原",
2+
"label": "备份与恢复",
33
"position": 5
44
}

0 commit comments

Comments
 (0)