-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Prerender sponsors for READMEs #619
Comments
I will work on this. This repository will include the logic to generate and update a file with sponsor content. In the other repositories, we will update the update-readme.js file to fetch the content from this centralized file. let me know if my understanding is correct. Also, could you clarify what you mean by "store in a file on the website"? I'm not entirely sure I understand. |
Yes, that's correct. What I mean is, we can build the file so it's accessible via https://eslint.org/sponsors.md. |
Or, I suppose we could also just keep the file in the repository like we do with the data files now. |
Completed via #638 |
What problem do you want to solve?
Right now, we have multiple repos that pull in the raw data JSON files for sponsors and then generate the same HTML to insert into the README. This requires us to duplicate a bunch of logic in every repo where we want sponsors displayed.
What do you think is the correct solution?
Generate the sponsors sections (headings and tables) and store in a file on the website so each repo can just fetch the file and insert it directly into the README.
Participation
Additional comments
Looking for a volunteer for this.
The text was updated successfully, but these errors were encountered: