Skip to content

Commit ae271c3

Browse files
author
Cary Huang
committed
updates
1 parent b490581 commit ae271c3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

mkdocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ plugins:
7777
Start/Stop a Connector: Iniciar/Detener un conector
7878
Object Mapping Workflow: Flujo de trabajo de mapeo de objetos
7979
MySQL CDC to PostgreSQL: CDC de MySQL a PostgreSQL
80+
SQL Server CDC to PostgreSQL: CDC de SQL Server a PostgreSQL
81+
Oracle CDC to PostgreSQL: CDC de Oracle a PostgreSQL
8082
- locale: zh
8183
name: 中文
8284
site_name: SynchDB 文档
@@ -113,6 +115,8 @@ plugins:
113115
Start/Stop a Connector: 启动/停止连接器
114116
Object Mapping Workflow: 对象映射工作流程
115117
MySQL CDC to PostgreSQL: MySQL CDC 到 PostgreSQL
118+
SQL Server CDC to PostgreSQL: SQL Server CDC 到 PostgreSQL
119+
Oracle CDC to PostgreSQL: Oracle CDC 到 PostgreSQL
116120
- mike:
117121
version_selector: true
118122
css_dir: css
@@ -146,8 +150,8 @@ nav:
146150
- JVM Memory Usage: monitoring/jvm_mem.md
147151
- Tutorial:
148152
- MySQL CDC to PostgreSQL: tutorial/mysql_cdc_to_postgresql.md
149-
# - SQL Server CDC to PostgreSQL: tutorial/sqlserver_cdc_to_postgresql.md
150-
# - Oracle CDC to PostgreSQL: tutorial/oracle_cdc_to_postgresql.md
153+
- SQL Server CDC to PostgreSQL: tutorial/sqlserver_cdc_to_postgresql.md
154+
- Oracle CDC to PostgreSQL: tutorial/oracle_cdc_to_postgresql.md
151155
- Selective Table Replication: tutorial/selective_table_sync.md
152156
# - Data Transformation: tutorial/data_transformation.md
153157
# - Table Snapshot and Re-snapshot: tutorial/table_snapshot_resnapshot.md

0 commit comments

Comments
 (0)