Merge pull request #286 from langflow-ai/docs-flatten-nav
docs: flatten nav
This commit is contained in:
commit
2cc01104e2
7 changed files with 48 additions and 72 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Langflow Agents
|
title: Langflow in OpenRAG
|
||||||
slug: /agents
|
slug: /agents
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Docling Ingestion
|
title: Docling in OpenRAG
|
||||||
slug: /ingestion
|
slug: /ingestion
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: OpenSearch Knowledge
|
title: OpenSearch in OpenRAG
|
||||||
slug: /knowledge
|
slug: /knowledge
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Install with Docker
|
title: Install OpenRAG containers
|
||||||
slug: /get-started/docker
|
slug: /get-started/docker
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Install OpenRAG
|
title: Install OpenRAG with TUI
|
||||||
slug: /install
|
slug: /install
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Troubleshoot
|
title: Troubleshooting
|
||||||
slug: /support/troubleshoot
|
slug: /support/troubleshoot
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
108
docs/sidebars.js
108
docs/sidebars.js
|
|
@ -17,78 +17,54 @@
|
||||||
const sidebars = {
|
const sidebars = {
|
||||||
tutorialSidebar: [
|
tutorialSidebar: [
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "doc",
|
||||||
label: "Get Started",
|
id: "get-started/what-is-openrag",
|
||||||
items: [
|
label: "About OpenRAG"
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "get-started/what-is-openrag",
|
|
||||||
label: "About OpenRAG"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "get-started/install",
|
|
||||||
label: "Install OpenRAG"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "get-started/docker",
|
|
||||||
label: "Install with Docker"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "get-started/quickstart",
|
|
||||||
label: "Quickstart"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "get-started/tui",
|
|
||||||
label: "Terminal User Interface (TUI)"
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "doc",
|
||||||
label: "Core components",
|
id: "get-started/install",
|
||||||
items: [
|
label: "Install OpenRAG with TUI"
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "core-components/agents",
|
|
||||||
label: "Langflow Agents"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "core-components/knowledge",
|
|
||||||
label: "OpenSearch Knowledge"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "core-components/ingestion",
|
|
||||||
label: "Docling Ingestion"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "doc",
|
||||||
label: "Reference",
|
id: "get-started/docker",
|
||||||
items: [
|
label: "Install OpenRAG containers"
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "reference/configuration",
|
|
||||||
label: "Environment variables"
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "doc",
|
||||||
label: "Support",
|
id: "get-started/quickstart",
|
||||||
items: [
|
label: "Quickstart"
|
||||||
{
|
},
|
||||||
type: "doc",
|
{
|
||||||
id: "support/troubleshoot",
|
type: "doc",
|
||||||
label: "Troubleshoot"
|
id: "get-started/tui",
|
||||||
},
|
label: "Terminal User Interface (TUI)"
|
||||||
],
|
},
|
||||||
|
{
|
||||||
|
type: "doc",
|
||||||
|
id: "core-components/agents",
|
||||||
|
label: "Langflow in OpenRAG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "doc",
|
||||||
|
id: "core-components/knowledge",
|
||||||
|
label: "OpenSearch in OpenRAG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "doc",
|
||||||
|
id: "core-components/ingestion",
|
||||||
|
label: "Docling in OpenRAG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "doc",
|
||||||
|
id: "reference/configuration",
|
||||||
|
label: "Environment variables"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "doc",
|
||||||
|
id: "support/troubleshoot",
|
||||||
|
label: "Troubleshooting"
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue