Skip to content

mkdocs

The mkdocs helper commands are an optional and can be installed by:

  • devtools repo:

    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.