-
Notifications
You must be signed in to change notification settings - Fork 8.2k
docs: fix table style in sentinel-parameter-flow-control README #3583
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
docs: fix table style in sentinel-parameter-flow-control README #3583
Conversation
…luster modules Signed-off-by: 赖尧 <[email protected]>
|
看起来还有一些markdownlint MD060以及MD009问题,方便的话帮忙一起在这个PR修复下 |
|
好的,我会继续尝试修复 |
32e0a3f to
4412b35
Compare
|
@LearningGp 你好! 我已经修复了你提到的 markdownlint MD060 和 MD009 问题。具体修复内容:
我在本地验证了一下,没有什么问题,希望可以重新review,如果还有问题我会继续做出修改。 |
|
看起来其他的都没问题了,还有两个文件存在 MD034/MD060的问题 |
|
好的,那我再改一下这两个文件 |
4137f0f to
8c232bb
Compare
- Restore correct UTF-8 encoding for all Chinese text - Fix garbled Chinese in company logos (拼多多, 爱奇艺, 二维火, etc.) - Fix table column style (MD060) - remove spaces around pipes - Fix bare URLs (MD034) - wrap URLs with angle brackets - Remove BOM markers from documentation files Fixes encoding issues from commit 7b9f7c7 Disabled core.autocrlf to prevent encoding corruption
8c232bb to
465f6dc
Compare
- Fix bare URL in Sentinel_Dashboard_Feature.md (控制台 Wiki link) - Fix bare URLs in sentinel-demo-dubbo README (流量控制, 控制台文档) All markdownlint MD034 errors now resolved
|
@LearningGp 你好! MD034/MD060的问题已经修复了 |
- Fix trailing spaces in sentinel-adapter/sentinel-spring-webmvc-adapter/README.md - Fix trailing spaces in sentinel-cluster/sentinel-cluster-server-envoy-rls/README.md - Fix trailing spaces in sentinel-dashboard/README.md All MD009 errors now resolved
|
这次是MD009的问题,我已经修复了,可以再次review! |
|
好像超时了 |
LearningGp
left a comment
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.
LGTM
修复 README 表格的 markdownlint 问题(MD060/MD009),将表格改为仓库要求的 compact 风格并删除行尾多余空格,使 document-lint CI 通过。