docs: fix broken star history chart - #491
Open
FaintFlower wants to merge 1 commit into
Open
Conversation
The star history chart in the README was broken due to the GitHub stargazer API rate limits, which prevented the chart from loading for both dark and light themes. This change points the chart to a working hosting of the star history widget so the chart renders again. The current chart is broken, which is a regression that this fix addresses.
Collaborator
|
@FaintFlower Thanks for the fix! The Star History chart is accessible again, but the rendering in the README still seems a bit off on our side. The image currently includes a large “GitHub restricted access to star data” notice above the actual chart, which makes the whole section much taller and pushes the chart down. Could you please take another look and see if we can keep only the chart, or use a more compact fallback, while preserving the light/dark theme support? Thanks again for helping with this!
|
Author
|
I don't understand what's happening on your side, did you try by checkout out the readme of my fork here? https://github.com/FaintFlower/UltraRAG/tree/fix/star-history-chart#-support-us |
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.

The star history chart shown in the README is currently broken because the underlying service stopped working due to the GitHub stargazer API rate limits, so visitors no longer see the chart at all.
This change updates the chart links and images to a working hosting of the star history widget, so the chart renders correctly again in both light and dark themes.