Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 611 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 611 Bytes

Chr.Avro documentation site

This directory contains the source code for https://engineering.chrobinson.com/dotnet-avro/.

Building and running

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

Automated releases

The Docs workflow automatically builds and deploys the site whenever changes are pushed to this directory or the library source directory.