docs: center README headers and refresh project badges - #129
Merged
Conversation
Center the title, language switcher, badges, and tagline in both READMEs. Add npm version, GitHub release, and stars badges without download counts, and remove the retired Go Report Card badge. Validated with make test, git diff --check, GitHub Markdown rendering, and live badge and relative-link checks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Center the title, language switcher, badges, and tagline in both the English and Chinese README headers, following dsh-mnemon. Add npm version, latest GitHub release, and GitHub stars badges alongside the existing Go, CI, and Apache-2.0 badges. Download counts are intentionally omitted.
Why
The logo was centered while the rest of the header was left aligned. The updated layout keeps both language editions consistent and exposes package and release information. Remove the obsolete Go Report Card badge because the service has been sunset and its badge now reads
retired.Checklist
make test)README.mdanddocs/zh/README.md); content below the header is unchangedgit diff --checkpasses