This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 76f906faa [doc] Update cdc ingestion doc
76f906faa is described below
commit 76f906faad4a155f75f6db52a5c0014d532b2c55
Author: Jingsong <[email protected]>
AuthorDate: Mon Nov 4 13:21:42 2024 +0800
[doc] Update cdc ingestion doc
---
docs/content/{flink => }/cdc-ingestion/_index.md | 4 +++-
docs/content/{flink => }/cdc-ingestion/kafka-cdc.md | 4 ++++
docs/content/{flink => }/cdc-ingestion/mongo-cdc.md | 0
docs/content/{flink => }/cdc-ingestion/mysql-cdc.md | 0
docs/content/{flink => }/cdc-ingestion/overview.md | 2 +-
docs/content/{flink => }/cdc-ingestion/postgres-cdc.md | 0
docs/content/{flink => }/cdc-ingestion/pulsar-cdc.md | 0
7 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/docs/content/flink/cdc-ingestion/_index.md
b/docs/content/cdc-ingestion/_index.md
similarity index 90%
rename from docs/content/flink/cdc-ingestion/_index.md
rename to docs/content/cdc-ingestion/_index.md
index 0c76825b0..b3d4dce2a 100644
--- a/docs/content/flink/cdc-ingestion/_index.md
+++ b/docs/content/cdc-ingestion/_index.md
@@ -1,7 +1,9 @@
---
title: CDC Ingestion
+icon: <i class="fa fa-gear title maindish" aria-hidden="true"></i>
+bold: true
bookCollapseSection: true
-weight: 95
+weight: 91
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/content/flink/cdc-ingestion/kafka-cdc.md
b/docs/content/cdc-ingestion/kafka-cdc.md
similarity index 98%
rename from docs/content/flink/cdc-ingestion/kafka-cdc.md
rename to docs/content/cdc-ingestion/kafka-cdc.md
index 93655daf2..f57260275 100644
--- a/docs/content/flink/cdc-ingestion/kafka-cdc.md
+++ b/docs/content/cdc-ingestion/kafka-cdc.md
@@ -63,6 +63,10 @@ If a message in a Kafka topic is a change event captured
from another database u
<td><a
href="https://nightlies.apache.org/flink/flink-docs-stable/docs/connectors/table/formats/json/">JSON</a></td>
<td>True</td>
</tr>
+ <tr>
+ <td><a
href="https://docs.aws.amazon.com/dms/latest/userguide/Welcome.html">aws-dms-json</a></td>
+ <td>True</td>
+ </tr>
</tbody>
</table>
diff --git a/docs/content/flink/cdc-ingestion/mongo-cdc.md
b/docs/content/cdc-ingestion/mongo-cdc.md
similarity index 100%
rename from docs/content/flink/cdc-ingestion/mongo-cdc.md
rename to docs/content/cdc-ingestion/mongo-cdc.md
diff --git a/docs/content/flink/cdc-ingestion/mysql-cdc.md
b/docs/content/cdc-ingestion/mysql-cdc.md
similarity index 100%
rename from docs/content/flink/cdc-ingestion/mysql-cdc.md
rename to docs/content/cdc-ingestion/mysql-cdc.md
diff --git a/docs/content/flink/cdc-ingestion/overview.md
b/docs/content/cdc-ingestion/overview.md
similarity index 99%
rename from docs/content/flink/cdc-ingestion/overview.md
rename to docs/content/cdc-ingestion/overview.md
index 85b55f677..4a1b94f6e 100644
--- a/docs/content/flink/cdc-ingestion/overview.md
+++ b/docs/content/cdc-ingestion/overview.md
@@ -3,7 +3,7 @@ title: "Overview"
weight: 1
type: docs
aliases:
-- /flink/cdc-ingestion/overview.html
+- /cdc-ingestion/overview.html
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/content/flink/cdc-ingestion/postgres-cdc.md
b/docs/content/cdc-ingestion/postgres-cdc.md
similarity index 100%
rename from docs/content/flink/cdc-ingestion/postgres-cdc.md
rename to docs/content/cdc-ingestion/postgres-cdc.md
diff --git a/docs/content/flink/cdc-ingestion/pulsar-cdc.md
b/docs/content/cdc-ingestion/pulsar-cdc.md
similarity index 100%
rename from docs/content/flink/cdc-ingestion/pulsar-cdc.md
rename to docs/content/cdc-ingestion/pulsar-cdc.md