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
hatch -e docs shell
mkdocs new .
hatch run build
hatch run serve