Skip to content

Commit 4179710

Browse files
authored
[minor][docs] Rectify names of CDC sources for Flink and improve the content directory
This closes #3315.
1 parent 3267399 commit 4179710

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+202
-166
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ full database synchronization, sharding table synchronization, schema evolution
6363
5. View job execution status through Flink WebUI or downstream database.
6464

6565
Try it out yourself with our more detailed [tutorial](docs/content/docs/get-started/quickstart/mysql-to-doris.md).
66-
You can also see [connector overview](docs/content/docs/connectors/overview.md) to view a comprehensive catalog of the
66+
You can also see [connector overview](docs/content/docs/connectors/pipeline-connectors/overview.md) to view a comprehensive catalog of the
6767
connectors currently provided and understand more detailed configurations.
6868

6969

docs/content/docs/connectors/legacy-flink-cdc-sources/_index.md renamed to docs/content.zh/docs/connectors/flink-sources/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Legacy Flink CDC Sources
2+
title: Flink Source 连接器
33
bookCollapseSection: true
4-
weight: 5
4+
weight: 2
55
---
66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one

docs/content.zh/docs/connectors/legacy-flink-cdc-sources/datastream-api-package-guidance.md renamed to docs/content.zh/docs/connectors/flink-sources/datastream-api-package-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "DataStream API 打包指南"
33
weight: 998
44
type: docs
55
aliases:
6-
- /connectors/legacy-flink-cdc-sources/datastream-api-package-guidance
6+
- /connectors/flink-sources/datastream-api-package-guidance
77
---
88

99
<!--

docs/content/docs/connectors/legacy-flink-cdc-sources/db2-cdc.md renamed to docs/content.zh/docs/connectors/flink-sources/db2-cdc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Db2"
3-
weight: 9
3+
weight: 7
44
type: docs
55
aliases:
6-
- /connectors/legacy-flink-cdc-sources/db2-cdc
6+
- /connectors/flink-sources/db2-cdc
77
---
88
<!--
99
Licensed to the Apache Software Foundation (ASF) under one

docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mongodb-cdc.md renamed to docs/content.zh/docs/connectors/flink-sources/mongodb-cdc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "MongoDB"
3-
weight: 2
3+
weight: 6
44
type: docs
55
aliases:
6-
- /connectors/legacy-flink-cdc-sources/mongodb-cdc
6+
- /connectors/flink-sources/mongodb-cdc
77
---
88
<!--
99
Licensed to the Apache Software Foundation (ASF) under one

docs/content.zh/docs/connectors/legacy-flink-cdc-sources/mysql-cdc.md renamed to docs/content.zh/docs/connectors/flink-sources/mysql-cdc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "MySQL"
3-
weight: 7
3+
weight: 2
44
type: docs
55
aliases:
6-
- /connectors/legacy-flink-cdc-sources/mysql-cdc
6+
- /connectors/flink-sources/mysql-cdc
77
---
88
<!--
99
Licensed to the Apache Software Foundation (ASF) under one

docs/content.zh/docs/connectors/legacy-flink-cdc-sources/oceanbase-cdc.md renamed to docs/content.zh/docs/connectors/flink-sources/oceanbase-cdc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "OceanBase"
3-
weight: 4
3+
weight: 9
44
type: docs
55
aliases:
6-
- /connectors/legacy-flink-cdc-sources/oceanbase-cdc
6+
- /connectors/flink-sources/oceanbase-cdc
77
---
88
<!--
99
Licensed to the Apache Software Foundation (ASF) under one
@@ -154,7 +154,7 @@ Flink SQL> CREATE TABLE orders (
154154
);
155155
```
156156

157-
您也可以访问 Flink CDC 官网文档,快速体验将数据从 OceanBase 导入到 Elasticsearch。更多信息,参考 [Flink CDC 官网文档](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/tutorials/oceanbase-tutorial/)。
157+
您也可以访问 Flink CDC 官网文档,快速体验将数据从 OceanBase 导入到 Elasticsearch。更多信息,参考 [Flink CDC 官网文档]({{< ref "docs/connectors/flink-sources/tutorials/oceanbase-tutorial" >}})。
158158

159159
## OceanBase CDC 连接器选项
160160

docs/content/docs/connectors/legacy-flink-cdc-sources/oracle-cdc.md renamed to docs/content.zh/docs/connectors/flink-sources/oracle-cdc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Oracle"
3-
weight: 5
3+
weight: 3
44
type: docs
55
aliases:
6-
- /connectors/legacy-flink-cdc-sources/oracle-cdc
6+
- /connectors/flink-sources/oracle-cdc
77
---
88
<!--
99
Licensed to the Apache Software Foundation (ASF) under one

docs/content.zh/docs/connectors/legacy-flink-cdc-sources/overview.md renamed to docs/content.zh/docs/connectors/flink-sources/overview.md

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

docs/content/docs/connectors/legacy-flink-cdc-sources/postgres-cdc.md renamed to docs/content.zh/docs/connectors/flink-sources/postgres-cdc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Postgres"
3-
weight: 6
3+
weight: 5
44
type: docs
55
aliases:
6-
- /connectors/legacy-flink-cdc-sources/postgres-cdc
6+
- /connectors/flink-sources/postgres-cdc
77
---
88
<!--
99
Licensed to the Apache Software Foundation (ASF) under one

0 commit comments

Comments
 (0)