0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/tools/docusaurus-plugin-contributors
2024-05-06 00:13:36 +00:00
..
src chore: updated static data 2024-05-06 00:13:36 +00:00
.babelrc improve website contributors page docusaurus (#2701) 2021-12-01 08:20:39 +01:00
CHANGELOG.md feat!: bump to v7 2023-08-21 17:38:13 +02:00
package.json fix(deps): update docusaurus monorepo to v2.4.3 (#4169) 2023-12-02 09:36:25 +01:00
README.md improve website contributors page docusaurus (#2701) 2021-12-01 08:20:39 +01:00
tsconfig.build.json improve website contributors page docusaurus (#2701) 2021-12-01 08:20:39 +01:00
tsconfig.json improve website contributors page docusaurus (#2701) 2021-12-01 08:20:39 +01:00

Contributors Page for Docusaurus Website

https://verdaccio.org/contributors

It generates a dynamic page to render contributors based on a source file contributors.json file.

The source file is generated by a GitHub Action schedumed to fetch all new contributors or new changes in an specific period of time, please don't modify it.

Kudos to @dianmora for building a library to fetch contributors data.