boluor opened a new pull request, #3686: URL: https://github.com/apache/doris-website/pull/3686
## Summary Two errors in the FE `meta-info-action` API doc (`admin-manual/open-api/fe-http/meta-info-action.md`): - **#29** — the Schema Info example URL had a stray extra `?`: `.../tbl1/schema?with_mv?=1` → `.../tbl1/schema?with_mv=1` (the query parameter is `with_mv`, per the doc's own parameter section). - **#30** — the H1 heading read `# Meta Action`, but this doc is "Meta Info Action" (per its frontmatter `title` and body intro). `# Meta Action` belongs to the separate `meta-action.md`, which documents a different API set. Corrected the H1 to `# Meta Info Action`. Scope: the `?` fix applies to all 12 EN+ZH versions. The H1 fix applies to the versions whose H1 was still wrong — all 6 EN versions and ZH 1.2; the other ZH versions (next/2.1/3.x/4.x) already had the correct heading, and ZH 2.0 has no H1. ## Test plan - [x] Verified the query parameter name `with_mv` in the doc's parameter section - [x] Confirmed `meta-action.md` is a separate doc with its own distinct API set -- 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]
