Skip to content

Commit 21148d6

Browse files
morningmanwhutpencil
authored andcommitted
[doc] missing sidebar for cloudcanal (apache#10998)
1 parent a929c87 commit 21148d6

File tree

4 files changed

+64
-1
lines changed

4 files changed

+64
-1
lines changed

docs/.vuepress/sidebar/en/docs.js

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ module.exports = [
248248
"spark-sink"
249249
],
250250
},
251+
"cloudcanal",
251252
{
252253
title: "UDF",
253254
directoryPath: "udf/",

docs/.vuepress/sidebar/zh-CN/docs.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ module.exports = [
248248
"spark-sink"
249249
],
250250
},
251+
"cloudcanal",
251252
{
252253
title: "自定义函数",
253254
directoryPath: "udf/",
@@ -790,7 +791,7 @@ module.exports = [
790791
"SHOW-STREAM-LOAD",
791792
"SHOW-SYNC-JOB",
792793
"SHOW-TABLE-ID",
793-
"SHOW-TABLES",
794+
"SHOW-TABLES",
794795
"SHOW-TABLE-STATUS",
795796
"SHOW-TABLET",
796797
"SHOW-TRANSACTION",

docs/en/docs/ecosystem/cloudcanal.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
{
3+
"title": "CloudCanal Data Import",
4+
"language": "zh-CN"
5+
}
6+
---
7+
8+
<!--
9+
Licensed to the Apache Software Foundation (ASF) under one
10+
or more contributor license agreements. See the NOTICE file
11+
distributed with this work for additional information
12+
regarding copyright ownership. The ASF licenses this file
13+
to you under the Apache License, Version 2.0 (the
14+
"License"); you may not use this file except in compliance
15+
with the License. You may obtain a copy of the License at
16+
17+
http://www.apache.org/licenses/LICENSE-2.0
18+
19+
Unless required by applicable law or agreed to in writing,
20+
software distributed under the License is distributed on an
21+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22+
KIND, either express or implied. See the License for the
23+
specific language governing permissions and limitations
24+
under the License.
25+
-->
26+
27+
# CloudCanal Data Import
28+
29+
## Introduction
30+
31+
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
32+
Its productization capabilities help enterprises break data silos, complete data integration and interoperability, and make better use of data.
33+
![image.png](../../../.vuepress/public/images/cloudcanal/cloudcanal-1.jpg)
34+
35+
> There is no English version of this document, please switch to the Chinese version.

docs/zh-CN/docs/ecosystem/cloudcanal.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
---
2+
{
3+
"title": "CloudCanal 数据导入",
4+
"language": "zh-CN"
5+
}
6+
---
7+
8+
<!--
9+
Licensed to the Apache Software Foundation (ASF) under one
10+
or more contributor license agreements. See the NOTICE file
11+
distributed with this work for additional information
12+
regarding copyright ownership. The ASF licenses this file
13+
to you under the Apache License, Version 2.0 (the
14+
"License"); you may not use this file except in compliance
15+
with the License. You may obtain a copy of the License at
16+
17+
http://www.apache.org/licenses/LICENSE-2.0
18+
19+
Unless required by applicable law or agreed to in writing,
20+
software distributed under the License is distributed on an
21+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22+
KIND, either express or implied. See the License for the
23+
specific language governing permissions and limitations
24+
under the License.
25+
-->
26+
127
# CloudCanal 数据导入
228

329
## 介绍

0 commit comments

Comments
 (0)