Skip to content

Conversation

@ChenMiaoi
Copy link
Contributor

Versions

  • dev
  • 3.0
  • 2.1
  • 2.0

Languages

  • Chinese
  • English

Docs Checklist

  • Checked by AI
  • Test Cases Built

Contents involved:

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:

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)

Copy link
Contributor

@HappenLee HappenLee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@KassieZ KassieZ merged commit fe5fd65 into apache:master Apr 27, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants