From 20e67d0ce525a363030704ba8f8ec9a61ee1e9ec Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Wed, 3 Dec 2025 17:05:44 -0800 Subject: [PATCH] one more page and fix typo --- docs/docs/get-started/uninstall.mdx | 0 docs/docs/support/troubleshoot.mdx | 2 +- docs/sidebars.js | 20 ++++++++++++++++++-- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 docs/docs/get-started/uninstall.mdx diff --git a/docs/docs/get-started/uninstall.mdx b/docs/docs/get-started/uninstall.mdx new file mode 100644 index 00000000..e69de29b diff --git a/docs/docs/support/troubleshoot.mdx b/docs/docs/support/troubleshoot.mdx index 546bddf2..98cd7d55 100644 --- a/docs/docs/support/troubleshoot.mdx +++ b/docs/docs/support/troubleshoot.mdx @@ -123,7 +123,7 @@ To resolve this issue, do the following: 2. Retry the upgrade: * [Upgrade self-managed containers](/docker#upgrade-containers) - * [Upgrade TUI-managed containers](/install#upgrade-containers) + * [Upgrade TUI-managed containers](/install#upgrade) 3. If reinstalling the Langflow container doesn't resolve the issue, you must reset your OpenRAG deployment: diff --git a/docs/sidebars.js b/docs/sidebars.js index 3549d62e..dae7199a 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -22,8 +22,24 @@ const sidebars = { label: "About OpenRAG" }, "get-started/quickstart", - "get-started/install", - "get-started/docker", + { + type: "category", + label: "Installation", + items: [ + "get-started/install-options", + "get-started/install", + "get-started/install-uv-add", + "get-started/install-uv-pip", + "get-started/install-uvx", + "get-started/install-windows", + "get-started/docker", + "get-started/upgrade", + "get-started/reset-reinstall", + "get-started/uninstall", + ], + }, + "get-started/tui", + "get-started/manage-containers", { type: "doc", id: "core-components/agents",