From dd3c0db64c0dbfdbbbabe4424f2779b7a9d89c87 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:48:43 -0800 Subject: [PATCH] small fixes --- docs/docs/_partial-factory-reset-warning.mdx | 2 +- docs/docs/get-started/reinstall.mdx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/_partial-factory-reset-warning.mdx b/docs/docs/_partial-factory-reset-warning.mdx index f0a2cb0f..c1e11894 100644 --- a/docs/docs/_partial-factory-reset-warning.mdx +++ b/docs/docs/_partial-factory-reset-warning.mdx @@ -3,7 +3,7 @@ This is a destructive operation that does the following: * Destroys all OpenRAG containers, volumes, and local images. * Prunes any additional container objects. -* Deletes the contents of the `~/.openrag` directory, except for OpenRAG's `.env` file and the `/documents` subdirectory. +* Deletes the contents of the `~/.openrag` directory _except_ for OpenRAG's `.env` file and the `/documents` subdirectory.

Destroyed containers and deleted data are lost and cannot be recovered after running this operation. ::: diff --git a/docs/docs/get-started/reinstall.mdx b/docs/docs/get-started/reinstall.mdx index b0ff8d25..dc4466cb 100644 --- a/docs/docs/get-started/reinstall.mdx +++ b/docs/docs/get-started/reinstall.mdx @@ -45,7 +45,9 @@ Use these steps to reinstall OpenRAG containers with streamlined `docker compose -2. Destroy the containers, volumes, and local images, and then remove (prune) any additional container objects: +2. Destroy the containers, volumes, and local images, and then remove (prune) any additional container objects. + +