SatyamPandey-07 opened a new pull request, #18635:
URL: https://github.com/apache/dolphinscheduler/pull/18635
<!--Thanks very much for contributing to Apache DolphinScheduler, we are
happy that you want to help us improve DolphinScheduler! -->
## Was this PR generated or assisted by AI?
No. The missing sidebar entries were identified by cross-referencing
`docs/configs/docsdev.js` with the task plugins in
`dolphinscheduler-task-plugin` and the existing documentation files under
`docs/docs/en/guide/task/` and `docs/docs/zh/guide/task/`.
## Purpose of the pull request
In `docs/configs/docsdev.js`, both the English (`en-us`) and Chinese
(`zh-cn`) navigation sidebars under `Task` / `任务类型` were missing 3 task types
whose documentation files already exist:
- **Aliyun Serverless Spark**
(`docs/docs/{en,zh}/guide/task/aliyun-serverless-spark.md`)
- **Azure DataFactory** (`docs/docs/{en,zh}/guide/task/datafactory.md`)
- **gRPC** (`docs/docs/{en,zh}/guide/task/grpc.md`)
This PR adds these 3 entries to `docs/configs/docsdev.js` under both `en-us`
and `zh-cn`, ensuring all available task guides are discoverable from the
sidebar navigation.
Fixes #18634
## Brief change log
- `docs/configs/docsdev.js`: Add `Aliyun Serverless Spark`, `Azure
DataFactory`, and `gRPC` to both `en-us` and `zh-cn` task sidebar navigation.
## Verify this pull request
This pull request is code cleanup without any test coverage.
(Documentation configuration change verified against existing markdown file
paths and syntax-checked with `python docs/img_utils.py -v dev-syntax`.)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]