From 185d958cca26601ea82961f7afd9405e954877b7 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 11 Mar 2025 11:18:06 -0400 Subject: [PATCH] docs: add support page (#6962) * init-with-script * parse-uv.lock-not-toml-and-extract-version * sidebars-and-site * dont-need-sanitize-function * [autofix.ci] apply automated fixes * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * update-for-product-page * update-script-and-url * [autofix.ci] apply automated fixes * remove-script-and-only-provide-core-information --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> --- docs/docs/Support/luna-for-langflow.md | 24 ++++++++++++++++++++++++ docs/sidebars.js | 11 +++++++++++ 2 files changed, 35 insertions(+) create mode 100644 docs/docs/Support/luna-for-langflow.md diff --git a/docs/docs/Support/luna-for-langflow.md b/docs/docs/Support/luna-for-langflow.md new file mode 100644 index 000000000..94be3726f --- /dev/null +++ b/docs/docs/Support/luna-for-langflow.md @@ -0,0 +1,24 @@ +--- +title: Luna for Langflow +slug: /luna-for-langflow +--- + +With [Luna for Langflow](https://www.datastax.com/products/luna-langflow) support, you can develop and deploy Langflow applications with confidence. + +**Luna** is a subscription to the Langflow expertise at DataStax. It's meant for users of Langflow who want all the benefits of running their own open-source deployments, but with the peace of mind that comes with having direct access to the team that has authored the majority of the Langflow code. + +**Luna** subscribers can get help with general-purpose and technical questions for their open-source Langflow deployments, and if an issue is encountered, DataStax is there to help. + +Ready to subscribe? + +Visit the [Luna for Langflow](https://www.datastax.com/products/luna-langflow) product page to get started. + +## Supported software + +Luna for Langflow support covers only the following software versions for Langflow. + +Last updated: 2025-03-11 + +## Core information +- **Langflow Version**: `1.2.0` +- **Python Version Required**: `>=3.10, <3.14` \ No newline at end of file diff --git a/docs/sidebars.js b/docs/sidebars.js index 1bab0442f..889473b20 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -196,5 +196,16 @@ module.exports = { }, ], }, + { + type: "category", + label: "Support", + items: [ + { + type: "doc", + id: "Support/luna-for-langflow", + label: "Luna for Langflow", + }, + ], + }, ], };