#!/bin/sh -e

set -x # print executed commands to the terminal

uv run mkdocs serve
