Skip to content

Docs

Activate the Docs Environment

hatch -e docs shell

Create the MkDocs Project

mkdocs new .

Build the Site

hatch run build

Serve the Site

hatch run serve