From 36ef3b738c92cf91a22418fd53f0c8eebef77e0b Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:50:39 -0400 Subject: [PATCH] nav-and-titles --- docs/docs/core-components/agents.mdx | 2 +- docs/docs/core-components/ingestion.mdx | 2 +- docs/docs/core-components/knowledge.mdx | 2 +- docs/docs/get-started/docker.mdx | 2 +- docs/docs/get-started/install.mdx | 2 +- docs/docs/support/troubleshoot.mdx | 2 +- docs/sidebars.js | 108 +++++++++--------------- 7 files changed, 48 insertions(+), 72 deletions(-) diff --git a/docs/docs/core-components/agents.mdx b/docs/docs/core-components/agents.mdx index ea4c05bd..a7c5ef24 100644 --- a/docs/docs/core-components/agents.mdx +++ b/docs/docs/core-components/agents.mdx @@ -1,5 +1,5 @@ --- -title: Langflow Agents +title: Langflow in OpenRAG slug: /agents --- diff --git a/docs/docs/core-components/ingestion.mdx b/docs/docs/core-components/ingestion.mdx index f7b2cfb0..2c1bfa1a 100644 --- a/docs/docs/core-components/ingestion.mdx +++ b/docs/docs/core-components/ingestion.mdx @@ -1,5 +1,5 @@ --- -title: Docling Ingestion +title: Docling in OpenRAG slug: /ingestion --- diff --git a/docs/docs/core-components/knowledge.mdx b/docs/docs/core-components/knowledge.mdx index 9b699a4c..f69f48cb 100644 --- a/docs/docs/core-components/knowledge.mdx +++ b/docs/docs/core-components/knowledge.mdx @@ -1,5 +1,5 @@ --- -title: OpenSearch Knowledge +title: OpenSearch in OpenRAG slug: /knowledge --- diff --git a/docs/docs/get-started/docker.mdx b/docs/docs/get-started/docker.mdx index 366d71de..6fc0740c 100644 --- a/docs/docs/get-started/docker.mdx +++ b/docs/docs/get-started/docker.mdx @@ -1,5 +1,5 @@ --- -title: Deploy with Docker +title: Install OpenRAG containers slug: /get-started/docker --- diff --git a/docs/docs/get-started/install.mdx b/docs/docs/get-started/install.mdx index ff9872aa..295e5bc8 100644 --- a/docs/docs/get-started/install.mdx +++ b/docs/docs/get-started/install.mdx @@ -1,5 +1,5 @@ --- -title: Install OpenRAG +title: Install OpenRAG with TUI slug: /install --- diff --git a/docs/docs/support/troubleshoot.mdx b/docs/docs/support/troubleshoot.mdx index 93599d04..9eceee63 100644 --- a/docs/docs/support/troubleshoot.mdx +++ b/docs/docs/support/troubleshoot.mdx @@ -1,5 +1,5 @@ --- -title: Troubleshoot +title: Troubleshooting slug: /support/troubleshoot --- diff --git a/docs/sidebars.js b/docs/sidebars.js index 9d0c49c8..059ba82f 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -17,78 +17,54 @@ const sidebars = { tutorialSidebar: [ { - type: "category", - label: "Get Started", - items: [ - { - 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: "Deploy with Docker" - }, - { - type: "doc", - id: "get-started/quickstart", - label: "Quickstart" - }, - { - type: "doc", - id: "get-started/tui", - label: "Terminal User Interface (TUI)" - }, - ], + type: "doc", + id: "get-started/what-is-openrag", + label: "About OpenRAG" }, { - type: "category", - label: "Core components", - items: [ - { - 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: "doc", + id: "get-started/install", + label: "Install OpenRAG with TUI" }, { - type: "category", - label: "Reference", - items: [ - { - type: "doc", - id: "reference/configuration", - label: "Environment variables" - }, - ], + type: "doc", + id: "get-started/docker", + label: "Install OpenRAG containers" }, { - type: "category", - label: "Support", - items: [ - { - type: "doc", - id: "support/troubleshoot", - label: "Troubleshoot" - }, - ], + type: "doc", + id: "get-started/quickstart", + label: "Quickstart" + }, + { + type: "doc", + 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" }, ], };