Currently the documents of connector are maintained in starrocks/docs and docs.zh-cn for english and chinese version respectively. The problem is that we need to submit a PR to each project (total 3 PRs) if there is a change, such as adding a configuration: the code pr for the connector, the two PRs for english and chinese documents, which's cumbersome.
One way to improve the process is integrating the english documents to the connector project, updating the documents when developing the code in one PR, and synchronizing the changes to starrocks official documents in batch when releasing a new version of connector. Keep the chinese document as it is.
Checklist:
[ ] I have added test cases for my bug fix or my new feature
[ ] This pr will affect users' behaviors
[ ] This pr needs user documentation (for new or modified features or behaviors)
[ ] I have added documentation for my new feature or new function
What type of PR is this:
Which issues of this PR fixes :
Fixes #
Problem Summary(Required) :
Currently the documents of connector are maintained in starrocks/docs and docs.zh-cn for english and chinese version respectively. The problem is that we need to submit a PR to each project (total 3 PRs) if there is a change, such as adding a configuration: the code pr for the connector, the two PRs for english and chinese documents, which's cumbersome.
One way to improve the process is integrating the english documents to the connector project, updating the documents when developing the code in one PR, and synchronizing the changes to starrocks official documents in batch when releasing a new version of connector. Keep the chinese document as it is.
Checklist: