First install mise, it installs
your developer tools like uv which is used for creating a Python virtual
environment.
mise trust
mise install
uv run mkdocs serveChange any .md file inside docs to contribute, your local changes can be
previewed at localhost:8000. Images are stored inside docs/assets/images/.
After finishing your changes please create a PR.