docs: update mkdocs serve command to include optional address and livereload

This commit is contained in:
zurdi 2025-02-24 09:33:05 +00:00
parent 1f73ee4355
commit df3d00b397
No known key found for this signature in database
GPG Key ID: 767CE8BBDA9F73A9

View File

@ -35,7 +35,7 @@ uv sync --all-extras --dev
Finally run the following command to serve the documentation from a local server:
```sh
uv run mkdocs serve
uv run mkdocs serve [-a ip:port] --livereload
```
## Contributing