This is an automated email from the ASF dual-hosted git repository.
SbloodyS pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new d8e2663975 [Doc-18620] Add missing ClickHouse, DB2, Presto, and SQL
Server to Chinese docs sidebar (#18621)
d8e2663975 is described below
commit d8e266397562baa7397aaa669a88824ca7190294
Author: Satyam Pandey <[email protected]>
AuthorDate: Tue Sep 8 11:36:54 2026 +0530
[Doc-18620] Add missing ClickHouse, DB2, Presto, and SQL Server to Chinese
docs sidebar (#18621)
---
docs/configs/docsdev.js | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index 834e1e87ba..1103fe1108 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -1015,6 +1015,14 @@ export default {
title: 'Spark',
link:
'/zh-cn/docs/dev/user_doc/guide/datasource/spark.html',
},
+ {
+ title: 'Presto',
+ link:
'/zh-cn/docs/dev/user_doc/guide/datasource/presto.html',
+ },
+ {
+ title: 'SQL SERVER',
+ link:
'/zh-cn/docs/dev/user_doc/guide/datasource/sqlserver.html',
+ },
{
title: 'Amazon Athena',
link:
'/zh-cn/docs/dev/user_doc/guide/datasource/athena.html',
@@ -1027,6 +1035,14 @@ export default {
title: 'Redshift',
link:
'/zh-cn/docs/dev/user_doc/guide/datasource/redshift.html',
},
+ {
+ title: 'ClickHouse',
+ link:
'/zh-cn/docs/dev/user_doc/guide/datasource/clickhouse.html',
+ },
+ {
+ title: 'IBM DB2',
+ link:
'/zh-cn/docs/dev/user_doc/guide/datasource/db2.html',
+ },
{
title: 'Oracle',
link:
'/zh-cn/docs/dev/user_doc/guide/datasource/oracle.html',