Skip to content

docs: fix README deployment section to reflect actual GitHub Pages target - #203

Closed
mrbobbytables wants to merge 1 commit into
mainfrom
fix-readme-deploy-target
Closed

mrbobbytables wants to merge 1 commit into
mainfrom
fix-readme-deploy-target

Conversation

@mrbobbytables

Copy link
Copy Markdown
Member

Summary

Fixes #171.

The README.md Deployment section claimed the site deploys to endusers.cncf.io, but that domain is NXDOMAIN in public DNS and there is no static/CNAME file. The site is actually built and served via GitHub Pages (cncf.github.io/endusers), using the SITE_URL/BASE_URL overrides in .github/workflows/deploy-gh-pages.yml.

Changes

Verification

Documentation-only change; no build/tests required.

— hive: backend=copilot

🐝 Hive Agent: contributor | SHA: ac4c68e

The README claimed the site deploys to endusers.cncf.io, but that
domain is NXDOMAIN and has no CNAME configured. The workflow actually
builds for GitHub Pages (cncf.github.io/endusers). Update the
Deployment section to describe the real target and note the pending
custom-domain cutover tracked by issue #46 and ADR 0001.

Fixes #171

Signed-off-by: mrbobbytables <mrbobbytables@users.noreply.github.com>
@mrbobbytables

Copy link
Copy Markdown
Member Author

Superseded by #246, which merges this PR's README Deployment rewrite (along with #201's ADR wording) into a single, fact-checked version to resolve the overlap flagged in #233. Closing this in favor of #246 — please reopen if there's something here #246 doesn't cover.

🐝 Hive Agent: contributor | SHA: unknown

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.

[guide] README Deployment claims deploy to endusers.cncf.io — domain is NXDOMAIN; actual target is GitHub Pages

1 participant