* lint-plaintext
* Squashed commit of the following:
commit 0820877007091550e196c1ec9189580a1adcfe80
Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Wed Feb 19 17:34:54 2025 -0500
fix-links
commit b47fbfe04e3f3c2239147df59b14626839f6b07c
Merge: 22987155fa 02617ffad2
Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Wed Feb 19 17:18:18 2025 -0500
Merge branch 'main' into docs-publish-v0
commit 22987155fa3bbf39ab2f2a31fe6db643cb98f43f
Merge: bf01a75e72 e8529eaecb
Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Wed Feb 19 16:25:52 2025 -0500
Merge branch 'main' into docs-publish-v0
commit bf01a75e7252f61303c237c7f39c35b6e9831278
Merge: 85770ae167 b43bf8f783
Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Wed Feb 19 14:42:10 2025 -0500
Merge branch 'main' into docs-publish-v0
commit 85770ae167914837a2e0eb5b8848d79726507f3e
Merge: fda54f8f43 e970cdbca3
Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Wed Feb 19 11:19:11 2025 -0500
Merge branch 'main' into docs-publish-v0
commit fda54f8f4344ea629ef8028c388ce65ebc0cac51
Merge: 3027a9c3a4 25ac555e8f
Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Tue Feb 18 11:43:21 2025 -0500
Merge branch 'main' into docs-publish-v0
commit 3027a9c3a44a0c270333d033394eda9b8cd521de
Merge: 0046d1884e 45e2f739d5
Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Fri Feb 14 13:20:44 2025 -0500
Merge branch 'main' into docs-publish-v0
commit 0046d1884e30794f9e372ecba2c484a00675be9a
Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Thu Feb 13 13:31:22 2025 -0500
delete-site-and-redirect
commit 1bf763b3b102b2a7cffb75705c5614a114f3a50a
Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Thu Feb 13 13:17:49 2025 -0500
docs: Add information about sharing the Langflow application's Playground endpoint
commit 4eb34bd746fe16c1e81c92d74640d803d0473dcd
Author: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Date: Thu Feb 13 13:06:46 2025 -0500
docs: Update references from "API pane" to "Publish pane" in documentation
* s3-bucket-init
* add-bundles-page
* output-parser-component
* language-model-component
* legacy-components
* update-file-component
* parser-component
* publish-doc
* update-agent-starter-flows
* voice-mode
* webhook-component-update
* file-management
* update-env-vars
* make-env-var-table-more-readable
* file-management-link
* bump-version
* add-graph-rag-component
* docs-lambda-filter-component
* docs-add-watsonx-model-component
* add-langchain-links-for-watson-package
* remove-s3-bucket-data-component
* docs: publish-flows introduction
* docs: update voice mode instructions for clarity and detail
* Apply suggestions from code review
Co-authored-by: KimberlyFields <46325568+KimberlyFields@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: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* plurals
* docs-review
* Apply suggestions from code review
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* steps-for-file-component
* parse-data-and-dataframe-in-legacy
* remove-beta-from-parser-component
---------
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
253 lines
7.2 KiB
JavaScript
253 lines
7.2 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: "Tutorials",
|
|
items: [
|
|
'Tutorials/tutorials-blog-writer',
|
|
'Tutorials/tutorials-document-qa',
|
|
'Tutorials/tutorials-memory-chatbot',
|
|
'Tutorials/tutorials-math-agent',
|
|
'Tutorials/tutorials-sequential-agent',
|
|
'Tutorials/tutorials-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/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-loaders",
|
|
"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-auto-saving",
|
|
"Configuration/configuration-backend-only",
|
|
"Configuration/configuration-cli",
|
|
"Configuration/configuration-custom-database",
|
|
"Configuration/configuration-global-variables",
|
|
"Configuration/environment-variables",
|
|
"Configuration/configuration-security-best-practices"
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Develop",
|
|
items: [
|
|
"Develop/develop-overview",
|
|
"Develop/develop-application",
|
|
"Develop/install-custom-dependencies",
|
|
"Develop/memory",
|
|
"Develop/session-id",
|
|
"Develop/logging",
|
|
],
|
|
},
|
|
{
|
|
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-kubernetes",
|
|
label: "Kubernetes"
|
|
},
|
|
{
|
|
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",
|
|
"Integrations/Arize/integrations-arize",
|
|
"Integrations/integrations-assemblyai",
|
|
"Integrations/Composio/integrations-composio",
|
|
"Integrations/integrations-langfuse",
|
|
"Integrations/integrations-langsmith",
|
|
"Integrations/integrations-langwatch",
|
|
"Integrations/integrations-opik",
|
|
{
|
|
type: "doc",
|
|
id: "Integrations/integrations-mcp",
|
|
label: "MCP (Model context protocol)"
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Google',
|
|
items: [
|
|
'Integrations/Google/integrations-setup-google-oauth-langflow',
|
|
'Integrations/Google/integrations-setup-google-cloud-vertex-ai-langflow',
|
|
],
|
|
},
|
|
{
|
|
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",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Contributing",
|
|
items: [
|
|
"Contributing/contributing-community",
|
|
"Contributing/contributing-components",
|
|
"Contributing/contributing-component-tests",
|
|
"Contributing/contributing-github-discussion-board",
|
|
"Contributing/contributing-github-issues",
|
|
"Contributing/contributing-how-to-contribute",
|
|
"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>
|
|
`,
|
|
},
|
|
],
|
|
};
|