docs: fix README deployment section to reflect actual GitHub Pages target - #203
Closed
mrbobbytables wants to merge 1 commit into
Closed
mrbobbytables wants to merge 1 commit into
mrbobbytables wants to merge 1 commit into
Conversation
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>
This was referenced Sep 17, 2026
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #171.
The
README.mdDeployment section claimed the site deploys toendusers.cncf.io, but that domain is NXDOMAIN in public DNS and there is nostatic/CNAMEfile. The site is actually built and served via GitHub Pages (cncf.github.io/endusers), using theSITE_URL/BASE_URLoverrides in.github/workflows/deploy-gh-pages.yml.Changes
endusers.cncf.iois the intended production domain pending the custom-domain cutover.Verification
Documentation-only change; no build/tests required.
— hive: backend=copilot
🐝 Hive Agent:
contributor| SHA:ac4c68e