mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
chore: update generator script location
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
20615eca25
commit
8e1f89b32e
2 changed files with 2 additions and 2 deletions
|
|
@ -231,7 +231,7 @@ npm run serve
|
||||||
If you modify or add new API endpoints, update the API documentation accordingly. You can do this by running the following command:
|
If you modify or add new API endpoints, update the API documentation accordingly. You can do this by running the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
uv run ./docs/openapi_generator/run_openapi_generator.sh
|
uv run ./scripts/run_openapi_generator.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
The generated API schema will be available in `docs/static/`. Make sure to review the changes before committing.
|
The generated API schema will be available in `docs/static/`. Make sure to review the changes before committing.
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ These are the source-of-truth configuration files used to generate the Stainless
|
||||||
|
|
||||||
A small side note: notice the `.yml` suffixes since Stainless uses that suffix typically for its configuration files.
|
A small side note: notice the `.yml` suffixes since Stainless uses that suffix typically for its configuration files.
|
||||||
|
|
||||||
These files go hand-in-hand. As of now, only the `openapi.yml` file is automatically generated using the `run_openapi_generator.sh` script.
|
These files go hand-in-hand. As of now, only the `openapi.yml` file is automatically generated using the `scripts/run_openapi_generator.sh` script.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue