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:
parent
6fd461cd97
commit
27f5416ec0
47 changed files with 1414 additions and 1017 deletions
|
|
@ -186,7 +186,10 @@ const config = {
|
|||
},
|
||||
{
|
||||
to: "/blog-writer",
|
||||
from: ["/starter-projects-blog-writer", "/tutorials-blog-writer"],
|
||||
from: [
|
||||
"/starter-projects-blog-writer",
|
||||
"/tutorials-blog-writer",
|
||||
],
|
||||
},
|
||||
{
|
||||
to: "/memory-chatbot",
|
||||
|
|
@ -197,7 +200,10 @@ const config = {
|
|||
},
|
||||
{
|
||||
to: "/document-qa",
|
||||
from: ["/starter-projects-document-qa", "/tutorials-document-qa"],
|
||||
from: [
|
||||
"/starter-projects-document-qa",
|
||||
"/tutorials-document-qa",
|
||||
],
|
||||
},
|
||||
{
|
||||
to: "/simple-agent",
|
||||
|
|
@ -245,7 +251,10 @@ const config = {
|
|||
},
|
||||
{
|
||||
to: "/concepts-publish",
|
||||
from: ["/concepts-api", "/workspace-api"],
|
||||
from: [
|
||||
"/concepts-api",
|
||||
"/workspace-api",
|
||||
],
|
||||
},
|
||||
{
|
||||
to: "/components-custom-components",
|
||||
|
|
@ -265,9 +274,7 @@ const config = {
|
|||
},
|
||||
{
|
||||
to: "/deployment-kubernetes-dev",
|
||||
from: [
|
||||
"/deployment-kubernetes",
|
||||
],
|
||||
from: "/deployment-kubernetes",
|
||||
},
|
||||
{
|
||||
to: "/basic-prompting",
|
||||
|
|
@ -285,6 +292,10 @@ const config = {
|
|||
to: "/agents",
|
||||
from: "/agents-tool-calling-agent-component",
|
||||
},
|
||||
{
|
||||
to: "/concepts-publish",
|
||||
from: "/embedded-chat-widget",
|
||||
},
|
||||
// add more redirects like this
|
||||
// {
|
||||
// to: '/docs/anotherpage',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue