* docs: update support documentation to reflect rebranding to IBM Elite Support for Langflow * remove-info-tab * Apply suggestions from code review Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
501 lines
14 KiB
JavaScript
501 lines
14 KiB
JavaScript
module.exports = {
|
|
docs: [
|
|
"Get-Started/welcome-to-langflow",
|
|
{
|
|
type: "category",
|
|
label: "Get started",
|
|
items: [
|
|
{
|
|
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",
|
|
items: [
|
|
"Tutorials/chat-with-rag",
|
|
"Tutorials/chat-with-files",
|
|
"Tutorials/agent",
|
|
"Tutorials/mcp-tutorial",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Flows",
|
|
items: [
|
|
{
|
|
type: "doc",
|
|
id: "Concepts/concepts-overview",
|
|
label: "Use the visual editor"
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Concepts/concepts-flows",
|
|
label: "Build flows"
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Run flows",
|
|
items: [
|
|
{
|
|
type: "doc",
|
|
id: "Concepts/concepts-publish",
|
|
label: "Trigger flows with the Langflow API"
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Develop/webhook",
|
|
label: "Trigger flows with webhooks"
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Concepts/concepts-playground",
|
|
label: "Test flows"
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Concepts/concepts-flows-import",
|
|
label: "Import and export flows"
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Agents",
|
|
items: [
|
|
"Agents/agents",
|
|
"Agents/agents-tools",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Model Context Protocol (MCP)",
|
|
items: [
|
|
"Components/mcp-client",
|
|
"Concepts/mcp-server",
|
|
"Integrations/mcp-component-astra",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Develop",
|
|
items: [
|
|
"Configuration/api-keys-and-authentication",
|
|
"Develop/install-custom-dependencies",
|
|
"Configuration/configuration-global-variables",
|
|
"Configuration/environment-variables",
|
|
{
|
|
type: "category",
|
|
label: "Storage and memory",
|
|
items: [
|
|
{
|
|
type: "doc",
|
|
id: "Concepts/concepts-file-management",
|
|
label: "Manage files"
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Develop/memory",
|
|
label: "Manage memory"
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Develop/session-id",
|
|
label: "Use Session IDs"
|
|
},
|
|
"Configuration/configuration-custom-database",
|
|
{
|
|
type: "doc",
|
|
id: "Develop/enterprise-database-guide",
|
|
label: "Database guide for enterprise administrators"
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Observability",
|
|
items: [
|
|
"Develop/logging",
|
|
{
|
|
type: "category",
|
|
label: "Monitoring",
|
|
items: [
|
|
"Integrations/Arize/integrations-arize",
|
|
"Integrations/integrations-langfuse",
|
|
"Integrations/integrations-langsmith",
|
|
"Integrations/integrations-langwatch",
|
|
"Integrations/integrations-opik",
|
|
],
|
|
},
|
|
"Contributing/contributing-telemetry",
|
|
],
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Concepts/data-types",
|
|
label: "Use Langflow data types"
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Concepts/concepts-voice-mode",
|
|
label: "Use voice mode"
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Configuration/configuration-cli",
|
|
label: "Use the Langflow CLI"
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Deploy",
|
|
items: [
|
|
{
|
|
type:"doc",
|
|
id: "Deployment/deployment-overview",
|
|
label: "Langflow deployment overview"
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Deployment/deployment-public-server",
|
|
label: "Deploy a public Langflow server"
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Containerized deployments",
|
|
items: [
|
|
"Develop/develop-application",
|
|
{
|
|
type: "doc",
|
|
id: "Deployment/deployment-docker",
|
|
label: "Langflow Docker images"
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Deployment/deployment-caddyfile",
|
|
label: "Deploy Langflow on a remote server"
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Kubernetes",
|
|
items: [
|
|
{
|
|
type: "doc",
|
|
id: "Deployment/deployment-architecture",
|
|
label: "Deployment architecture"
|
|
},
|
|
{
|
|
type: "doc",
|
|
id: "Deployment/deployment-prod-best-practices",
|
|
label: "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: "category",
|
|
label: "Cloud platforms",
|
|
items: [
|
|
{
|
|
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: "Components reference",
|
|
items: [
|
|
"Concepts/concepts-components",
|
|
{
|
|
type: "category",
|
|
label: "Core components",
|
|
items: [
|
|
"Components/components-io",
|
|
"Components/components-agents",
|
|
{
|
|
type: "category",
|
|
label: "Models",
|
|
items: [
|
|
"Components/components-models",
|
|
"Components/components-embedding-models",
|
|
]
|
|
},
|
|
"Components/components-data",
|
|
"Components/components-vector-stores",
|
|
{
|
|
type: "category",
|
|
label: "Processing",
|
|
items: [
|
|
"Components/components-processing",
|
|
"Components/components-prompts",
|
|
]
|
|
},
|
|
"Components/components-logic",
|
|
"Components/components-helpers",
|
|
"Components/components-tools",
|
|
"Components/components-memories",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Bundles",
|
|
items: [
|
|
"Components/components-bundles",
|
|
"Components/bundles-aiml",
|
|
"Components/bundles-amazon",
|
|
"Components/bundles-anthropic",
|
|
"Integrations/Apify/integrations-apify",
|
|
"Components/bundles-arxiv",
|
|
"Integrations/integrations-assemblyai",
|
|
"Components/bundles-azure",
|
|
"Components/bundles-baidu",
|
|
"Components/bundles-bing",
|
|
"Integrations/Cleanlab/integrations-cleanlab",
|
|
"Components/bundles-cloudflare",
|
|
"Components/bundles-cohere",
|
|
"Integrations/Composio/integrations-composio",
|
|
"Components/bundles-datastax",
|
|
"Components/bundles-deepseek",
|
|
"Integrations/Docling/integrations-docling",
|
|
"Components/bundles-duckduckgo",
|
|
"Components/bundles-exa",
|
|
"Components/bundles-glean",
|
|
{
|
|
type: 'category',
|
|
label: 'Google',
|
|
items: [
|
|
"Components/bundles-google",
|
|
"Integrations/Google/integrations-google-big-query",
|
|
],
|
|
},
|
|
"Components/bundles-groq",
|
|
"Components/bundles-huggingface",
|
|
"Components/bundles-ibm",
|
|
"Components/bundles-icosacomputing",
|
|
"Components/bundles-langchain",
|
|
"Components/bundles-lmstudio",
|
|
"Components/bundles-maritalk",
|
|
"Components/bundles-mem0",
|
|
"Components/bundles-mistralai",
|
|
{
|
|
type: "category",
|
|
label: "Notion",
|
|
items: [
|
|
"Integrations/Notion/integrations-notion",
|
|
"Integrations/Notion/notion-agent-conversational",
|
|
"Integrations/Notion/notion-agent-meeting-notes",
|
|
],
|
|
},
|
|
"Components/bundles-novita",
|
|
{
|
|
type: "category",
|
|
label: "NVIDIA",
|
|
items: [
|
|
"Components/bundles-nvidia",
|
|
{
|
|
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"
|
|
},
|
|
],
|
|
},
|
|
"Components/bundles-ollama",
|
|
"Components/bundles-openai",
|
|
"Components/bundles-openrouter",
|
|
"Components/bundles-perplexity",
|
|
"Components/bundles-redis",
|
|
"Components/bundles-sambanova",
|
|
"Components/bundles-searchapi",
|
|
"Components/bundles-vertexai",
|
|
"Components/bundles-wikipedia",
|
|
"Components/bundles-xai",
|
|
],
|
|
},
|
|
"Components/components-custom-components",
|
|
],
|
|
},
|
|
{
|
|
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: "Develop/Clients/typescript-client",
|
|
label: "Use the TypeScript client"
|
|
},
|
|
{
|
|
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: "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: "IBM Elite Support for Langflow",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "html",
|
|
className: "sidebar-ad",
|
|
value: `
|
|
<a href="https://www.langflow.org/desktop" target="_blank" class="menu__link">
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<g clip-path="url(#clip0_1645_37)">
|
|
<path d="M12 17H20C21.1046 17 22 16.1046 22 15V13M12 17H4C2.89543 17 2 16.1046 2 15V5C2 3.89543 2.89543 3 4 3H10M12 17V21M8 21H12M12 21H16M11.75 10.2917H13.2083L16.125 7.375H17.5833L20.5 4.45833H21.9583M16.125 11.75H17.5833L20.5 8.83333H21.9583M11.75 5.91667H13.2083L16.125 3H17.5833" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="clip0_1645_37">
|
|
<rect width="24" height="24" fill="white"/>
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|
|
<div class="sidebar-ad-text-container">
|
|
<span class="sidebar-ad-text">Get started in minutes</span>
|
|
<span class="sidebar-ad-text sidebar-ad-text-gradient">Download Langflow Desktop</span>
|
|
</div>
|
|
</a>
|
|
`,
|
|
},
|
|
],
|
|
};
|