Skip to content

Commit 0019ed4

Browse files
Clarify subdomain examples adding www and leverage GlossaryTooltip
1 parent ad4c883 commit 0019ed4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/partials/dns/create-subdomain-record.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Most subdomains serve a specific purpose within the overall context of your webs
1111

1212
To create a new subdomain, you would first add the subdomain content at your [host](/fundamentals/setup/manage-domains/#host-your-domain).
1313

14-
Then, you would create a corresponding [IP address resolution record](/dns/manage-dns-records/reference/dns-record-types/#ip-address-resolution) (`A`, `AAAA`, or `CNAME`), specifying the subdomain (`blog`, `store`) as the record **Name**.
14+
Then, you would create a corresponding [IP address resolution record](/dns/manage-dns-records/reference/dns-record-types/#ip-address-resolution) (`A`, `AAAA`, or `CNAME`), specifying the subdomain (`blog`, `www`, or `store`, for example) as the record **Name**.
1515

1616
<Example>
1717

src/content/partials/dns/dns-record-steps.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ params:
44
- example
55
---
66

7-
import { Tabs, TabItem, Render } from "~/components";
7+
import { Tabs, TabItem, Render, GlossaryTooltip } from "~/components";
88

99
<Tabs syncKey="dashPlusAPI">
1010
<TabItem label="Dashboard">
@@ -14,7 +14,7 @@ import { Tabs, TabItem, Render } from "~/components";
1414
- If your hosting service has provided an IPv4 address, select `A`, use {props.name} (<code>{props.example}</code>) for the record **Name**, and insert the IPv4 address in the respective field.
1515
- If your hosting service has provided an IPv6 address, select `AAAA`, use {props.name} (<code>{props.example}</code>) for the record **Name**, and insert the IPv6 address in the respective field.
1616
- If your hosting service has provided a hostname (or a [fully qualified domain name](https://en.wikipedia.org/wiki/Fully_qualified_domain_name)), select `CNAME`, use {props.name} (<code>{props.example}</code>) for the record **Name**, and insert the hostname in the **Target** field.
17-
4. Specify the **Proxy status** and **TTL** according to your needs.
17+
4. Specify the <GlossaryTooltip term="proxy status" link="/dns/manage-dns-records/reference/proxied-dns-records/">**Proxy status**</GlossaryTooltip> and <GlossaryTooltip term="time-to-live (TTL)" link="/dns/manage-dns-records/reference/ttl/">**TTL**</GlossaryTooltip> according to your needs.
1818
5. Select **Save** to confirm.
1919
</TabItem>
2020
<TabItem label="API">

0 commit comments

Comments
 (0)