mrwilson / adr-viewer

Generate easy-to-read web pages for your Architecture Decision Records
MIT License
160 stars 27 forks source link

refactor: Add typing to (and smarten up) render logic #58

Closed mrwilson closed 1 year ago

mrwilson commented 1 year ago

This PR adds some typing to the content rendering logic, and pulls almost everything out of __init__.py apart from main().

Implementation of #52 can start now