Website that hosts bitcoin core docs
Hacky website that I built in order to view the docs (not including release info) in a more comfortable and searchable (on all.html) way.
Essentially, it works by triggering a github actions job once a day which
- Pulls the bitcoin repo
- Converts the markdown documents in
/doc
(excluding release notes) into html using pandoc - Publishes the resulting html into Github Pages