mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 21:21:20 +08:00
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:
@ -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
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||

|
||||
|
||||
## 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)
|
||||
@ -163,6 +163,7 @@ const config = {
|
||||
"/👋 Welcome-to-Langflow",
|
||||
"/getting-started-welcome-to-langflow",
|
||||
"/guides-new-to-llms",
|
||||
"/about-langflow",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
module.exports = {
|
||||
docs: [
|
||||
"Get-Started/welcome-to-langflow",
|
||||
{
|
||||
type: "category",
|
||||
label: "Get started",
|
||||
|
||||
Reference in New Issue
Block a user