Skip to content

docs(cdn): update domain ownership instructions and clarify DNS challenge configuration#2368

Open
Renaud Hager (renaudhager) wants to merge 3 commits into
mainfrom
feat/paas-improve-dns
Open

docs(cdn): update domain ownership instructions and clarify DNS challenge configuration#2368
Renaud Hager (renaudhager) wants to merge 3 commits into
mainfrom
feat/paas-improve-dns

Conversation

@renaudhager

Copy link
Copy Markdown
Member

Summary

Restructures the custom domain setup guide in the PaaS CDN docs to fix the step ordering. The domain ownership TXT record instructions were previously bundled into Step 1 (DNS records), but verification (Step 2) logically comes before proving ownership. This moves the TXT record creation into its own dedicated step after DNS propagation is verified.

Changes

Moved the domain ownership TXT record instructions out of Step 1 into a new Step 3: Domain ownership, pushing "Create Domain in PaaS" to Step 4.
Clarified the domain-vs-FQDN example: now spells out that for an application FQDN of myshop.example.com, the domain is example.com (org ID abc123), making the relationship between the application hostname and the challenge record explicit.

Related links

Checklist

  • [ x] I reviewed affected links, code samples, and cross-references, including PageRef references where relevant.
  • I added or updated redirects in .gitbook.yaml if pages were moved, renamed, or deleted.
  • I updated .wordlist.txt (and sorted it) if spellcheck flags new legitimate terms.
  • Any required dependent changes in downstream modules have already been merged and published.
  • [ x] This pull request is ready for review.

Notes

Copilot AI review requested due to automatic review settings July 3, 2026 16:14
@shopware-dev-docs-connector

shopware-dev-docs-connector Bot commented Jul 3, 2026

Copy link
Copy Markdown

Developer Docs healthcheck

Status: Completed with success.
Repository: shopware/docs
Commit: dd1182c
Preview: https://developer-documentation-indjoywck-shopware-frontends.vercel.app
Workflow run: #4343

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Shopware PaaS CDN custom-domain documentation to improve the logical ordering of DNS setup steps, separating domain ownership TXT record creation into its own step and clarifying the relationship between an application FQDN and the base domain used for the challenge record.

Changes:

  • Moved domain ownership TXT record instructions into a dedicated “Step 3: Domain ownership”.
  • Clarified the domain vs. FQDN example to make the challenge record target explicit.
  • Shifted “Create Domain in PaaS” later in the step sequence to reflect the new ordering.

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

Comment on lines +130 to +134
### Step 3: Domain ownership - Create a `TXT` record to prove domain ownership:

```dns
_shopware-challenge.<domain> IN TXT "shopware-challenge=<organization id>"
```
Comment on lines +154 to 156
### Step 4: Create Domain in PaaS

Once DNS records are configured and propagated, create the domain using the CLI:
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