diff --git a/pages/block-storage/how-to/create-a-volume.mdx b/pages/block-storage/how-to/create-a-volume.mdx
index e1c3869364..0acf030353 100644
--- a/pages/block-storage/how-to/create-a-volume.mdx
+++ b/pages/block-storage/how-to/create-a-volume.mdx
@@ -20,7 +20,7 @@ categories:
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- This procedure refers to low latency block volumes. To create legacy block volumes, refer the [dedicated documentation](/instances/how-to/create-a-block-volume/).
+ 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/).
1. Click **Block Storage** in the **Storage** section of the [Scaleway console](https://console.scaleway.com) side menu. The Block Storage page displays.
diff --git a/pages/container-registry/concepts.mdx b/pages/container-registry/concepts.mdx
index eaca615f06..7a10b9bc98 100644
--- a/pages/container-registry/concepts.mdx
+++ b/pages/container-registry/concepts.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Understand key concepts behind Scaleway's Container Registry.
tags: container-registry container docker namespace registry
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
categories:
- container-registry
---
diff --git a/pages/dedibox-account/concepts.mdx b/pages/dedibox-account/concepts.mdx
index 155d0afe69..6724a96c11 100644
--- a/pages/dedibox-account/concepts.mdx
+++ b/pages/dedibox-account/concepts.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page explains all the concepts related to your Dedibox account
tags: dedibox dedibox-console account logs google authenticator authenticator
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
categories:
- account
---
diff --git a/pages/dedibox-account/how-to/update-email.mdx b/pages/dedibox-account/how-to/update-email.mdx
index fa2e5adf48..dee626f6b6 100644
--- a/pages/dedibox-account/how-to/update-email.mdx
+++ b/pages/dedibox-account/how-to/update-email.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page explains how to update the email address associated with your Scaleway Dedibox account.
tags: dedibox update account email
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2020-03-12
categories:
- account
diff --git a/pages/dedibox-dns/concepts.mdx b/pages/dedibox-dns/concepts.mdx
index 7b5a083501..64b3de6ebb 100644
--- a/pages/dedibox-dns/concepts.mdx
+++ b/pages/dedibox-dns/concepts.mdx
@@ -7,12 +7,12 @@ content:
paragraph: This page explains all the concepts related to DNS
tags: mx-record txt-record dedibox dns
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
categories:
- dedibox-network
---
-## Domain Name / Domain
+## Domain name / Domain
See [Domains](/dedibox-domains/concepts/#domain-name).
@@ -20,39 +20,38 @@ See [Domains](/dedibox-domains/concepts/#domain-name).
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).
-## DNS Delegation
+## DNS delegation
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.
-## DNS Name Servers
+## DNS name servers
A DNS Name Server stores the [DNS Records](#dns-record) for a given domain(s).
-## DNS Record
+## DNS record
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).
-## DNS Zone
+## DNS zone
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.
-## DNS Zone File
+## DNS zone file
A DNS Zone File describes a [DNS Zone](#dns-zone), containing DNS records which constitute mappings between domain names, IP addresses and other resources.
-## DNS Namespace
-
+## DNS namespace
DNS domains are all organized in a hierarchy called the DNS namespace. The hierarchy consists of:
- **Top Level Domains**: .com or .net, for example.
- **Second-level domains**: example.com
- **Subdomains**: mysite.example.com or sub.domain.example.com.
-## IP Address
+## IP address
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.
-## Resource Records
+## Resource records
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.
@@ -68,9 +67,9 @@ The most common records are:
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.
-## Root Server
+## Root server
-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.
+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.
## Secondary DNS
diff --git a/pages/dedibox-domains/how-to/change-ownership.mdx b/pages/dedibox-domains/how-to/change-ownership.mdx
index 551ece1775..910bbe466a 100644
--- a/pages/dedibox-domains/how-to/change-ownership.mdx
+++ b/pages/dedibox-domains/how-to/change-ownership.mdx
@@ -6,7 +6,7 @@ content:
h1: How to change the ownership of a domain name
paragraph: This page explains how to change the ownership of a domain name at Scaleway Dedibox
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-05-26
---
diff --git a/pages/dedibox-domains/how-to/enable-dnssec.mdx b/pages/dedibox-domains/how-to/enable-dnssec.mdx
index ad96698e71..bc8f32284d 100644
--- a/pages/dedibox-domains/how-to/enable-dnssec.mdx
+++ b/pages/dedibox-domains/how-to/enable-dnssec.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page explains how to enable DNSSEC for domains at Scaleway Dedibox
tags: dedibox dnssec domain
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
diff --git a/pages/dedibox-domains/how-to/file-contact-info.mdx b/pages/dedibox-domains/how-to/file-contact-info.mdx
index dbe6033e6d..f545b55cbc 100644
--- a/pages/dedibox-domains/how-to/file-contact-info.mdx
+++ b/pages/dedibox-domains/how-to/file-contact-info.mdx
@@ -5,9 +5,9 @@ meta:
content:
h1: How to file contact information
paragraph: This page explains how to file contact information for a domain at Scaleway Dedibox
-tags: dedibox contact-information domain
+tags: dedibox contact-information domain
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
diff --git a/pages/dedibox-domains/how-to/manage-dns-servers.mdx b/pages/dedibox-domains/how-to/manage-dns-servers.mdx
index 401f8355ec..f10046590d 100644
--- a/pages/dedibox-domains/how-to/manage-dns-servers.mdx
+++ b/pages/dedibox-domains/how-to/manage-dns-servers.mdx
@@ -5,9 +5,9 @@ meta:
content:
h1: How to manage a domain's DNS servers
paragraph: This page explains how to manage a domain's DNS server at Scaleway Dedibox
-tags: domain dns-server dns dedibox
+tags: domain dns-server dns dedibox
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
diff --git a/pages/dedibox-domains/how-to/manage-dns-zones.mdx b/pages/dedibox-domains/how-to/manage-dns-zones.mdx
index 8684e7bef9..9bdd27329f 100644
--- a/pages/dedibox-domains/how-to/manage-dns-zones.mdx
+++ b/pages/dedibox-domains/how-to/manage-dns-zones.mdx
@@ -5,9 +5,9 @@ meta:
content:
h1: How to manage a domain's DNS zones
paragraph: This page explains how to manage a domain's DNS zones at Scaleway Dedibox
-tags: dedibox domain dns dns-zone
+tags: dedibox domain dns dns-zone
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
diff --git a/pages/dedibox-domains/how-to/purchase-domain.mdx b/pages/dedibox-domains/how-to/purchase-domain.mdx
index 3c695068f1..e441c92baf 100644
--- a/pages/dedibox-domains/how-to/purchase-domain.mdx
+++ b/pages/dedibox-domains/how-to/purchase-domain.mdx
@@ -5,9 +5,9 @@ meta:
content:
h1: How to buy a domain name
paragraph: This page explains how to buy a domain name at Scaleway Dedibox
-tags: dedibox domain domain-name
+tags: dedibox domain domain-name
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
diff --git a/pages/dedibox-domains/how-to/renew-domain.mdx b/pages/dedibox-domains/how-to/renew-domain.mdx
index af51781703..b6188e3af7 100644
--- a/pages/dedibox-domains/how-to/renew-domain.mdx
+++ b/pages/dedibox-domains/how-to/renew-domain.mdx
@@ -5,9 +5,9 @@ meta:
content:
h1: How to renew a domain name
paragraph: This page explains how to renew a domain name at Scaleway Dedibox
-tags: dedibox domain-name domain
+tags: dedibox domain-name domain
dates:
- validation: 2024-08-19
+ validation: 2025-02-25
posted: 2021-05-26
categories:
- dedibox-network
diff --git a/pages/dedibox-domains/how-to/transfer-domain.mdx b/pages/dedibox-domains/how-to/transfer-domain.mdx
index bda84135ed..6a3e3eb28f 100644
--- a/pages/dedibox-domains/how-to/transfer-domain.mdx
+++ b/pages/dedibox-domains/how-to/transfer-domain.mdx
@@ -5,9 +5,9 @@ meta:
content:
h1: How to transfer a domain name
paragraph: This page explains how to transfer a domain name at Scaleway Dedibox
-tags: dedibox domain transfer domain-name authcode antispam
+tags: dedibox domain transfer domain-name authcode antispam
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
diff --git a/pages/dedibox-domains/how-to/validate-waps-info.mdx b/pages/dedibox-domains/how-to/validate-waps-info.mdx
index cdf78ea154..5892a1dcff 100644
--- a/pages/dedibox-domains/how-to/validate-waps-info.mdx
+++ b/pages/dedibox-domains/how-to/validate-waps-info.mdx
@@ -5,9 +5,9 @@ meta:
content:
h1: How to validate WAPS information
paragraph: This page explains how to validate WAPS information at Scaleway Dedibox
-tags: dedibox waps
+tags: dedibox waps
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-05-26
categories:
- dedibox-network
diff --git a/pages/dedibox-scaleway/how-to/connect-to-dedibox.mdx b/pages/dedibox-scaleway/how-to/connect-to-dedibox.mdx
index c62c9b9b6e..9c1a2b6c96 100644
--- a/pages/dedibox-scaleway/how-to/connect-to-dedibox.mdx
+++ b/pages/dedibox-scaleway/how-to/connect-to-dedibox.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page explains how to connect to a Dedibox server
tags: dedibox connect putty
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2022-01-31
---
@@ -24,7 +24,6 @@ You can also use FTP, SFTP, or SCP to transfer data to and from your server.
- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- [Created and uploaded your SSH key](/organizations-and-projects/how-to/create-ssh-key/)
-- [Linked](/dedibox-scaleway/how-to/link-dedibox-account/) your Dedibox and Scaleway accounts
- [Created](/dedibox-scaleway/how-to/order-dedibox/) and [installed](/dedibox-scaleway/how-to/install-dedibox/) a Dedibox server and transferred your SSH key to it during installation
## How to connect via SSH
diff --git a/pages/dedibox-scaleway/quickstart.mdx b/pages/dedibox-scaleway/quickstart.mdx
index 53d2b71781..dfafda6877 100644
--- a/pages/dedibox-scaleway/quickstart.mdx
+++ b/pages/dedibox-scaleway/quickstart.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page explains how to get started with Scaleway Dedibox dedicated servers
tags: putty dedibox
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2022-01-17
---
@@ -17,8 +17,6 @@ dates:
- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
-- A [Dedibox dedicated server](https://www.scaleway.com/en/dedibox)
-- [Linked](/dedibox-scaleway/how-to/link-dedibox-account/) your Dedibox and Scaleway accounts
## How to order a Dedibox
diff --git a/pages/dedibox/how-to/change-root-password.mdx b/pages/dedibox/how-to/change-root-password.mdx
index d8fb2d28c7..40689b8fa1 100644
--- a/pages/dedibox/how-to/change-root-password.mdx
+++ b/pages/dedibox/how-to/change-root-password.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page explains how to change the root password on a Scaleway Dedibox server
tags: root-password root password dedibox
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
diff --git a/pages/dedibox/how-to/change-win-server-language.mdx b/pages/dedibox/how-to/change-win-server-language.mdx
index d265d2c1e9..058bda4db2 100644
--- a/pages/dedibox/how-to/change-win-server-language.mdx
+++ b/pages/dedibox/how-to/change-win-server-language.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Learn how to change the display language on your Windows Server 2019 installed on a Dedibox server with this step-by-step guide.
tags: language windows-server-2019 windows-server dedibox
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
diff --git a/pages/dedibox/how-to/connect-to-server.mdx b/pages/dedibox/how-to/connect-to-server.mdx
index 53b67dde63..61ed9f4efc 100644
--- a/pages/dedibox/how-to/connect-to-server.mdx
+++ b/pages/dedibox/how-to/connect-to-server.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page explains how to connect to a Scaleway Dedibox server using SSH or RDP
tags: dedibox dedicated-server server
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
diff --git a/pages/dedibox/how-to/get-started-with-server.mdx b/pages/dedibox/how-to/get-started-with-server.mdx
index 389f850768..64203ac814 100644
--- a/pages/dedibox/how-to/get-started-with-server.mdx
+++ b/pages/dedibox/how-to/get-started-with-server.mdx
@@ -5,9 +5,9 @@ meta:
content:
h1: Getting started with your Scaleway Dedibox server
paragraph: Learn how to set up, use, and manage your Scaleway Dedibox server with this comprehensive guide, including tips on using the shell, installing software, and backing up your data.
-tags: dedibox dedicated server x2go
+tags: dedibox dedicated server x2go
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
diff --git a/pages/dedibox/how-to/install-a-server.mdx b/pages/dedibox/how-to/install-a-server.mdx
index 25bd28a186..fd8e7e66f2 100644
--- a/pages/dedibox/how-to/install-a-server.mdx
+++ b/pages/dedibox/how-to/install-a-server.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Learn how to install your Scaleway Dedibox dedicated server with step-by-step instructions for OS selection, partitioning, and configuration.
tags: dedibox dedicated-server server
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
diff --git a/pages/dedibox/how-to/monitor-server.mdx b/pages/dedibox/how-to/monitor-server.mdx
index 82c5e561ee..1babc1d624 100644
--- a/pages/dedibox/how-to/monitor-server.mdx
+++ b/pages/dedibox/how-to/monitor-server.mdx
@@ -5,9 +5,9 @@ meta:
content:
h1: How to monitor your server
paragraph: This page explains how to monitor your Dedibox server
-tags: dedibox monitoring server
+tags: dedibox monitoring server
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
diff --git a/pages/dedibox/how-to/rescue-your-data.mdx b/pages/dedibox/how-to/rescue-your-data.mdx
index 17adae4c6b..fb0b3a47d5 100644
--- a/pages/dedibox/how-to/rescue-your-data.mdx
+++ b/pages/dedibox/how-to/rescue-your-data.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Learn how to recover and download backups of your data from a Scaleway Dedibox server using rescue mode with SFTP or Dedibackup.
tags: recovery rescue data rescue-mode
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
diff --git a/pages/dedibox/how-to/restart-server.mdx b/pages/dedibox/how-to/restart-server.mdx
index 53745dcfb2..7ccf0b2f9d 100644
--- a/pages/dedibox/how-to/restart-server.mdx
+++ b/pages/dedibox/how-to/restart-server.mdx
@@ -5,9 +5,9 @@ meta:
content:
h1: How to restart your server
paragraph: This page explains how to restart your Scaleway Dedibox server
-tags: dedibox server restart
+tags: dedibox server restart
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
diff --git a/pages/dedibox/how-to/use-ipmi-on-server.mdx b/pages/dedibox/how-to/use-ipmi-on-server.mdx
index 990cab3e3d..687681393c 100644
--- a/pages/dedibox/how-to/use-ipmi-on-server.mdx
+++ b/pages/dedibox/how-to/use-ipmi-on-server.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page explains how to use IPMI on a Scaleway Dedibox server
tags: dedibox ipmi server
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
diff --git a/pages/dedibox/how-to/use-rescue-mode.mdx b/pages/dedibox/how-to/use-rescue-mode.mdx
index 7301c29866..68a56bbb01 100644
--- a/pages/dedibox/how-to/use-rescue-mode.mdx
+++ b/pages/dedibox/how-to/use-rescue-mode.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Learn how to use rescue mode on a Scaleway Dedibox server to troubleshoot and recover your system.
tags: rescue mode rescue-mode dedicated-server dedicated server
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
diff --git a/pages/dedibox/how-to/use-serial-console.mdx b/pages/dedibox/how-to/use-serial-console.mdx
index 8d8a0f01a5..8c2b5aa241 100644
--- a/pages/dedibox/how-to/use-serial-console.mdx
+++ b/pages/dedibox/how-to/use-serial-console.mdx
@@ -5,9 +5,9 @@ meta:
content:
h1: How to use the serial console
paragraph: This page explains how to use the serial console on a Scaleway Dedibox server
-tags: dedibox serial console serial-console
+tags: dedibox serial console serial-console
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-06-11
categories:
- dedibox-servers
diff --git a/pages/dedibox/quickstart.mdx b/pages/dedibox/quickstart.mdx
index 1c30b315f4..9eef9492b8 100644
--- a/pages/dedibox/quickstart.mdx
+++ b/pages/dedibox/quickstart.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page explains how to get started with Dedibox dedicated servers
tags: dedibox dedicated-server dedicated servers raid
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-07-13
categories:
- dedibox-servers
diff --git a/pages/elastic-metal/how-to/connect-to-server.mdx b/pages/elastic-metal/how-to/connect-to-server.mdx
index 6937ffdcb8..e5f579721a 100644
--- a/pages/elastic-metal/how-to/connect-to-server.mdx
+++ b/pages/elastic-metal/how-to/connect-to-server.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Learn how to connect to your Elastic Metal server on Linux, macOS, or Windows using SSH or Remote Desktop for secure remote access.
tags: elastic-metal server connection putty
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
posted: 2021-05-26
categories:
- bare-metal
diff --git a/pages/elastic-metal/how-to/send-metrics-logs-to-cockpit.mdx b/pages/elastic-metal/how-to/send-metrics-logs-to-cockpit.mdx
index a381499afd..01f6b6d93b 100644
--- a/pages/elastic-metal/how-to/send-metrics-logs-to-cockpit.mdx
+++ b/pages/elastic-metal/how-to/send-metrics-logs-to-cockpit.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Learn to monitor Elastic Metal servers by sending metrics and logs to Scaleway Cockpit for real-time performance insights.
tags: metrics grafana cockpit elastic-metal
dates:
- validation: 2024-08-19
+ validation: 2025-02-25
posted: 2024-02-13
categories:
- bare-metal
diff --git a/pages/elastic-metal/reference-content/elastic-metal-stock-levels.mdx b/pages/elastic-metal/reference-content/elastic-metal-stock-levels.mdx
index 7fc2951818..ea6daaf8dd 100644
--- a/pages/elastic-metal/reference-content/elastic-metal-stock-levels.mdx
+++ b/pages/elastic-metal/reference-content/elastic-metal-stock-levels.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Learn about the different stock levels for Elastic Metal servers displayed in the Scaleway API and console, including availability, low stock, and out-of-stock statuses.
tags: elastic-metal server
dates:
- validation: 2024-08-19
+ validation: 2025-02-25
posted: 2024-02-14
categories:
- bare-metal
diff --git a/pages/instances/concepts.mdx b/pages/instances/concepts.mdx
index ed6db7441e..b3a9647a69 100644
--- a/pages/instances/concepts.mdx
+++ b/pages/instances/concepts.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page explains all the concepts related to Scaleway Instances
tags: region traffic availability-zone block-volume boot-on-block cloud-init dynamic-ip flexible-ip reverse-dns stardust
dates:
- validation: 2024-08-12
+ validation: 2025-02-24
categories:
- compute
---
diff --git a/pages/instances/how-to/create-a-block-volume.mdx b/pages/instances/how-to/create-a-block-volume.mdx
index 219526bd50..68b6263fc6 100644
--- a/pages/instances/how-to/create-a-block-volume.mdx
+++ b/pages/instances/how-to/create-a-block-volume.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page explains how to create Block Storage volumes in Scaleway
tags: create volume add
dates:
- validation: 2024-08-19
+ validation: 2025-02-25
posted: 2023-11-23
categories:
- instances
@@ -19,7 +19,11 @@ categories:
- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
+
+ This procedure refers to legacy block volumes. To low latency block volumes, refer to the [dedicated documentation](/block-storage/how-to/create-a-volume/).
+
+-
1. Click **Instances** in the **Compute** section of the side menu. The [Instances page](https://console.scaleway.com/instance/servers) displays.
2. Click the **Volumes** tab to display a list of all your current volumes.
3. Click **Create volume** to create a volume that can be attached to any of your Instances.
diff --git a/pages/instances/how-to/manage-volumes.mdx b/pages/instances/how-to/manage-volumes.mdx
index 240fb4cf1d..1a627890fc 100644
--- a/pages/instances/how-to/manage-volumes.mdx
+++ b/pages/instances/how-to/manage-volumes.mdx
@@ -22,7 +22,7 @@ categories:
## How to attach a volume
- You must have created a [volume](/instances/how-to/create-a-block-volume/) that is not attached to any of your Instances before proceeding with the steps below.
+ You must have created a [volume](/block-storage/how-to/create-a-volume/) that is not attached to any of your Instances before proceeding with the steps below.
1. Click **Instances** from the left side menu. The Instances section displays.
diff --git a/pages/kubernetes/concepts.mdx b/pages/kubernetes/concepts.mdx
index 68fa5fc6c9..202b14c2e3 100644
--- a/pages/kubernetes/concepts.mdx
+++ b/pages/kubernetes/concepts.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page explains all the concepts related to Kubernetes Kapsule
tags: kubernetes autoheal autoscale auto-upgrade container-runtime cni control-plane kubeconfi kubectl pods replicaset
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
categories:
- kubernetes
---
diff --git a/pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx b/pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx
index ac9db9f9d2..5cb786d358 100644
--- a/pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx
+++ b/pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx
@@ -7,7 +7,7 @@ content:
paragraph: A Kubernetes kubectl Cheatsheet
tags: kubernetes cheat sheet cheatsheet cheat-sheet
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
categories:
- kubernetes
---
diff --git a/pages/kubernetes/reference-content/kubernetes-control-plane-offers.mdx b/pages/kubernetes/reference-content/kubernetes-control-plane-offers.mdx
index 942aef4c34..f53bf8b6dc 100644
--- a/pages/kubernetes/reference-content/kubernetes-control-plane-offers.mdx
+++ b/pages/kubernetes/reference-content/kubernetes-control-plane-offers.mdx
@@ -7,7 +7,7 @@ content:
paragraph: This page provides information about the different control plane offers available for Scaleway Kubernetes Kapsule and Kosmos
tags: kubernetes control plane control-plane offers dedicated mutualized
dates:
- validation: 2024-08-22
+ validation: 2025-02-24
posted: 2023-09-26
categories:
- kubernetes
diff --git a/pages/managed-inference/quickstart.mdx b/pages/managed-inference/quickstart.mdx
index 8e69a098b5..697316fb36 100644
--- a/pages/managed-inference/quickstart.mdx
+++ b/pages/managed-inference/quickstart.mdx
@@ -4,10 +4,10 @@ meta:
description: Start with Scaleway Managed Inference for secure, scalable AI model deployment in Europe's premier platform. Privacy-focused, fully managed.
content:
h1: Managed Inference - Quickstart
- paragraph: This page explains all the concepts related to Managed Inference
+ paragraph: Start with Scaleway Managed Inference for secure, scalable AI model deployment in Europe's premier platform. Privacy-focused, fully managed.
tags:
dates:
- validation: 2024-08-19
+ validation: 2025-02-24
categories:
- ai-data
---
diff --git a/pages/managed-inference/reference-content/mistral-nemo-instruct-2407.mdx b/pages/managed-inference/reference-content/mistral-nemo-instruct-2407.mdx
index ccf76d3d0e..79859b4b07 100644
--- a/pages/managed-inference/reference-content/mistral-nemo-instruct-2407.mdx
+++ b/pages/managed-inference/reference-content/mistral-nemo-instruct-2407.mdx
@@ -5,9 +5,9 @@ meta:
content:
h1: Understanding the Mistral-nemo-instruct-2407 model
paragraph: This page provides information on the Mistral-nemo-instruct-2407 model
-tags:
+tags:
dates:
- validation: 2024-08-20
+ validation: 2025-02-24
posted: 2024-08-20
categories:
- ai-data