From 6e4d8d99e1f0b67d4dfba31dcc029fffe5cd615c Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Tue, 3 Feb 2026 11:13:24 +0800 Subject: [PATCH] =?UTF-8?q?docs(index):=20=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E7=AB=99=E7=82=B9=E9=93=BE=E6=8E=A5=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整了首页导航链接的相对路径,将使用指南链接从 docs/index.md 修改为 ../docs/index.md,API文档链接从 api/index.html 修改为 _site/api/index.html,确保文档站点导航功能正常。 - [release doc] --- docfx/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docfx/index.md b/docfx/index.md index 04ad3b4..6f73b46 100644 --- a/docfx/index.md +++ b/docfx/index.md @@ -2,5 +2,5 @@ 欢迎来到 **GFramework** 文档站点。 -- 📘 [使用指南](docs/index.md) -- 🧩 [API 文档](api/index.html) +- 📘 [使用指南](../docs/index.md) +- 🧩 [API 文档](_site/api/index.html)