automatically create HTML version
I think a human readable version of DrugMechDB could help new users. For example, consider the repo for biolink-model. Somehow this YAML file gets automagically converted to this documentation page. Presumably uses Github Actions or another continuous integration tool?
This google slides page contains a mock-up of the format for the HTML versions of the database records.
Just a quick note that https://github.com/biolink/biolink-model/blob/master/.github/workflows/deploy-documentation.yml provides a template on how to commit documentation to a specific branch using Github Actions...
Website moved to gh-pages in 4dc52fd and automatic updates to website on new submissions added with d787040