Skip to content

Commit 00e625f

Browse files
bene2k1nerda-codes
andauthored
feat(ddx): content review - part 1/2 (#4470)
* feat(ddx): content review * Apply suggestions from code review Co-authored-by: Néda <[email protected]> --------- Co-authored-by: Néda <[email protected]>
1 parent b1e58fa commit 00e625f

39 files changed

+67
-67
lines changed

pages/block-storage/how-to/create-a-volume.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ categories:
2020
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2121

2222
<Message type="important">
23-
This procedure refers to low latency block volumes. To create legacy block volumes, refer the [dedicated documentation](/instances/how-to/create-a-block-volume/).
23+
This procedure refers to low latency block volumes. To create legacy block volumes, refer to the [dedicated documentation](/block-storage/how-to/create-a-volume/).
2424
</Message>
2525

2626
1. Click **Block Storage** in the **Storage** section of the [Scaleway console](https://console.scaleway.com) side menu. The Block Storage page displays.

pages/container-registry/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Understand key concepts behind Scaleway's Container Registry.
88
tags: container-registry container docker namespace registry
99
dates:
10-
validation: 2024-08-19
10+
validation: 2025-02-24
1111
categories:
1212
- container-registry
1313
---

pages/dedibox-account/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains all the concepts related to your Dedibox account
88
tags: dedibox dedibox-console account logs google authenticator authenticator
99
dates:
10-
validation: 2024-08-19
10+
validation: 2025-02-24
1111
categories:
1212
- account
1313
---

pages/dedibox-account/how-to/update-email.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to update the email address associated with your Scaleway Dedibox account.
88
tags: dedibox update account email
99
dates:
10-
validation: 2024-08-19
10+
validation: 2025-02-24
1111
posted: 2020-03-12
1212
categories:
1313
- account

pages/dedibox-dns/concepts.mdx

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,52 +7,51 @@ content:
77
paragraph: This page explains all the concepts related to DNS
88
tags: mx-record txt-record dedibox dns
99
dates:
10-
validation: 2024-08-19
10+
validation: 2025-02-24
1111
categories:
1212
- dedibox-network
1313
---
1414

15-
## Domain Name / Domain
15+
## Domain name / Domain
1616

1717
See [Domains](/dedibox-domains/concepts/#domain-name).
1818

1919
## DNS
2020

2121
The **D**omain **N**ame **S**ystem is a name management system for computing devices connected to a network, be it public (Internet) or private. It translates text-based [domain names](/dedibox-domains/concepts/#domain-name) to numerical [IP addresses](#ip-address).
2222

23-
## DNS Delegation
23+
## DNS delegation
2424

2525
DNS delegation is when a [DNS Name Server](#dns-name-servers) delegates authority over a part of its [namespace](#dns-namespace) to one or more other DNS servers. Delegation can be seen as a pointer to the authoritative name servers for a subdomain. With Dedibox, this can be useful to edit the reverse of IPv4/27 blocks and the IPv6 blocks (/48 - /56 - /64), as that cannot be done directly in the console. You can, alternatively, delegate those subnets to your name servers, who will then take on the task of propagating the DNS reverses of your IPs on the internet.
2626

27-
## DNS Name Servers
27+
## DNS name servers
2828

2929
A DNS Name Server stores the [DNS Records](#dns-record) for a given domain(s).
3030

31-
## DNS Record
31+
## DNS record
3232

3333
A [DNS](#dns) Record holds information translating a domain or subdomain to an IP address, mail server or other domain/subdomain. DNS records for each [DNS Zone](#dns-zone) are stored within files called [DNS Zone Files](#dns-zone-file). These are hosted on [DNS Name Servers](#dns-name-servers). DNS records act as instructions for the DNS servers, so they know which domain names and IP addresses are associated with each other. DNS records can be of multiple types, called [Resource Records](#resource-records).
3434

35-
## DNS Zone
35+
## DNS zone
3636

3737
A DNS zone hosts the [DNS records](#dns-record) for a distinct part of the global domain namespace, and is managed by a specific organization or administrator.
3838

39-
## DNS Zone File
39+
## DNS zone file
4040

4141
A DNS Zone File describes a [DNS Zone](#dns-zone), containing DNS records which constitute mappings between domain names, IP addresses and other resources.
4242

43-
## DNS Namespace
44-
43+
## DNS namespace
4544
DNS domains are all organized in a hierarchy called the DNS namespace. The hierarchy consists of:
4645

4746
- **Top Level Domains**: .com or .net, for example.
4847
- **Second-level domains**: example.com
4948
- **Subdomains**: mysite.example.com or sub.domain.example.com.
5049

51-
## IP Address
50+
## IP address
5251

5352
An Internet Protocol address is a unique address that identifies a device on the internet or a local network. Generally, when we talk about IP addresses, we are referring to IPv4 addresses. However, due to the global shortage of IPv4 addresses, IPv6 addresses have also been in deployment since the mid-2000s.
5453

55-
## Resource Records
54+
## Resource records
5655

5756
Information in [DNS zones](#dns-zone) is categorized and organized through a list of [DNS record](#dns-record) types, called Resource Records (RRs). Each of these records has a type, an expiration time (Time to Live - TTL), a name, and type-specific data for certain types of records.
5857

@@ -68,9 +67,9 @@ The most common records are:
6867

6968
Reverse DNS, or rDNS, is exactly the opposite of classic [forward DNS](#dns) as we know it. Forward DNS maps a hostname to an IP address. Reverse DNS means we are mapping the IP address to a hostname. This can be very useful, especially if you want to send emails from your server.
7069

71-
## Root Server
70+
## Root server
7271

73-
Root Servers are a type of [DNS Name Server](#dns-name-servers) pertaining to [Top Level domains](/dedibox-domains/concepts/#tld). They are the first step in the resolution of any domain name, since they contain information about the authoritative DNS servers for each Top Level Domain.
72+
Root servers are a type of [DNS name server](#dns-name-servers) pertaining to [top level domains](/dedibox-domains/concepts/#tld). They are the first step in the resolution of any domain name, since they contain information about the authoritative DNS servers for each Top Level Domain.
7473

7574
## Secondary DNS
7675

pages/dedibox-domains/how-to/change-ownership.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content:
66
h1: How to change the ownership of a domain name
77
paragraph: This page explains how to change the ownership of a domain name at Scaleway Dedibox
88
dates:
9-
validation: 2024-08-19
9+
validation: 2025-02-24
1010
posted: 2021-05-26
1111
---
1212

pages/dedibox-domains/how-to/enable-dnssec.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to enable DNSSEC for domains at Scaleway Dedibox
88
tags: dedibox dnssec domain
99
dates:
10-
validation: 2024-08-19
10+
validation: 2025-02-24
1111
posted: 2021-05-26
1212
categories:
1313
- dedibox-network

pages/dedibox-domains/how-to/file-contact-info.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ meta:
55
content:
66
h1: How to file contact information
77
paragraph: This page explains how to file contact information for a domain at Scaleway Dedibox
8-
tags: dedibox contact-information domain
8+
tags: dedibox contact-information domain
99
dates:
10-
validation: 2024-08-19
10+
validation: 2025-02-24
1111
posted: 2021-05-26
1212
categories:
1313
- dedibox-network

pages/dedibox-domains/how-to/manage-dns-servers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ meta:
55
content:
66
h1: How to manage a domain's DNS servers
77
paragraph: This page explains how to manage a domain's DNS server at Scaleway Dedibox
8-
tags: domain dns-server dns dedibox
8+
tags: domain dns-server dns dedibox
99
dates:
10-
validation: 2024-08-19
10+
validation: 2025-02-24
1111
posted: 2021-05-26
1212
categories:
1313
- dedibox-network

pages/dedibox-domains/how-to/manage-dns-zones.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ meta:
55
content:
66
h1: How to manage a domain's DNS zones
77
paragraph: This page explains how to manage a domain's DNS zones at Scaleway Dedibox
8-
tags: dedibox domain dns dns-zone
8+
tags: dedibox domain dns dns-zone
99
dates:
10-
validation: 2024-08-19
10+
validation: 2025-02-24
1111
posted: 2021-05-26
1212
categories:
1313
- dedibox-network

0 commit comments

Comments
 (0)