From ed72d1100bb264c38916625b49d9961953f39054 Mon Sep 17 00:00:00 2001
From: writinwaters <93570324+writinwaters@users.noreply.github.com>
Date: Mon, 18 Nov 2024 19:19:28 +0800
Subject: [PATCH] minor format updates (#3471)
### What problem does this PR solve?
### Type of change
- [x] Documentation Update
---
docs/guides/upgrade_ragflow.mdx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/guides/upgrade_ragflow.mdx b/docs/guides/upgrade_ragflow.mdx
index 40ade5ae6..d8ea8c028 100644
--- a/docs/guides/upgrade_ragflow.mdx
+++ b/docs/guides/upgrade_ragflow.mdx
@@ -9,11 +9,11 @@ import TabItem from '@theme/TabItem';
You can upgrade RAGFlow to the dev version or the latest version:
-- The Dev version (Development version) is the latest, tested image.
+- The Dev version (Development version) is the latest, tested Docker image of RAGFlow.
- The latest version is the most recent, officially published release. For example, `v0.13.0`.
-## 1. Upgrade RAGFLOW_IMAGE
+## 1. Update RAGFLOW_IMAGE
Update **ragflow/docker/.env** as follows:
@@ -25,8 +25,8 @@ Update **ragflow/docker/.env** as follows:
]}>
-:::tip IMPORTANT
-The Dev version (Development version) is the latest, tested image.
+:::danger IMPORTANT
+The Dev version (Development version) is the latest, tested Docker image of RAGFlow.
:::
```bash
@@ -36,7 +36,7 @@ RAGFLOW_IMAGE=infiniflow/ragflow:dev
-:::tip IMPORTANT
+:::danger IMPORTANT
The latest version is the most recent, officially published release. For example, `v0.13.0`.
:::
@@ -47,7 +47,7 @@ RAGFLOW_IMAGE=infiniflow/ragflow:latest
-## Pull the latest code
+## 2. Pull the latest code
Pull the latest code from inside Docker:
@@ -55,7 +55,7 @@ Pull the latest code from inside Docker:
git pull
```
-## Update RAGFlow image and restart RAGFlow
+## 3. Update RAGFlow image and restart RAGFlow
```bash
docker compose -f docker/docker-compose.yml pull