From c432932ecdd4cd66c4cadb8c3a0d48b7dd5e7799 Mon Sep 17 00:00:00 2001 From: Y11Han <2172029629@qq.com> Date: Wed, 12 Aug 2026 21:46:18 +0800 Subject: [PATCH] fix: correct documentation repository links Signed-off-by: Y11Han <2172029629@qq.com> --- src/lib/shared.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/shared.ts b/src/lib/shared.ts index 9818196..a3d03f4 100644 --- a/src/lib/shared.ts +++ b/src/lib/shared.ts @@ -6,6 +6,6 @@ export const docsContentRoute = '/llms.mdx/docs'; // fill this with your actual GitHub info, for example: export const gitConfig = { user: 'mx-space', - repo: 'mx-doc', + repo: 'docs', branch: 'main', };