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",