ChenMiaoi opened a new pull request, #2324: URL: https://github.com/apache/doris-website/pull/2324
## Versions - [x] dev - [x] 3.0 - [x] 2.1 - [x] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built --- Contents involved: ``` bash TARGET_DIRS=( "$REPO_ROOT/versioned_docs"/*/sql-manual/sql-functions "$REPO_ROOT/docs/sql-manual/sql-functions" "$REPO_ROOT/i18n/zh-CN/docusaurus-plugin-content-docs"/*/sql-manual/sql-functions ) ``` Material changes: ``` python matches = re.finditer(r'"title":\s*"([^"]*)"', content) def upper_title(match): return f'"title": "{match.group(1).upper()}"' new_content = re.sub(r'"title":\s*"([^"]*)"', upper_title, content) ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org