[AAASM-4160] 🔗 (docs): Repoint doc references to canonical host (leave versioned_docs)#237
Conversation
Repoint GitHub-Pages doc URLs to canonical docs.agent-assembly.com across
current docs, READMEs, CONTRIBUTING, and the Docusaurus navbar/footer links.
- ai-agent-assembly.github.io/agent-assembly-docs -> docs.agent-assembly.com
- ai-agent-assembly.github.io/agent-assembly -> docs.agent-assembly.com/core
- ai-agent-assembly.github.io/{python,node,go}-sdk -> docs.agent-assembly.com/{python,node,go}-sdk
Left untouched: website/versioned_docs/** (94 frozen snapshots),
docusaurus.config.ts url/baseUrl (already canonical), editUrl (points to the
GitHub repo, correct), and the GH-Pages-mirror explanatory comment.
Refs AAASM-4160
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
✅ Claude Code review — AAASM-4160 (node-sdk)1. CI: Green — all checks pass (26 pass); |



What changed
Repoints GitHub-Pages (
ai-agent-assembly.github.io/*) documentation URLs to the canonical hostdocs.agent-assembly.comacross current docs + README only.Mapping applied (in order):
ai-agent-assembly.github.io/agent-assembly-docsdocs.agent-assembly.comai-agent-assembly.github.io/agent-assemblydocs.agent-assembly.com/coreai-agent-assembly.github.io/python-sdkdocs.agent-assembly.com/python-sdkai-agent-assembly.github.io/node-sdkdocs.agent-assembly.com/node-sdkai-agent-assembly.github.io/go-sdkdocs.agent-assembly.com/go-sdkFiles changed:
README.md,CONTRIBUTING.md,website/README.md,docs/01-introduction/index.md,docs/03-core-concepts/index.md,docs/05-configuration/index.md,docs/07-compatibility-versioning/compatibility.md,website/docusaurus.config.ts(navbar + footer SDK/Docs-Hubhreflinks only).Why
Consolidate all live doc references on the canonical custom domain per Epic AAASM-4160.
Left untouched (intentional)
website/versioned_docs/**— 60 frozen per-version snapshot files with github.io refs are NOT modified (versioned docs must stay pinned to their release-time content).docusaurus.config.tsurl/baseUrl— already canonical (https://docs.agent-assembly.com,/node-sdk/); not touched.editUrl— points at the GitHub source repo (github.com/...), correct as-is.How to verify
grep -rInI 'ai-agent-assembly\.github\.io' .outside the leave-buckets returns only the single explanatory comment indocusaurus.config.ts.Refs Epic AAASM-4160