mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 02:47:59 +08:00
docs: replace api build automation (#12214)
* remove-workflows-file-and-script * tag-hidden-endpoints * update-scripts-and-specs * fix: nightly now properly gets 1.9.0 branch (#12215) before it was attempting to pull release-notes as letters are alphanumerically after numbers when we sort -V then grab tail now we only look at branch names that follow the pattern '^release-[0-9]+\.[0-9]+\.[0-9]+$' * docs: add search icon (#12216) add-back-svg --------- Co-authored-by: Adam-Aghili <149833988+Adam-Aghili@users.noreply.github.com> Co-authored-by: Debojit Kaushik <Kaushik.debojit@gmail.com>
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Pull OpenAPI spec files from the langflow-ai/sdk repository.
|
||||
|
||||
This script is only for syncing external SDK specs when needed.
|
||||
It is not used by the main Langflow OpenAPI generation workflow,
|
||||
which now relies on `docs/openapi/generate_openapi.py`.
|
||||
|
||||
Usage:
|
||||
python3 fetch_openapi_spec.py # Download all files
|
||||
python3 fetch_openapi_spec.py --file <filename> # Download specific file
|
||||
|
||||
Reference in New Issue
Block a user