Description
I'd like to help improve the detail available on board pages, as well as board searchability. Nothing as crazy as DigiKey ;-) but I suspect some use of data/variables & includes could help, and I'm looking for guidance (new to Jekyll!).
For search, perhaps by using the same mechanism as "features" in downloads.html
/downloads.js
by adding a new data field, e.g. data-mcu
and/or data-components
, and including it in the nice downloads-filter
section?
For includes for common components (including MCUs), board.md
pages could use include tags directly (problematic for people making these pages?) or be conditionally included by the download
layout based on variables (above) in board.md
pages' front matter?
Could/should bootloaders.json
(currently contains 149/234 boards) be generalized to accomplish any of this, rather than storing variables in board.md
pages' front matter?