boluor opened a new pull request, #3689: URL: https://github.com/apache/doris-website/pull/3689
## Summary A batch of doc-audit fixes (findings #32-#38) across the open-api (fe-http) and system-tables docs: - **#32** — `system-tables/information_schema/table_privileges.md`: frontmatter `language` was `zh-CN` for an all-English doc → `en`. - **#33** — `open-api/fe-http/statistic-action.md`: untranslated Chinese (frontmatter `description`, `## Description` body, `无` parameter values) → English. - **#34** — `open-api/fe-http/statement-execution-action.md`: untranslated Chinese translated; the description referred to a `sql` field but the request body actually uses `stmt` → corrected. - **#35** — same file: the request path `POST /api/query/<ns_name>/<db_name>` has two path params but only `<db_name>` was documented → added a `<ns_name>` entry. - **#36** — `open-api/fe-http/show-meta-info-action.md`: Chinese `无` in the Path parameters section → `None`. - **#37** — `open-api/fe-http/upload-action.md`: the Response JSON example was missing a comma after the `absPath` field (invalid JSON) → comma added. Fixed in both EN and ZH copies since it is a code-syntax error. - **#38** — `system-tables/information_schema/column_statistics.md`: broken anchor `statistics#viewing-statistics` → `#viewing-column-statistics` (only the next/4.x versions, whose target heading was renamed; 2.1/3.x targets still have the old anchor and are left unchanged). The localization fixes (#32-#36) apply only to the English doc tree; the Chinese `i18n/zh-CN` copies are correctly Chinese and left as-is. ## Test plan - [x] Verified each doc body / request spec to confirm the correct values (e.g. `stmt` field name, `with` the `<ns_name>` param) - [x] Verified no Chinese remains in the translated English-tree docs - [x] Verified the `#viewing-column-statistics` anchor exists in the next/4.x target doc, and the old anchor still exists in 2.1/3.x -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
