This repository contains a small MkDocs site for the Data Science Unit using the Material theme.
mkdocs.yml: site configurationcontent/: markdown source files
This project is configured so that MkDocs reads from content/ and writes the generated site into docs/.
GitHub Pages is deployed by the workflow in .github/workflows/pages.yml.
Install the dependencies and build the site:
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install .
mkdocs build --strictcontent/index.mdcontent/whatwedo.mdcontent/principles.mdcontent/showroom.mdcontent/contact.md