docs(readme): link categories and group the project list by category - #11
Merged
Merged
Conversation
The category bar now links to a section per category, and the full list is grouped under those sections with each project's one-line summary and its fixed-commit source link, still ordered by stars within a category. Generated by scripts/sync-readmes.mjs for all three languages. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Why
The category bar was plain text, and "All 147 projects" was one flat list of names and star counts. A reader could not jump to a category or see what a project does without opening it.
What changed
data/projects.json, localized) and the fixed-commit source link. Entries are ordered by stars within a category.scripts/sync-readmes.mjs, so a future catalogue change only needsnode scripts/sync-readmes.mjs.Nothing in
data/projects.jsonchanged. The featured gallery is unchanged.Test plan
node --test scripts/validate.test.mjs(4/4)🤖 Generated with Claude Code