docs: Repurpose Concepts section to focus on the visual editor and flows (#8845)

* initial alignment with 1.5 pr

* finish 1st rewrite of visual editor overview page

* working on flows and welcome

* more visual editor work

* about langflow

* next steps

* lfoss-1395 more focus on agents mcp

* align with PRs

* working on publish flows page

* finish embedded chat section

* finish publish page

* peer review pt 1

* coderabbit nitpicks

* coderabbit nitpicks pt 2

* some updates

* almost done

* move all upgrade stuff to release notes page.

* fix link

* fix anchors

* fix details

* uncomment

* add import

* hide again
This commit is contained in:
April I. Murphy 2025-07-10 18:15:42 -07:00 committed by GitHub
commit 27f5416ec0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 1414 additions and 1017 deletions

View file

@ -5,8 +5,21 @@ module.exports = {
type: "category",
label: "Get started",
items: [
"Get-Started/get-started-installation",
"Get-Started/get-started-quickstart",
{
type: "doc",
id: "Get-Started/about-langflow",
label: "About Langflow"
},
{
type: "doc",
id: "Get-Started/get-started-installation",
label: "Install Langflow"
},
{
type: "doc",
id: "Get-Started/get-started-quickstart",
label: "Quickstart"
},
{
type: "category",
label: "Tutorials",
@ -34,16 +47,48 @@ module.exports = {
},
{
type: "category",
label: "Concepts",
label: "Flows",
items: [
"Concepts/concepts-overview",
"Concepts/concepts-playground",
"Concepts/concepts-flows",
"Concepts/concepts-objects",
"Concepts/concepts-publish",
"Concepts/embedded-chat-widget",
"Concepts/concepts-file-management",
"Concepts/concepts-voice-mode",
{
type: "doc",
id: "Concepts/concepts-overview",
label: "Use the visual editor"
},
{
type: "doc",
id: "Concepts/concepts-flows",
label: "Build flows"
},
{
type: "doc",
id: "Concepts/concepts-publish",
label: "Share and embed flows"
},
{
type: "doc",
id: "Concepts/concepts-flows-import",
label: "Import and export flows"
},
{
type: "doc",
id: "Concepts/concepts-playground",
label: "Use the Playground"
},
{
type: "doc",
id: "Concepts/concepts-voice-mode",
label: "Use voice mode"
},
{
type: "doc",
id: "Concepts/concepts-objects",
label: "Langflow objects"
},
{
type: "doc",
id: "Concepts/concepts-file-management",
label: "Manage files"
},
],
},
{