Skip to content

docs: flip site_url to apex openarmature.ai#34

Merged
chris-colinsky merged 1 commit into
mainfrom
chore/apex-site-url
May 12, 2026
Merged

docs: flip site_url to apex openarmature.ai#34
chris-colinsky merged 1 commit into
mainfrom
chore/apex-site-url

Conversation

@chris-colinsky
Copy link
Copy Markdown
Member

@chris-colinsky chris-colinsky commented May 12, 2026

Summary

  • Flips mkdocs.yml's site_url from https://docs.openarmature.ai/ to https://openarmature.ai/, matching where the deployed site now lives.
  • Updates AGENTS.md's docs section reference to match.

For Phase A there's no separate landing site, so the apex is the natural home for the docs. The subdomain framing was a holdover from the original docs-site-plan.md scoping.

site_url is what mkdocs bakes into canonical <link> tags, sitemap.xml, and OG / social-card URLs — purely metadata, but it needs to match the actual served origin for SEO + social embedders to work correctly.

Test plan

  • uv run mkdocs build --strict — clean.
  • Rendered site/index.html carries <link rel="canonical" href="https://openarmature.ai/">.
  • Rendered site/sitemap.xml entries point at https://openarmature.ai/....
  • CI Docs workflow on this PR builds the site with mkdocs build --strict.
  • After merge, Docs on main redeploys to Pages; visit https://openarmature.ai/, view-source on the landing page, confirm the new canonical link.

The docs site now lives at https://openarmature.ai/ (apex) rather than
the originally-scoped docs.openarmature.ai subdomain — for the Phase A
launch we don't have a separate landing site, so the top level is the
natural home. mkdocs.yml's site_url is the canonical-link / sitemap /
OG-meta source, so it has to match where visitors actually land.

AGENTS.md's docs section updated to reference the new URL.
Copilot AI review requested due to automatic review settings May 12, 2026 23:52
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates MkDocs metadata to reflect that the documentation site is now served from the apex domain (openarmature.ai) rather than the docs. subdomain, ensuring canonical URLs / sitemap / social metadata match the deployed origin.

Changes:

  • Update mkdocs.yml site_url to https://openarmature.ai/.
  • Update AGENTS.md documentation host reference to openarmature.ai.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
mkdocs.yml Switches MkDocs site_url to the apex domain for correct canonical/sitemap/metadata URLs.
AGENTS.md Aligns contributor documentation to reference the new deployed docs origin.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chris-colinsky chris-colinsky merged commit 0f0a511 into main May 12, 2026
10 checks passed
@chris-colinsky chris-colinsky deleted the chore/apex-site-url branch May 12, 2026 23:54
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