higress-group/higress

Create a github action to sync English documentation

Open

#2,293 opened on May 21, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (1,144 forks)github user discovery
area/aihelp wanted

Repository metrics

Stars
 (8,582 stars)
PR merge metrics
 (PR metrics pending)

Description

Some of the English documentation is outdated. We should update it by translating the latest Chinese documentation into English. For example:

Website repo: https://github.com/higress-group/higress-group.github.io

This time, we can fully synchronize all the documentation. After that, we can set up a GitHub Action to automatically create a PR to update the corresponding English documentation whenever the Chinese version is updated—and vice versa. For incremental documentation updates, we need to ensure that only the corresponding content is updated, rather than the entire document. We could consider leveraging an LLM to determine how the newly added content should be translated and where they should be inserted into the English documentation.

Contributor guide