one more page and fix typo
This commit is contained in:
parent
ef85366d18
commit
20e67d0ce5
3 changed files with 19 additions and 3 deletions
0
docs/docs/get-started/uninstall.mdx
Normal file
0
docs/docs/get-started/uninstall.mdx
Normal 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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue