mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
docs: Add missing uv command for docs generation in contributing guide
This commit is contained in:
parent
35ae0e16a1
commit
0daadf5f15
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue