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:
Mendon Kissling
2026-03-18 16:08:44 -04:00
committed by GitHub
parent b36444f5d9
commit e8bbae8eeb
10 changed files with 7272 additions and 8618 deletions

View File

@ -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