mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-26 02:13:29 +08:00
docs: fix ToC anchor mismatch, heading case, and nav link text in README.md (#17379)
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.
This commit is contained in:
10
README.md
10
README.md
@@ -41,7 +41,7 @@
|
||||
|
||||
<h4 align="center">
|
||||
<a href="https://cloud.ragflow.io">Cloud</a> |
|
||||
<a href="https://ragflow.io/docs/dev/">Document</a> |
|
||||
<a href="https://ragflow.io/docs/dev/">Documentation</a> |
|
||||
<a href="https://github.com/infiniflow/ragflow/issues/12241">Roadmap</a> |
|
||||
<a href="https://discord.gg/NjYzJD3GM3">Discord</a>
|
||||
</h4>
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user