Materials and documentation for the Data Deep Dive series hosted by the OCDO.
This site is built with MkDocs using the Material theme.
- Python 3.9+
- pip
Install the required dependencies:
pip install mkdocs-materialStart a local dev server that auto-reloads on file changes:
mkdocs serveThen open http://127.0.0.1:8000/ in your browser.
The site is automatically built and deployed via a GitHub Action whenever changes are merged to main. No manual build step is needed.