SatyamPandey-07 opened a new pull request, #18621: URL: https://github.com/apache/dolphinscheduler/pull/18621
<!--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 menu discrepancies were identified and verified by cross-referencing `docs/configs/docsdev.js` with the existing documentation files in `docs/docs/zh/guide/datasource/`. ## Purpose of the pull request The Chinese documentation sidebar (`zh-cn`) in `docs/configs/docsdev.js` under `数据源中心` (Datasource Center) was missing 4 datasources that are present in the English sidebar (`en-us`) and whose Chinese markdown documentation files already exist: - **Presto** (`docs/docs/zh/guide/datasource/presto.md`) - **SQL SERVER** (`docs/docs/zh/guide/datasource/sqlserver.md`) - **ClickHouse** (`docs/docs/zh/guide/datasource/clickhouse.md`) - **IBM DB2** (`docs/docs/zh/guide/datasource/db2.md`) This PR adds these 4 entries to `docs/configs/docsdev.js` under `zh-cn`, ensuring consistent navigation between English and Chinese documentation. Fixes #18620 ## Brief change log - `docs/configs/docsdev.js`: Add `Presto`, `SQL SERVER`, `ClickHouse`, and `IBM DB2` to the `zh-cn` datasource sidebar navigation. ## Verify this pull request This pull request is code cleanup without any test coverage. (Documentation configuration change verified against existing `zh` markdown file paths and syntax-checked with `python 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]
