docs: Add missing uv command for docs generation in contributing guide

This commit is contained in:
Yuan Tang 2025-02-20 23:09:59 -05:00 committed by GitHub
parent 35ae0e16a1
commit 0daadf5f15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,7 +145,7 @@ If you modify or add new API endpoints, update the API documentation accordingly
```bash
$ uv sync --extra dev
$ ./docs/openapi_generator/run_openapi_generator.sh
$ uv run ./docs/openapi_generator/run_openapi_generator.sh
```
The generated API documentation will be available in `docs/_static/`. Make sure to review the changes before committing.