docs: seed dynamic star history chart - #381
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 15b8129b30
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,21 @@ | |||
| <svg xmlns="http://www.w3.org/2000/svg" width="900" height="500" viewBox="0 0 900 500" role="img" aria-labelledby="star-history-dark-title star-history-dark-description"> | |||
There was a problem hiding this comment.
Wire the chart into a rendered document
The commit adds this SVG and its companion data/light-theme asset, but a repo-wide reference search finds none of them in README.md, the translated READMEs, or any other tracked document, workflow, or script. Consequently the chart is unreachable to readers and the advertised star-history experience is never rendered; add the intended embedding/consumer as part of this change.
Useful? React with 👍 / 👎.
Summary
Why
Issue
Scope
Out of scope
Testing
Ran
...Result
CI status
Manual verification
Evidence
N/A (docs-only)Contributor statement
CONTRIBUTING.md.Risk
Rollback