docs: Restructure navigation, refactor all component documentation, among many other things (#9115)
* reorg pt 1 * nav reorg pt 2 * update sidebar ad * resolve comments and combine app pages * playground and voice mode rewrite * fix link * add separate bundle pages * add new pages to sidebar * working on bundles * moving content to new bundle pages * move some sidebar items * fix build * nav labels * small edits * Working on helpers * core components work * wrapping up some more agent duplication * aligning file management * webhooks and file management * data components * address vector store and some legacy components * finish logic params * some work on processors * remove unneeded pages and tidy some llm info * progress on bundles pt 1 * bundles pt 2 * bundles pt 3 * finish looking at integrations * it is done * fix errors * coderabbit and typos * coderabbit pt 2 * resolving mcs pt 1 * separate agents and mcp * still working on some memory stuff * finish message history alignment * incorporate PR 9138 * missed a link * file management ui * align w ui pr * Apply suggestions from code review * memory edits after discussion
This commit is contained in:
parent
31d37dff75
commit
f8d8ff4599
73 changed files with 5124 additions and 5160 deletions
|
|
@ -319,9 +319,17 @@ const config = {
|
|||
from: "/embedded-chat-widget",
|
||||
},
|
||||
{
|
||||
to: "/components-data",
|
||||
to: "/bundles-google",
|
||||
from: "/integrations-setup-google-oauth-langflow",
|
||||
},
|
||||
{
|
||||
to: "/bundles-vertexai",
|
||||
from: "/integrations-setup-google-cloud-vertex-ai-langflow",
|
||||
},
|
||||
{
|
||||
to: "/develop-application",
|
||||
from: "/develop-overview",
|
||||
},
|
||||
{
|
||||
to: "/data-types",
|
||||
from: "/concepts-objects",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue