This directory contains the source code for https://engineering.chrobinson.com/dotnet-avro/.
The site is generated by MkDocs. To develop the site, you’ll need Python 3.11 or better installed.
To run the site locally:
# install dependencies:
pip install mkdocs mkdocs-material
# start the dev server:
mkdocs serve
The Docs workflow automatically builds and deploys the site whenever changes are pushed to this directory or the library source directory.