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
Juan Picado d43894e8f6
feat: rework web header for mobile, add new settings and raw manifest button (#3129)
* feat: rework header, dialogs and new raw mode

* chore: add test for raw button and hide download tarball

* chore: add test hide footer

* chore: add docs to config files

* chore: add changeset

* chore: enable raw by default
2022-04-16 12:26:02 +02:00
..
src feat: rework web header for mobile, add new settings and raw manifest button (#3129) 2022-04-16 12:26:02 +02:00
.babelrc improve website contributors page docusaurus (#2701) 2021-12-01 08:20:39 +01:00
package.json chore: upgrade docusaurus 2.0.0-beta.17 (#3040) 2022-03-05 21:43:58 +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.