docs(install): migrate active github.com refs to git.moleculesai.app (#37) #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/install-path-gitea"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Sweep of
docsrepo for active github.com/Molecule-AI references. Part of internal#37 per-repo doc sweep series. Phase 1 findings: internal#38.98 hits total in
docs. 12 actionable edits across 9 files (2 commits — initial sweep + follow-up after re-read caught additional /tree// paths). 86+ historical PR/issue cross-refs LEFT AS-IS per Q3 audit-trail decision.Per-file change summary
Commit 1 (
d05d92b) — initial sweep, 7 edits / 5 filesapp/(home)/page.tsx:21molecule-monorepo(404 on Gitea — renamed) →molecule-core(Gitea). "View on GitHub" → "View on Gitea".content/docs/quickstart.md:14content/docs/quickstart.md:81content/docs/self-hosting.mdx:20content/docs/architecture.mdx:141github.com/Molecule-AI/molecule-cli(PUBLIC) →git.moleculesai.app/molecule-ai/molecule-clicontent/docs/architecture/molecule-technical-doc.md:7content/docs/architecture/molecule-technical-doc.md:1156-1160Commit 2 (
a52ed96) — follow-up, 5 edits / 4 filescontent/docs/guides/remote-workspaces.md:151,152molecule-sdk-pythonlinks (PUBLIC) → Gitea, /tree/main → /src/branch/maincontent/docs/guides/external-workspace-quickstart.md:223internal/(PRIVATE) → Gitea path; tracking-issue link reformulatedcontent/docs/guides/skill-catalog.md:68,174molecule-ai/skillsrepo doesn't exist on Gitea (404) — replaced with placeholder note pointing at internal issue trackerdocs/marketing/blog/2026-04-20-...mcp.md:240LEFT AS-IS (per Q3 + parked follow-ups)
content/docs/changelog.mdxhistorical PR/issue cross-refscontent/docs/changelog.mdx:349"Documentation Specialist" link to org pagecontent/docs/guides/external-workspace-quickstart.md:229gist linkgist.github.com/molecule-ai/...— gist is gone with the org; no Gitea-snippet equivalent. Could remove entirely; left for parked-follow-up call (worth its own discussion, not a host-substitution).content/docs/incidents/INCIDENT_LOG.md:168,175git clone --mirrorDoD waivers
Pure-docs PR. No tests / security / observation / back-compat / migration / version bump. The new Gitea URLs work for logged-in viewers (private repos → Gitea private-repo response is more informative than github 404).
Hostile self-review (3 weakest spots)
docsis a Next.js docs site; the changes include a.tsxfile edit (app/(home)/page.tsx). No frontend test was run. The "View on GitHub" → "View on Gitea" string change is text-content; no logic changed. Mitigation: site builds the same since the surrounding JSX is unchanged. Accepted because: a docs-site dev-server boot is order-of-magnitude bigger than the change merits.molecule-ai/skillsisn't on Gitea; the placeholder points users at the internal issue tracker instead, which they may not have access to. Mitigation: noted explicitly in the changed text ("repo location TBD post-2026-05-06 GitHub-org-suspension"); reader knows it's an interim state. Accepted because: alternative (delete the skill-submission section entirely) loses the documentation surface that may be restored when skills repo is recreated.-vE "/(issues|pull|commit|releases)/"missed/tree/<branch>/paths AND active mentions in guides/. The follow-up commit caught them. Lesson: for future sweeps, also exclude/blob/and the/tree/paths separately, OR positively select for "(?:git clone|/blob/|/tree/|<a href)" patterns instead of negative filtering.Refs: internal#37, internal#38.