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 0bb845f2a0 [Doc-18634][Doc] Add missing Aliyun Serverless Spark, Azure
DataFactory, and gRPC to task navigation sidebar (#18635)
0bb845f2a0 is described below
commit 0bb845f2a05fc899c66454faba84ca79712ef9cb
Author: Satyam Pandey <[email protected]>
AuthorDate: Sat Sep 12 11:14:08 2026 +0530
[Doc-18634][Doc] Add missing Aliyun Serverless Spark, Azure DataFactory,
and gRPC to task navigation sidebar (#18635)
---
docs/configs/docsdev.js | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index 1103fe1108..76ec152410 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -221,6 +221,18 @@ export default {
title: 'Remote Shell',
link:
'/en-us/docs/dev/user_doc/guide/task/remoteshell.html',
},
+ {
+ title: 'Aliyun Serverless Spark',
+ link:
'/en-us/docs/dev/user_doc/guide/task/aliyun-serverless-spark.html',
+ },
+ {
+ title: 'Azure DataFactory',
+ link:
'/en-us/docs/dev/user_doc/guide/task/datafactory.html',
+ },
+ {
+ title: 'gRPC',
+ link:
'/en-us/docs/dev/user_doc/guide/task/grpc.html',
+ },
],
},
{
@@ -949,6 +961,18 @@ export default {
title: 'Remote Shell',
link:
'/zh-cn/docs/dev/user_doc/guide/task/remoteshell.html',
},
+ {
+ title: 'Aliyun Serverless Spark',
+ link:
'/zh-cn/docs/dev/user_doc/guide/task/aliyun-serverless-spark.html',
+ },
+ {
+ title: 'Azure DataFactory',
+ link:
'/zh-cn/docs/dev/user_doc/guide/task/datafactory.html',
+ },
+ {
+ title: 'gRPC',
+ link:
'/zh-cn/docs/dev/user_doc/guide/task/grpc.html',
+ },
],
},
{