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>
This commit is contained in:
Mendon Kissling 2025-03-11 11:18:06 -04:00 committed by GitHub
commit 185d958cca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 35 additions and 0 deletions

View file

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

View file

@ -196,5 +196,16 @@ module.exports = {
},
],
},
{
type: "category",
label: "Support",
items: [
{
type: "doc",
id: "Support/luna-for-langflow",
label: "Luna for Langflow",
},
],
},
],
};