From d2a769c53291f58747a2a67d69144de2ef29234e Mon Sep 17 00:00:00 2001
From: Gouravm1523 <151991360+Gouravm1523@users.noreply.github.com>
Date: Sat, 25 Jul 2026 20:24:09 +0530
Subject: [PATCH] docs: fix ToC anchor mismatch, heading case, and nav link
text in README.md (#17379)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Fix broken Table of Contents anchor link (📌 vs 🔥 emoji mismatch),
navigation bar link text ("Document" → "Documentation"), Title Case
alignment between ToC entries and section headings, and inconsistent
file format capitalization.
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index b2f2f18a38..e73b0997a4 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@
@@ -59,7 +59,7 @@
- 💡 [What is RAGFlow?](#-what-is-ragflow)
- 🎮 [Get Started](#-get-started)
-- 📌 [Latest Updates](#-latest-updates)
+- 🔥 [Latest Updates](#-latest-updates)
- 🌟 [Key Features](#-key-features)
- 🔎 [System Architecture](#-system-architecture)
- 🎬 [Self-Hosting](#-self-hosting)
@@ -130,7 +130,7 @@ releases! 🌟
### 🍔 **Compatibility with heterogeneous data sources**
-- Supports Word, slides, excel, txt, images, scanned copies, structured data, web pages, and more.
+- Supports Word, Slides, Excel, TXT, images, scanned copies, structured data, web pages, and more.
### 🛀 **Automated and effortless RAG workflow**
@@ -299,7 +299,7 @@ RAGFlow uses Elasticsearch by default for storing full text and vectors. To swit
> [!WARNING]
> Switching to Infinity on a Linux/arm64 machine is not yet officially supported.
-## 🔧 Build a Docker image
+## 🔧 Build a Docker Image
This image is approximately 2 GB in size and relies on external LLM and embedding services.
@@ -318,7 +318,7 @@ docker build --platform linux/amd64 \
-f Dockerfile -t infiniflow/ragflow:nightly .
```
-## 🔨 Launch service from source for development
+## 🔨 Launch Service from Source for Development
> [!IMPORTANT]
> After cloning the repository for the first time, run `git config --local --unset core.hooksPath`, `uv tool install lefthook` and `lefthook install` once from the repo root to enable local Git hooks.