-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add support page #6962
base: main
Are you sure you want to change the base?
docs: add support page #6962
Conversation
slug: /support-supported-software | ||
--- | ||
|
||
Support covers only the following software versions for Langflow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Support covers" is vague. I think we need to specify that the Luna for Langflow support service provides support for the listed versions. It would also be helpful to link to the page that you will add on docs.datastax.com or to the Luna for Langflow page on datastax.com so that people who don't know about the Luna service and get details.
Co-authored-by: KimberlyFields <[email protected]>
…i/langflow into docs-add-support-page
Add supported software page that is generated from
uv.lock
withlatest
version.docs/docs/Support/supported-software.md
: The generated page.docs/sidebars.js
: Added a new "Supported software" category to the sidebar.scripts/get_package_versions.py
: Added a new script to extract package versions from theuv.lock
file, categorize them, and generate asupported-software.md
file in thedocs/docs/Support
directory.