Skip to content

[AAASM-4160] 🔗 (docs): Repoint doc references to canonical host (leave versioned_docs)#237

Merged
Chisanan232 merged 1 commit into
masterfrom
v0.0.1/AAASM-4160/docs/repoint_canonical_host
Jul 5, 2026
Merged

[AAASM-4160] 🔗 (docs): Repoint doc references to canonical host (leave versioned_docs)#237
Chisanan232 merged 1 commit into
masterfrom
v0.0.1/AAASM-4160/docs/repoint_canonical_host

Conversation

@Chisanan232

Copy link
Copy Markdown
Contributor

What changed

Repoints GitHub-Pages (ai-agent-assembly.github.io/*) documentation URLs to the canonical host docs.agent-assembly.com across current docs + README only.

Mapping applied (in order):

From To
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-sdk docs.agent-assembly.com/python-sdk
ai-agent-assembly.github.io/node-sdk docs.agent-assembly.com/node-sdk
ai-agent-assembly.github.io/go-sdk docs.agent-assembly.com/go-sdk

Files 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-Hub href links 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.ts url / baseUrl — already canonical (https://docs.agent-assembly.com, /node-sdk/); not touched.
  • editUrl — points at the GitHub source repo (github.com/...), correct as-is.
  • The GH-Pages-mirror explanatory code comment on line 34 (descriptive prose, not a doc link).

How to verify

  • grep -rInI 'ai-agent-assembly\.github\.io' . outside the leave-buckets returns only the single explanatory comment in docusaurus.config.ts.
  • Markdown link syntax unchanged (only hostnames swapped).

Refs Epic AAASM-4160

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

codecov Bot commented Jul 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud

sonarqubecloud Bot commented Jul 5, 2026

Copy link
Copy Markdown

@Chisanan232

Copy link
Copy Markdown
Contributor Author

✅ Claude Code review — AAASM-4160 (node-sdk)

1. CI: Green — all checks pass (26 pass); skipping = release/deploy-conditional jobs. mergeStateStatus=BLOCKED = awaiting required Pioneer approval, not a failure. MERGEABLE.
3. Side effects: None — balanced +N/-N string swaps (host/path only); no code/logic. 60 versioned_docs/ frozen snapshots left untouched (per scope decision); docusaurus url/baseUrl/editUrl kept (already canonical / point at source repo); github.com links preserved.
4. Front-end: Doc-site content/config only; build-validated (markdown/config only — docusaurus url/baseUrl already canonical). Changed cross-site links resolve (docs.agent-assembly.com paths → 200). No UI/component code touched → Playwright adds nothing beyond the build gate.
2. Scope: 8 files (README + current docs + navbar/footer hrefs). Only the explanatory github.io-mirror comment in docusaurus.config.ts:34 intentionally kept. Complete.
Verdict: ready to approve + merge. — Claude Code

@Chisanan232 Chisanan232 merged commit 3a3f15e into master Jul 5, 2026
27 checks passed
@Chisanan232 Chisanan232 deleted the v0.0.1/AAASM-4160/docs/repoint_canonical_host branch July 5, 2026 12:33
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.

1 participant