From 7ecd6a23eacd3398e115776ebb44598a56291910 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 12 Nov 2025 13:24:56 -0500 Subject: [PATCH] use-string-shorthand-for-sidebar (#392) --- docs/sidebars.js | 48 ++++++++---------------------------------------- 1 file changed, 8 insertions(+), 40 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 5b5817e2..373c6f82 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -21,46 +21,14 @@ const sidebars = { id: "get-started/what-is-openrag", label: "About OpenRAG" }, - { - type: "doc", - id: "get-started/quickstart", - label: "Quickstart" - }, - { - type: "doc", - id: "get-started/install", - label: "Install OpenRAG with TUI" - }, - { - type: "doc", - id: "get-started/docker", - label: "Install OpenRAG containers" - }, - { - 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" - }, + "get-started/quickstart", + "get-started/install", + "get-started/docker", + "core-components/agents", + "core-components/knowledge", + "core-components/ingestion", + "reference/configuration", + "support/troubleshoot", ], };