From e88ccc67003700c4a86d611d818a1e23201281b5 Mon Sep 17 00:00:00 2001 From: JOY <5027251+JOY@users.noreply.github.com> Date: Tue, 8 Sep 2026 10:07:25 +0700 Subject: [PATCH] chore: remove docs submodule pointing to a private repository The docs submodule points to huabeitech/agent-desk-docs, which is not publicly accessible (GitHub returns 404). Every fork or fresh clone that runs \`git submodule update --init\` fails on it: fatal: repository 'https://github.com/huabeitech/agent-desk-docs.git/' not found Remove the gitlink and its .gitmodules entry. No source code is affected; the qdrant submodule (public) is kept as-is. An alternative fix is to make the docs repository public. --- .gitmodules | 4 +--- docs | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 160000 docs diff --git a/.gitmodules b/.gitmodules index 450ea966..1210ecfd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,4 @@ [submodule "qdrant"] path = qdrant url = git@github.com:huabeitech/agent-desk-qdrant.git -[submodule "docs"] - path = docs - url = git@github.com:huabeitech/agent-desk-docs.git + diff --git a/docs b/docs deleted file mode 160000 index 1c433f70..00000000 --- a/docs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1c433f70deb674b3f083fc510b31bb5bedbead81