You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/07/19 15:51:17 UTC

[doris] branch master updated: [doc] missing sidebar for cloudcanal (#10998)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new ba9c7e50aa [doc] missing sidebar for cloudcanal (#10998)
ba9c7e50aa is described below

commit ba9c7e50aa9ea6452c01f466d95675f63097d26e
Author: Mingyu Chen <mo...@gmail.com>
AuthorDate: Tue Jul 19 23:51:12 2022 +0800

    [doc] missing sidebar for cloudcanal (#10998)
---
 docs/.vuepress/sidebar/en/docs.js       |  1 +
 docs/.vuepress/sidebar/zh-CN/docs.js    |  3 ++-
 docs/en/docs/ecosystem/cloudcanal.md    | 35 +++++++++++++++++++++++++++++++++
 docs/zh-CN/docs/ecosystem/cloudcanal.md | 26 ++++++++++++++++++++++++
 4 files changed, 64 insertions(+), 1 deletion(-)

diff --git a/docs/.vuepress/sidebar/en/docs.js b/docs/.vuepress/sidebar/en/docs.js
index 8409409e5e..19610f48e1 100644
--- a/docs/.vuepress/sidebar/en/docs.js
+++ b/docs/.vuepress/sidebar/en/docs.js
@@ -248,6 +248,7 @@ module.exports = [
           "spark-sink"
         ],
       },
+      "cloudcanal",
       {
         title: "UDF",
         directoryPath: "udf/",
diff --git a/docs/.vuepress/sidebar/zh-CN/docs.js b/docs/.vuepress/sidebar/zh-CN/docs.js
index 9373af45a1..2dcd6d8445 100644
--- a/docs/.vuepress/sidebar/zh-CN/docs.js
+++ b/docs/.vuepress/sidebar/zh-CN/docs.js
@@ -248,6 +248,7 @@ module.exports = [
           "spark-sink"
         ],
       },
+      "cloudcanal",
       {
         title: "自定义函数",
         directoryPath: "udf/",
@@ -790,7 +791,7 @@ module.exports = [
               "SHOW-STREAM-LOAD",
               "SHOW-SYNC-JOB",
               "SHOW-TABLE-ID",
-              "SHOW-TABLES",			  
+              "SHOW-TABLES",
               "SHOW-TABLE-STATUS",
               "SHOW-TABLET",
               "SHOW-TRANSACTION",
diff --git a/docs/en/docs/ecosystem/cloudcanal.md b/docs/en/docs/ecosystem/cloudcanal.md
new file mode 100644
index 0000000000..9c587eca45
--- /dev/null
+++ b/docs/en/docs/ecosystem/cloudcanal.md
@@ -0,0 +1,35 @@
+---
+{
+    "title": "CloudCanal Data Import",
+    "language": "zh-CN"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# CloudCanal Data Import
+
+## Introduction
+
+CloudCanal Community Edition is a free data migration and synchronization platform published by [ClouGence Company](https://www.clougence.com) that integrates structure migration, full data migration/check/correction, and incremental real-time synchronization. Product contains complete
+Its productization capabilities help enterprises break data silos, complete data integration and interoperability, and make better use of data.
+![image.png](../../../.vuepress/public/images/cloudcanal/cloudcanal-1.jpg)
+
+> There is no English version of this document, please switch to the Chinese version.
diff --git a/docs/zh-CN/docs/ecosystem/cloudcanal.md b/docs/zh-CN/docs/ecosystem/cloudcanal.md
index da6ecde790..d58e96b740 100644
--- a/docs/zh-CN/docs/ecosystem/cloudcanal.md
+++ b/docs/zh-CN/docs/ecosystem/cloudcanal.md
@@ -1,3 +1,29 @@
+---
+{
+    "title": "CloudCanal 数据导入",
+    "language": "zh-CN"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 # CloudCanal 数据导入
 
 ## 介绍


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org