eslint / archive-website

The ESLint website
https://eslint.org
MIT License
95 stars 244 forks source link

chore: Update fetch team script to include blog authors #900

Closed nzakas closed 2 years ago

nzakas commented 2 years ago

For the new website, we need a way to automatically fetch blog authors, so I updated the team fetch script to also generate an all_authors.json file. There is duplicated information between team.json and all_authors.json because we access that info in different ways in the new site.

The contributors.json file is now replaced with all_authors.json and will be autogenerated periodically through Jenkins.

Note: Once this is merged, we also need to update the Jenkins job that fetches team data to ensure that all_authors.json is committed when there are changes.

netlify[bot] commented 2 years ago

✔️ Deploy Preview for eslint ready!

🔨 Explore the source changes: f9832b93ab4ee809136503a7c74c100db02ef836

🔍 Inspect the deploy log: https://app.netlify.com/sites/eslint/deploys/61fab4f5385abd00084bb746

😎 Browse the preview: https://deploy-preview-900--eslint.netlify.app/blog/2017/04/eslint-v4.0.0-alpha.1-released

nzakas commented 2 years ago

@eslint/eslint-tsc looks like we lost track of this. Can someone take a look?