From ee7ae279c40304ff5c4587cfa73b4c1676c72fc9 Mon Sep 17 00:00:00 2001 From: marvin Date: Sun, 23 Aug 2026 15:03:03 +0800 Subject: [PATCH] fix(docs): retarget docs-home Introduction links to why-deerflow (temporary) (#4916) --- frontend/src/content/en/index.mdx | 4 ++-- frontend/src/content/zh/index.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/content/en/index.mdx b/frontend/src/content/en/index.mdx index 58735970a..bbb7314db 100644 --- a/frontend/src/content/en/index.mdx +++ b/frontend/src/content/en/index.mdx @@ -20,7 +20,7 @@ If you want to understand how DeerFlow works, start with the Introduction. If yo Start with the conceptual overview first. -- [Introduction](./docs/introduction) +- [Introduction](./docs/introduction/why-deerflow) - [Why DeerFlow](./docs/introduction/why-deerflow) - [Harness vs App](./docs/introduction/harness-vs-app) @@ -89,7 +89,7 @@ The Reference section is for detailed lookup material, including configuration, ## Choose the right path -- If you are **evaluating the project**, start with [Introduction](./docs/introduction). +- If you are **evaluating the project**, start with [Introduction](./docs/introduction/why-deerflow). - If you are **building your own agent system**, start with [DeerFlow Harness](./docs/harness). - If you are **deploying DeerFlow for users**, start with [DeerFlow App](./docs/application). - If you want to **learn by doing**, go to [Tutorials](./docs/tutorials/first-conversation). diff --git a/frontend/src/content/zh/index.mdx b/frontend/src/content/zh/index.mdx index 912991b06..8d1dcee66 100644 --- a/frontend/src/content/zh/index.mdx +++ b/frontend/src/content/zh/index.mdx @@ -20,7 +20,7 @@ DeerFlow 是一个用于构建和运行 Agent 系统的框架。它提供了一 先从概念概述开始。 -- [简介](./docs/introduction) +- [简介](./docs/introduction/why-deerflow) - [为什么选择 DeerFlow](./docs/introduction/why-deerflow) - [Harness 与应用的区别](./docs/introduction/harness-vs-app)