Docs: CDN is included with every domain#6
Merged
Conversation
Every custom domain is served through our edge CDN now — there's no on/off toggle, provider type, or downgrade flow: - networking/domains: drop the CDN create flag and the downgrade flow; reframe "The CDN" as always-on/included and document file/prefix purge. - access/projects: drop the removed domainAllowDisableCdn config toggle. - billing/overview: remove the Domain CDN meter row and SKU mention; note CDN is included at no extra charge. - networking/routes: tidy the request-flow diagram (no cdn flag). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying deploys-app--docs with
|
| Latest commit: |
56aea5a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://baffac63.deploys-app--docs.pages.dev |
| Branch Preview URL: | https://feat-remove-3rd-party-cdn.deploys-app--docs.pages.dev |
Edge caching isn't enabled in every location, so don't present CDN as guaranteed for every domain: - domains: qualify the "served through our CDN" claims with "where the location supports it", and note domain.purgeCache returns "location not support" where edge caching isn't enabled. - billing: the no-extra-charge CDN note now applies where a location provides edge caching. - routes: edge always terminates TLS; CDN caching is per-location. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The console domain list dropped the CDN column (CDN is no longer a per-domain toggle). Recapture domain-list.png / -dark.png from the enriched mock — now Domain / Wildcard / Location. Also regenerate scripts/screenshots/mock-enrichment.patch against the current console mock.js: it had drifted (the old patch no longer applied) and still referenced the removed `cdn` domain field. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Documentation for retiring the 3rd-party CDN. Every custom domain is served through our edge CDN now — no on/off toggle, provider type, or downgrade flow. Pairs with deploys-app/api#35, deploys-app/apiserver#88, deploys-app/console#177.
Changes
/domain/cdn-downgradeflow; reframed "The CDN" as always-on / included; documentedfileandprefixpurge with a note that wildcard domains need afile/prefix.domainAllowDisableCdnis gone;configis now reserved/empty.domain.cdnflag).Notes
hugo --minifybuilds clean. Thedomain-list.pngscreenshot still shows the old CDN column; that image is refreshed by the dedicated screenshot script in a separate branch, so it's intentionally not regenerated here.🤖 Generated with Claude Code