Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 236 Bytes

File metadata and controls

17 lines (16 loc) · 236 Bytes

Usage notes

Important

This needs to be moved inside the doc

local docs development:

uv run mkdocs serve

new version creation:

uv build
uv release

publish docs to github pages:

uv run mkdocs gh-deploy