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. + +