mkdocs¶
The mkdocs helper commands are an optional and can be installed by:
-
devtoolsrepo:uv sync --extra docs -
consumer repos:
uv add --dev "devtools[docs] @ git+https://github.com/Dakata99/devtools.git"
Then the following commands will be available to run:
docs-sync- for copying the base YAML file,docs-build- for building the documentation,docs-serve- for building and hosting the documentation.