From 38ff4e801fdc6c04e095a3c0bd9f3eca1dba7f2b Mon Sep 17 00:00:00 2001 From: "April I. Murphy" <36110273+aimurphy@users.noreply.github.com> Date: Wed, 10 Sep 2025 12:33:06 -0700 Subject: [PATCH] chore: Redirect Langflow docs index page (#9802) * set about to index * Apply suggestions from code review * Update docs/docs/Get-Started/about-langflow.mdx --- docs/docs/Get-Started/about-langflow.mdx | 3 ++- docs/docs/Get-Started/welcome-to-langflow.mdx | 22 ------------------- docs/docusaurus.config.js | 1 + docs/sidebars.js | 1 - 4 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 docs/docs/Get-Started/welcome-to-langflow.mdx diff --git a/docs/docs/Get-Started/about-langflow.mdx b/docs/docs/Get-Started/about-langflow.mdx index cf7937117c..281475fc06 100644 --- a/docs/docs/Get-Started/about-langflow.mdx +++ b/docs/docs/Get-Started/about-langflow.mdx @@ -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 diff --git a/docs/docs/Get-Started/welcome-to-langflow.mdx b/docs/docs/Get-Started/welcome-to-langflow.mdx deleted file mode 100644 index 33a94cd232..0000000000 --- a/docs/docs/Get-Started/welcome-to-langflow.mdx +++ /dev/null @@ -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) \ No newline at end of file diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index fc19cf33fa..b0d79211dc 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -163,6 +163,7 @@ const config = { "/👋 Welcome-to-Langflow", "/getting-started-welcome-to-langflow", "/guides-new-to-llms", + "/about-langflow", ], }, { diff --git a/docs/sidebars.js b/docs/sidebars.js index 1b9ffa880f..d99a2cf454 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -1,6 +1,5 @@ module.exports = { docs: [ - "Get-Started/welcome-to-langflow", { type: "category", label: "Get started",