Created by: Snawoot
Purpose of proposed changes
Get rid of manual markdown edit for each released driver. This PR introduces utility which regenerates proper markdown pages from JSON datafile with driver versions and URLs.
Since this moment in order to add new driver versions we just need to add new drivers into drivers.json
and run script tools/readme-autogen/readme_autogen.py
. Proper markdown formatting will occur automatically and you can commit new generated README's
Essential steps taken
- Described all released till this moment drivers as JSON data file with required info about each one.
- Implemented Python script which builds
README.md
andwin/README.md
from templates and JSON data.