chore: Redirect Langflow docs index page (#9802)

* set about to index

* Apply suggestions from code review

* Update docs/docs/Get-Started/about-langflow.mdx
This commit is contained in:
April I. Murphy
2025-09-10 12:33:06 -07:00
committed by GitHub
parent 46e58c99e3
commit 38ff4e801f
4 changed files with 3 additions and 24 deletions

View File

@ -1,6 +1,6 @@
---
title: What is Langflow?
slug: /about-langflow
slug: /
---
Langflow is an open-source, Python-based, customizable framework for building AI applications.
@ -75,6 +75,7 @@ For more information, see the following:
* [Contribute to Langflow](/contributing-how-to-contribute)
* [Create custom Python components](/components-custom-components)
* [Get help and request enhancements](/contributing-github-issues)
## Next steps

View File

@ -1,22 +0,0 @@
---
title: Welcome to Langflow
slug: /
hide_table_of_contents: true
---
Langflow empowers developers to rapidly prototype and build AI applications with a user-friendly visual interface and support for important AI functionality like agents and the MCP.
Whether you're a seasoned AI developer or just starting out, Langflow provides the tools you need to bring your AI ideas to life.
![Langflow in action](/img/playground-response.png)
## Get started with Langflow
* [About Langflow](/about-langflow)
* [Install Langflow](/get-started-installation)
* [Quickstart](/get-started-quickstart)
## Community and support
* [Contribute to Langflow](/contributing-how-to-contribute)
* [Get help and request enhancements](/contributing-github-issues)

View File

@ -163,6 +163,7 @@ const config = {
"/👋 Welcome-to-Langflow",
"/getting-started-welcome-to-langflow",
"/guides-new-to-llms",
"/about-langflow",
],
},
{

View File

@ -1,6 +1,5 @@
module.exports = {
docs: [
"Get-Started/welcome-to-langflow",
{
type: "category",
label: "Get started",