forked from phoenix-oss/llama-stack-mirror
docs: improve API contribution guidelines (#1137)
# What does this PR do? Clarify when to update documentation, explain `uv sync --extra dev` and OpenAPI generation, and specify where generated docs are stored. Signed-off-by: Sébastien Han <seb@redhat.com> Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
25cdab5b28
commit
7504cb16c6
3 changed files with 69 additions and 0 deletions
|
@ -49,6 +49,7 @@ dev = [
|
|||
"pre-commit",
|
||||
"uvicorn",
|
||||
"fastapi",
|
||||
"ruamel.yaml", # needed for openai generator
|
||||
]
|
||||
docs = [
|
||||
"sphinx-autobuild",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue