one more page and fix typo

This commit is contained in:
April M 2025-12-03 17:05:44 -08:00
parent ef85366d18
commit 20e67d0ce5
3 changed files with 19 additions and 3 deletions

View file

View file

@ -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:

View file

@ -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",