-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix zh copywriting by use AutoCorrect. #226
Conversation
i18n/zh/docusaurus-plugin-content-docs/current/design-document/03-connect/11-kafka-connector.md
Outdated
Show resolved
Hide resolved
i18n/zh/docusaurus-plugin-content-docs/version-v1.0.0/design-document/01-runtime-protocol.md
Outdated
Show resolved
Hide resolved
e16e07a
to
1284e15
Compare
There is no |
@huacnlee I mean that the changes made in this conversation have been merged in master branch, but haven't been made in this PR. So you can merge master branch into this PR to update. |
Ok, now have pushed. |
@huacnlee Then you can roll back the changes or rerun the formatting to make sure that the historical documents in the versioned_docs directory are not changed. |
I have checked, there is no |
@huacnlee No, there're plenty |
@Pil0tXia Please review again, I have update. |
connectorName: kafkaSource | ||
# kafka连接参数 ↓ | ||
# kafka 连接参数 ↓ | ||
bootstrapServers: 127.0.0.1:9092 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that in https://github.com/apache/eventmesh-site/compare/4432a124c26ed09e036c1ff837744e46d8944def..82acf2ed071c0c098faf9b1feff2613c79e1ba44, the content within the code block has been reformatted again. Why has this occurred?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I am installed wrong version of AutoCorrect, it not have that feature.
Yes, I have reverted all and run autocorrect again. Because it was too long ago, I have forgotten what about for this file. Would you please just to edit PR to change what you want? |
Never mind, those changes are basically minor glitches. |
Ref #225