Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.