mrwilson / adr-viewer

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

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

Closed mrwilson closed 8 months ago

mrwilson commented 8 months 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