langflow/docs/sidebars.js
Mendon Kissling ea6bbc7666
docs: 1.5 release (#8387)
* publish-pane

* export-flow

* update-publish-page-for-input-schema

* input-schema

* mcp-one-click-install

* release-notes

* models-components-page

* components-updates

* url-example

* embedding-model-example

* models

* release-notes

* data-components-new-intro

* docs: update data components section for clarity and detail

* move-batch-run

* add-sql-component-example

* type-convert

* anchor

* type-convert-and-web-search-example

* fix-broken-links

* overview-and-screenshots

* playground-componente-and-overview

* import-and-export-flows

* fix-build-error

* move-em-and-em-bundled-components

* links-to-embeddings

* smart-filter

* python-repl

* processing-done

* screenshot-for-python-interpreter

* message-history-component

* include-imports

* merge-conflict

* fix: update link in memories documentation and add icon import to API example

* move-agent-components

* starter-flow-updates

* components-and-overview

* fix-links

* api-pane-screenshot

* quickstart

* link

* merge-conflicts-builds-successfully

* add-document-analysis-metadata

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* docs-review

* release-notes

* broken-links

* add-language-model-output-example-andupdate-screenshot

* add-auth-to-release-notes

* replace-astra-chat-memory

* move-memories-to-bundles

* component-screenshots

* component-screenshots

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* clarify-global-env-with-export

* further-explanation

* docs-review

* Add LLM Router component documentation and image

* remove-text-summarizer-example

* multiple-mcp-clients

* update-mcp-tools-client-use

* export-flow-api-keys

* uncomment-prompts-and-fix-build-error

* docs-review

* bundles-and-embeddings-docs-review

* language-model-docs-review

* restore-see-alsos

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* mcp-autoinstall

* template-explanations

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* release-notes

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* fix-links

* mcp-settings-page

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* update-actions-to-tools

* cleanup-mcp-nomenclature

* Update docs/docs/Support/release-notes.md

* output-type-selection

* replace-changelog-with-release-notes

* cleanup

* input-schema-name-endpoint

---------

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2025-07-10 14:54:17 +00:00

399 lines
11 KiB
JavaScript

module.exports = {
docs: [
"Get-Started/welcome-to-langflow",
{
type: "category",
label: "Get started",
items: [
"Get-Started/get-started-installation",
"Get-Started/get-started-quickstart",
],
},
{
type: "category",
label: "Templates",
items: [
'Templates/basic-prompting',
'Templates/simple-agent',
'Templates/blog-writer',
'Templates/document-qa',
'Templates/memory-chatbot',
'Templates/vector-store-rag',
'Templates/financial-report-parser',
'Templates/sequential-agent',
'Templates/travel-planning-agent',
],
},
{
type: "category",
label: "Concepts",
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: "category",
label: "Components",
items: [
"Concepts/concepts-components",
"Components/components-agents",
"Components/components-bundles",
"Components/components-custom-components",
"Components/components-data",
"Components/components-embedding-models",
"Components/components-helpers",
"Components/components-io",
"Components/components-logic",
"Components/components-memories",
"Components/components-models",
"Components/components-processing",
"Components/components-prompts",
"Components/components-tools",
"Components/components-vector-stores",
],
},
{
type: "category",
label: "Agents",
items: [
"Agents/agents",
"Agents/agents-tools",
],
},
{
type: "category",
label: "Model Context Protocol (MCP)",
items: [
"Concepts/mcp-server",
"Components/mcp-client",
],
},
{
type: "category",
label: "Configuration",
items: [
"Configuration/configuration-api-keys",
"Configuration/configuration-authentication",
"Configuration/configuration-cli",
"Configuration/configuration-custom-database",
"Configuration/configuration-global-variables",
"Configuration/environment-variables",
"Contributing/contributing-telemetry",
],
},
{
type: "category",
label: "Develop",
items: [
{
type: "doc",
id: "Develop/develop-overview",
label: "Overview"
},
{
type: "doc",
id: "Develop/develop-application",
label: "Develop an application in Langflow"
},
{
type: "doc",
id: "Develop/install-custom-dependencies",
label: "Install custom dependencies"
},
{
type: "doc",
id: "Develop/memory",
label: "Memory management"
},
{
type: "doc",
id: "Develop/session-id",
label: "Session ID"
},
{
type: "doc",
id: "Develop/logging",
label: "Logging"
},
{
type: "doc",
id: "Develop/webhook",
label: "Webhook"
},
{
type: "category",
label: "Clients",
items: [
{
type: "doc",
id: "Develop/Clients/typescript-client",
label: "TypeScript Client"
}
]
},
],
},
{
type: "category",
label: "Deployment",
items: [
{
type:"doc",
id: "Deployment/deployment-overview",
label: "Deployment overview"
},
{
type: "doc",
id: "Deployment/deployment-docker",
label: "Docker"
},
{
type: "doc",
id: "Deployment/deployment-public-server",
label: "Deploy a public Langflow server"
},
{
type: "doc",
id: "Deployment/deployment-caddyfile",
label: "Deploy Langflow on a remote server"
},
{
type: "category",
label: "Kubernetes",
items: [
{
type: "doc",
id: "Deployment/deployment-prod-best-practices",
label: "Langflow architecture and best practices"
},
{
type: "doc",
id: "Deployment/deployment-kubernetes-dev",
label: "Deploy in development"
},
{
type: "doc",
id: "Deployment/deployment-kubernetes-prod",
label: "Deploy in production"
}
]
},
{
type: "doc",
id: "Deployment/deployment-gcp",
label: "Google Cloud Platform"
},
{
type: "doc",
id: "Deployment/deployment-hugging-face-spaces",
label: "Hugging Face Spaces"
},
{
type: "doc",
id: "Deployment/deployment-railway",
label: "Railway"
},
{
type: "doc",
id: "Deployment/deployment-render",
label: "Render"
},
],
},
{
type: "category",
label: "API reference",
items: [
{
type: "doc",
id: "API-Reference/api-reference-api-examples",
label: "Get started with the Langflow API",
},
{
type: "doc",
id: "API-Reference/api-flows-run",
label: "Flow trigger endpoints",
},
{
type: "doc",
id: "API-Reference/api-flows",
label: "Flow management endpoints",
},
{
type: "doc",
id: "API-Reference/api-files",
label: "Files endpoints",
},
{
type: "doc",
id: "API-Reference/api-projects",
label: "Projects endpoints",
},
{
type: "doc",
id: "API-Reference/api-logs",
label: "Logs endpoints",
},
{
type: "doc",
id: "API-Reference/api-monitor",
label: "Monitor endpoints",
},
{
type: "doc",
id: "API-Reference/api-build",
label: "Build endpoints",
},
{
type: "doc",
id: "API-Reference/api-users",
label: "Users endpoints",
},
{
type: "link",
label: "Langflow API specification",
href: "/api",
},
],
},
{
type: "category",
label: "Integrations",
items: [
"Integrations/Apify/integrations-apify",
{
type: "doc",
id: "Integrations/Arize/integrations-arize",
label: "Arize",
},
{
type: "doc",
id: "Integrations/integrations-assemblyai",
label: "AssemblyAI",
},
{
type: "doc",
id: "Integrations/mcp-component-astra",
label: "Astra DB MCP server",
},
{
type: "doc",
id: "Integrations/Cleanlab/integrations-cleanlab",
label: "Cleanlab",
},
{
type: "doc",
id: "Integrations/Composio/integrations-composio",
label: "Composio",
},
{
type: 'category',
label: 'Google',
items: [
'Integrations/Google/integrations-setup-google-oauth-langflow',
'Integrations/Google/integrations-setup-google-cloud-vertex-ai-langflow',
'Integrations/Google/integrations-google-big-query',
],
},
"Integrations/integrations-langfuse",
"Integrations/integrations-langsmith",
"Integrations/integrations-langwatch",
"Integrations/integrations-opik",
{
type: "category",
label: "Notion",
items: [
"Integrations/Notion/integrations-notion",
"Integrations/Notion/notion-agent-conversational",
"Integrations/Notion/notion-agent-meeting-notes",
],
},
{
type: "category",
label: "NVIDIA",
items: [
{
type: "doc",
id: "Integrations/Nvidia/integrations-nvidia-ingest",
label: "NVIDIA Ingest"
},
{
type: "doc",
id: "Integrations/Nvidia/integrations-nvidia-nim-wsl2",
label: "NVIDIA NIM on WSL2"
},
{
type: "doc",
id: "Integrations/Nvidia/integrations-nvidia-g-assist",
label: "NVIDIA G-Assist"
},
],
},
],
},
{
type: "category",
label: "Contribute",
items: [
"Contributing/contributing-community",
"Contributing/contributing-how-to-contribute",
"Contributing/contributing-components",
"Contributing/contributing-component-tests",
"Contributing/contributing-templates",
"Contributing/contributing-bundles",
],
},
{
type: "category",
label: "Release notes",
items: [
{
type: "doc",
id: "Support/release-notes",
label: "Release notes",
},
],
},
{
type: "category",
label: "Support",
items: [
{
type: "doc",
id: "Support/troubleshooting",
label: "Troubleshoot",
},
{
type: "doc",
id: "Contributing/contributing-github-issues",
label: "Get help and request enhancements",
},
{
type: "doc",
id: "Support/luna-for-langflow",
label: "Enterprise support",
},
],
},
{
type: "html",
className: "sidebar-ad",
value: `
<a href="https://astra.datastax.com/signup?type=langflow" target="_blank" class="menu__link">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cloud"><path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z"/></svg>
<div class="sidebar-ad-text-container">
<span class="sidebar-ad-text">Use Langflow in the cloud</span>
<span class="sidebar-ad-text sidebar-ad-text-gradient">Sign up for DataStax Langflow</span>
</div>
</a>
`,
},
],
};