Proj
Short-term efforts with a certain goal in mind.
A requirement has come in to move away from Microsoft ADO and move to a Git repo supplied by a different vendor.
Documentation System for Software Architecture
There is a preference that all documentation is written in Markdown, as creators of documentation have there own preference in terms of editor. Once the document is checked…
.outer { width: 100%; display: table; } .row { display: table-row } .left{ width: 600px; display: table-cell; background: yellow; } .right{ display…
Documentation System Evaluation for Software Architecture
This POC was all about evaluating different documentation systems for software architecture. The three systems evaluated were Github Pages, Quarto, and Docusaurus. Each…