Skip to content

chore: remove docs submodule pointing to a private repository - #35

Merged
bbbbbbbbbbbbba merged 1 commit into
huabeitech:mainfrom
DOS:chore/remove-docs-submodule
Sep 9, 2026
Merged

bbbbbbbbbbbbba merged 1 commit into
huabeitech:mainfrom
DOS:chore/remove-docs-submodule

Conversation

@JOY

@JOY JOY commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Problem

.gitmodules registers a docs submodule pointing to huabeitech/agent-desk-docs, which is not publicly accessible — the URL returns 404 (https://github.com/huabeitech/agent-desk-docs).

Every fork or fresh clone that runs git submodule update --init (or clones with --recurse-submodules) fails on it:

fatal: repository 'https://github.com/huabeitech/agent-desk-docs.git/' not found
fatal: clone of 'git@github.com:huabeitech/agent-desk-docs.git' into submodule path 'docs' failed

Fix

Remove the docs gitlink and its .gitmodules entry.

  • No source code is affected — the submodule only carries a documentation-site checkout.
  • The qdrant submodule is public and is kept as-is.
  • An alternative fix is to make huabeitech/agent-desk-docs public; removing the pointer works either way and keeps forks and CI green.

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.
@bbbbbbbbbbbbba
bbbbbbbbbbbbba merged commit 39ab12b into huabeitech:main Sep 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants