Commit e7bb86b
authored
[DNS] Clarify that assigned nameservers cannot be changed (#33037)
* Clarify that assigned nameservers cannot be changed
DEE-3776
Common customer question: 'why did my new zone get different
nameservers than my other zones, can we reassign it?' The answer is
already documented but easy to miss. Small changes to make it more
discoverable:
- DNS FAQ: new entry 'Why does my new zone have different nameservers
than my other zones?' explaining the reasons a new zone can be
assigned a different pair (cross-account conflict, prior deletion,
parent/child rules, Foundation DNS color rotation) and how to get
consistent nameservers via Account custom nameservers or DNS zone
defaults.
- Nameserver options: replace a plain sentence with a callout that
points to the new FAQ entry and to the Nameserver consistency section.
- Foundation DNS advanced nameservers: new subsection under Nameservers
hosting and assignment that explains why a new zone might get a
different color set (blue / gold / orange) and cross-links Account
custom nameservers.
* Style guide: remove directional word from Nameserver consistency link
* Address review feedback from @hannes-cf
- faq.mdx: reword 'a different pair' -> 'different nameservers'; drop
'pair' in the parent/child bullet; use 'set' consistently in the
delete-and-re-add caveat.
- foundation-dns/advanced-nameservers.mdx: 'The same name is' ->
'The same domain is', matching the FAQ wording.
- nameservers/nameserver-options.mdx: replace titled ':::note[...]' with
an untitled ':::caution' (per docs convention and given severity); in
the adjacent pre-existing caution, replace 'a new pair of nameservers'
with 'a new set of nameservers' for wording consistency.
Also rebased onto origin/production.1 parent c681bbd commit e7bb86b
3 files changed
Lines changed: 32 additions & 2 deletions
File tree
- src/content/docs/dns
- foundation-dns
- nameservers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
95 | 113 | | |
96 | 114 | | |
97 | 115 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
77 | 87 | | |
78 | 88 | | |
79 | 89 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments