devdocs
devdocs copied to clipboard
[chore] Autogenerate the list of Dev docs contributors
What do we need to do?
While reviewing https://github.com/moodle/devdocs/pull/87, Andrew raised this idea:
- We can auto-generate the user doc contributions using the Wikimedia API (https://docs.moodle.org/dev/Special:ApiSandbox#action=query&format=json&list=allusers&continue=-%7C%7C&aulimit=max&auwitheditsonly=1)
- We can also easily generate the list of Dev docs contributors with:
git shortlog -sn
Splitting the user component of this into #113 because they're quite different (Wikimedia vs. git log)