* Add Cleanlab bundle * Fix icon logic and add support for light/dark mode dynamic logo * Remove stuff * Modify components and add documentation * [autofix.ci] apply automated fixes * Add sidebar code * [autofix.ci] apply automated fixes * Update docs/sidebars.js Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Integrations/Cleanlab/integrations-cleanlab.md Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Integrations/Cleanlab/integrations-cleanlab.md Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * Update docs/docs/Integrations/Cleanlab/integrations-cleanlab.md Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> * copy edits * update samples * style check fixes * [autofix.ci] apply automated fixes * style check fix 2 --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
329 lines
9 KiB
JavaScript
329 lines
9 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: "Starter projects",
|
|
items: [
|
|
'Starter-Projects/starter-projects-basic-prompting',
|
|
'Starter-Projects/starter-projects-vector-store-rag',
|
|
'Starter-Projects/starter-projects-simple-agent',
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Sample flows",
|
|
items: [
|
|
'Sample-Flows/blog-writer',
|
|
'Sample-Flows/document-qa',
|
|
'Sample-Flows/memory-chatbot',
|
|
'Sample-Flows/financial-report-parser',
|
|
'Sample-Flows/sequential-agent',
|
|
'Sample-Flows/travel-planning-agent',
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Concepts",
|
|
items: [
|
|
"Concepts/concepts-overview",
|
|
"Concepts/concepts-playground",
|
|
"Concepts/concepts-components",
|
|
"Concepts/concepts-flows",
|
|
"Concepts/concepts-objects",
|
|
"Concepts/concepts-publish",
|
|
"Concepts/embedded-chat-widget",
|
|
"Concepts/mcp-server",
|
|
"Concepts/concepts-file-management",
|
|
"Concepts/concepts-voice-mode",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Components",
|
|
items: [
|
|
"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-overview",
|
|
"Agents/agent-tool-calling-agent-component",
|
|
],
|
|
},
|
|
{
|
|
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",
|
|
],
|
|
},
|
|
{
|
|
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-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: "link",
|
|
label: "API documentation",
|
|
href: "/api",
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "API-Reference/api-reference-api-examples",
|
|
label: "API examples",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Integrations",
|
|
items: [
|
|
"Integrations/Apify/integrations-apify",
|
|
{
|
|
type: "doc",
|
|
id: "Integrations/Arize/integrations-arize",
|
|
label: "Arize",
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Integrations/mcp-component-astra",
|
|
label: "Astra DB MCP server",
|
|
},
|
|
"Integrations/integrations-assemblyai",
|
|
{
|
|
type: "doc",
|
|
id: "Integrations/Composio/integrations-composio",
|
|
label: "Composio",
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Integrations/Cleanlab/integrations-cleanlab",
|
|
label: "Cleanlab",
|
|
},
|
|
{
|
|
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: [
|
|
"Integrations/Nvidia/integrations-nvidia-ingest",
|
|
"Integrations/Nvidia/integrations-nvidia-nim-wsl2",
|
|
"Integrations/Nvidia/integrations-nvidia-system-assist",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Contributing",
|
|
items: [
|
|
"Contributing/contributing-community",
|
|
"Contributing/contributing-how-to-contribute",
|
|
"Contributing/contributing-components",
|
|
"Contributing/contributing-component-tests",
|
|
"Contributing/contributing-templates",
|
|
"Contributing/contributing-bundles",
|
|
"Contributing/contributing-github-discussion-board",
|
|
"Contributing/contributing-github-issues",
|
|
"Contributing/contributing-telemetry",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Changelog",
|
|
items: [
|
|
{
|
|
type: "link",
|
|
label: "Changelog",
|
|
href: "https://github.com/langflow-ai/langflow/releases/latest",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Support",
|
|
items: [
|
|
{
|
|
type: "doc",
|
|
id: "Support/luna-for-langflow",
|
|
label: "Luna for Langflow",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
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>
|
|
`,
|
|
},
|
|
],
|
|
};
|