Pil0tXia commented on code in PR #226: URL: https://github.com/apache/eventmesh-site/pull/226#discussion_r1673321517
########## i18n/zh/docusaurus-plugin-content-docs/current/design-document/03-connect/11-kafka-connector.md: ########## @@ -47,7 +47,7 @@ pubSubConfig: passWord: kafkaPassWord connectorConfig: connectorName: kafkaSource - # kafka连接参数 ↓ + # kafka 连接参数 ↓ bootstrapServers: 127.0.0.1:9092 Review Comment: 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? ########## README.md: ########## @@ -29,6 +29,16 @@ npm run build npm run serve ``` +## Check contents style + +Before you commit your changes, you can check the style of the contents by running the following command: + +```sh +$ yarn autocorrect --lint +``` Review Comment: The eventmesh-site primarily uses npm. Is it necessary to use yarn here? Kindly you can provide a quick user guide link for autocorrect to support contributors who wish to check the format through ways other than the command line. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
