Skip to content

Commit 0f0a511

Browse files
docs: flip site_url + AGENTS reference to apex openarmature.ai (#34)
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.
1 parent 15574e4 commit 0f0a511

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Commit subjects follow the 50/72 rule — subject ≤ 50 chars (hard cap
105105
## Docs
106106

107107
User-facing docs live in `docs/` and build via MkDocs Material; the
108-
deployed site is at `docs.openarmature.ai`. CI build + deploy is in
108+
deployed site is at `openarmature.ai`. CI build + deploy is in
109109
`.github/workflows/docs.yml`. Local preview: `uv run mkdocs serve`.
110110

111111
## Engine design notes that are easy to miss

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: OpenArmature
2-
site_url: https://docs.openarmature.ai/
2+
site_url: https://openarmature.ai/
33
site_description: Workflow framework for LLM pipelines and tool-calling agents
44
copyright: "©OpenArmature 2026 to present"
55
repo_url: https://github.com/LunarCommand/openarmature-python

0 commit comments

Comments
 (0)