From 34b5c6125a20067b60959be5b69c22d13743a912 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?N=C3=A9da?= <87707325+nerda-codes@users.noreply.github.com>
Date: Wed, 16 Apr 2025 10:13:29 +0200
Subject: [PATCH 1/3] docs(sem): add secret deletion (#4851)
---
menu/navigation.json | 12 ++++-
pages/secret-manager/concepts.mdx | 14 ++++--
pages/secret-manager/faq.mdx | 4 +-
pages/secret-manager/how-to/delete-secret.mdx | 19 ++++----
.../secret-manager/how-to/delete-version.mdx | 12 +++--
.../secret-manager/how-to/recover-secrets.mdx | 48 +++++++++++++++++++
.../secret-manager/how-to/recover-version.mdx | 38 +++++++++++++++
7 files changed, 125 insertions(+), 22 deletions(-)
create mode 100644 pages/secret-manager/how-to/recover-secrets.mdx
create mode 100644 pages/secret-manager/how-to/recover-version.mdx
diff --git a/menu/navigation.json b/menu/navigation.json
index 6d6867bb14..e347a21d35 100644
--- a/menu/navigation.json
+++ b/menu/navigation.json
@@ -576,12 +576,20 @@
"slug": "manage-version"
},
{
- "label": "Delete a secret",
+ "label": "Schedule a secret deletion",
"slug": "delete-secret"
},
{
- "label": "Delete a version",
+ "label": "Schedule a version deletion",
"slug": "delete-version"
+ },
+ {
+ "label": "Recover secrets scheduled for deletion",
+ "slug": "recover-secrets"
+ },
+ {
+ "label": "Recover a version scheduled for deletion",
+ "slug": "recover-version"
}
],
"label": "How to",
diff --git a/pages/secret-manager/concepts.mdx b/pages/secret-manager/concepts.mdx
index 7b2fb3b61e..d00c70eda5 100644
--- a/pages/secret-manager/concepts.mdx
+++ b/pages/secret-manager/concepts.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Discover essential concepts of Scaleway Secret Manager, including secret versioning, ephemeral policies, and path management.
tags: secret-manager secret version
dates:
- validation: 2025-01-13
+ validation: 2025-04-15
---
## Disabling a version
@@ -109,12 +109,18 @@ Secret types refer to the different kinds of sensitive data you can store with S
Upon secret creation, you must choose a secret type that will also be applied to the secret version. All the secret's subsequent versions must be of the same type.
+## Scheduled deletion
+
+Scheduled deletion lets you mark a secret and its versions for deletion ahead of time. Instead of immediate deletion, the secret enters a 7-day pending deletion period, during which you can still [recover it](/secret-manager/how-to/recover-secrets/).
+
+During this time, you can read secret versions but cannot edit, access, or delete them. After the retention period, the secret and all its versions are permanently deleted. You can also schedule a secret version for deletion without impacting the secret associated with the version.
+
+Recovering deleted secrets is billed €0.01 per version associated with the secret.
+
## Tag
Tags allow you to organize your secrets. This gives you the possibility of sorting and filtering your secrets in any organizational pattern of your choice, which in turn helps you arrange, control, and monitor your secrets.
## Version
-Versions store the data contained in your secret (API keys, passwords, or certificates). Versions can be [**enabled**](#enabling-a-version) or [**disabled**](#disabling-a-version) depending on your usage. Versions must be of the same type as the secret they belong to.
-
-
+Versions store the data contained in your secret (API keys, passwords, or certificates). Versions can be [**enabled**](#enabling-a-version) or [**disabled**](#disabling-a-version) depending on your usage. Versions must be of the same type as the secret they belong to.
\ No newline at end of file
diff --git a/pages/secret-manager/faq.mdx b/pages/secret-manager/faq.mdx
index e8ce9f71be..a5de3b9052 100644
--- a/pages/secret-manager/faq.mdx
+++ b/pages/secret-manager/faq.mdx
@@ -5,7 +5,7 @@ meta:
content:
h1: Secret Manager FAQ
dates:
- validation: 2025-04-01
+ validation: 2025-04-15
category: identity-and-access-management
productIcon: SecretManagerProductIcon
---
@@ -40,3 +40,5 @@ To understand the secrets encryption process, refer to our [related documentatio
At the end of the month, you are billed for the number of secret versions stored and API requests made on the service.
A secret version is billed if it is in an enabled or disabled state.
If, for example, you have used a secret version for five days, you will only be billed for the five days and not for the whole month. Find out more about pricing on our [dedicated page](https://www.scaleway.com/en/pricing/?tags=available).
+
+Recovering secrets [scheduled for deletion](/secret-manager/concepts/#scheduled-deletion) is billed €0.01 per version associated with the secret.
\ No newline at end of file
diff --git a/pages/secret-manager/how-to/delete-secret.mdx b/pages/secret-manager/how-to/delete-secret.mdx
index 738f2581a7..072818d113 100644
--- a/pages/secret-manager/how-to/delete-secret.mdx
+++ b/pages/secret-manager/how-to/delete-secret.mdx
@@ -5,15 +5,17 @@ meta:
content:
h1: How to delete a secret
paragraph: Discover how to securely delete secrets using Scaleway's intuitive console. Follow these steps to manage your sensitive data effectively.
-tags: secret sensitive-data storage-system
+tags: secret sensitive-data storage-system schedule-deletion
dates:
- validation: 2025-03-14
+ validation: 2025-04-15
posted: 2023-02-21
categories:
- identity-and-access-management
---
-This page explains how to delete a [secret](/secret-manager/concepts/#secret) using the [Scaleway console](https://console.scaleway.com). You **cannot delete protected secrets**, i.e. secrets to which you have applied [secret protection](/secret-manager/concepts/#secret-protection).
+This page explains how to [schedule a secret deletion](/secret-manager/concepts/#scheduled-deletion) using the [Scaleway console](https://console.scaleway.com). You **cannot delete protected secrets**, i.e. secrets to which you have applied [secret protection](/secret-manager/concepts/#secret-protection).
+
+Once you schedule a secret for deletion, it enters a 7-day pending deletion period, during which you can still [recover it](/secret-manager/how-to/recover-secrets/). After this retention period, the secret and all its versions are permanently deleted.
@@ -25,13 +27,10 @@ This page explains how to delete a [secret](/secret-manager/concepts/#secret) us
1. Click **Secret Manager** in the **Security and Identity** section of the [Scaleway console](https://console.scaleway.com/) side menu.
2. Select the [region](/secret-manager/concepts/#region) in which to delete the secret, in the **Region** drop-down.
-3. Access the secret you wish to delete. The secret's **Overview** tab displays.
-4. Scroll down and click **Delete secret**. A pop-up displays.
-5. Type **DELETE** and click **Delete secret**.
+3. Click next to the secret you want to delete and click **Delete**. A pop-up displays informing you that the action schedules the deletion of your secret and its version.
+4. Type **DELETE** and click **Delete secret** to confirm. Your secret displays in the **Scheduled for deletion** tab for a period of 7 days before being permanently deleted.
- - Although you cannot delete a [protected secret](/secret-manager/concepts/#secret-protection), you can delete its versions
- - Deleting a secret is a permanent action. It erases every version you have created for your secret
+ - Although you cannot delete a [protected secret](/secret-manager/concepts/#secret-protection), you can delete its versions.
+ - Deleting a secret is a permanent action. It erases every version you have created for your secret if you do not [recover it](/secret-manager/how-to/recover-secrets/) before the end of the retention period.
-
-
diff --git a/pages/secret-manager/how-to/delete-version.mdx b/pages/secret-manager/how-to/delete-version.mdx
index 67eb94df2e..da2ef80afa 100644
--- a/pages/secret-manager/how-to/delete-version.mdx
+++ b/pages/secret-manager/how-to/delete-version.mdx
@@ -7,13 +7,15 @@ content:
paragraph: Learn how to securely delete versions of secrets using the Scaleway console. Follow these steps to effectively manage your sensitive data.
tags: sensitive-data storage-system api-key
dates:
- validation: 2025-03-14
+ validation: 2025-04-15
posted: 2023-02-21
categories:
- identity-and-access-management
---
-This page explains how to delete a secret [version](/secret-manager/concepts/#version) using the [Scaleway console](https://console.scaleway.com).
+This page explains how to [schedule](/secret-manager/concepts/#scheduled-deletion) a [version](/secret-manager/concepts/#version) deletion using the [Scaleway console](https://console.scaleway.com).
+
+Once you schedule a version for deletion, it enters a 7-day pending deletion period, during which you can still [recover it](/secret-manager/how-to/recover-version/). After this retention period, the version is permanently deleted.
@@ -27,11 +29,11 @@ This page explains how to delete a secret [version](/secret-manager/concepts/#ve
3. Access the secret for which you want to delete the version. Your secret's **Overview** tab displays.
4. Click the **Versions** tab.
5. Click next to the version you want to delete.
-6. Click **Delete**. A pop-up displays.
-7. Type **DELETE** and click **Delete version**.
+6. Click **Delete**. A pop-up displays informating you that the action schedules the deletion of your version.
+7. Type **DELETE** and click **Delete version**. Your version enters the **Scheduled for deletion** status for a period of 7 days before being permanently deleted.
- Deleting a version is permanent. You will not be able to use the version again.
+ Deleting a version is permanent. You will not be able to use the version again if you do not [recover it](/secret-manager/how-to/recover-version/) before the end of the retention period.
diff --git a/pages/secret-manager/how-to/recover-secrets.mdx b/pages/secret-manager/how-to/recover-secrets.mdx
new file mode 100644
index 0000000000..f0c7a339ad
--- /dev/null
+++ b/pages/secret-manager/how-to/recover-secrets.mdx
@@ -0,0 +1,48 @@
+---
+meta:
+ title: How to recover secrets scheduled for deletion
+ description: Recover secrets scheduled for deletion in the Scaleway console before they are permanently removed.
+content:
+ h1: How to recover secrets scheduled for deletion
+ paragraph: Recover secrets scheduled for deletion in the Scaleway console before they are permanently removed.
+tags: secret sensitive-data scheduled-deletion recover-secret
+dates:
+ validation: 2025-04-15
+ posted: 2025-04-15
+categories:
+ - identity-and-access-management
+---
+
+This page shows you how to recover secrets scheduled for deletion using the Scaleway [console](https://console.scaleway.com). Once you schedule a secret for deletion, it enters a 7-day pending deletion period, during which you can still recover it.
+After this retention period, the secret and all its versions are permanently deleted.
+
+
+ Scheduled deletion deletes ephemeral secrets and their versions immediately.
+
+
+
+
+- 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 a [secret](/secret-manager/how-to/create-secret/)
+- Scheduled secrets for deletion
+
+## How to recover one secret
+
+1. Click **Secret Manager** in the **Security and Identity** section of the [Scaleway console](https://console.scaleway.com/) side menu.
+2. Select the [region](/secret-manager/concepts/#region) in which to recover the secret, in the **Region** drop-down.
+3. Click the **Scheduled for deletion** tab. Your secrets display.
+4. Click next to the secret you want to recover and click **Recover**. A pop-up displays the estimated cost of recovering the secret.
+
+ Recovering a secret is billed €0.01 per version associated with the secret.
+
+5. Click **Recover secret** to confirm. Your secret displays in the **Secrets** tab.
+
+## How to recover several secrets
+
+1. Click **Secret Manager** in the **Security and Identity** section of the [Scaleway console](https://console.scaleway.com/) side menu.
+2. Select the [region](/secret-manager/concepts/#region) in which to recover the secret, in the **Region** drop-down.
+3. Click the **Scheduled for deletion** tab. Your secrets display.
+4. Tick the checkbox next to **Name** to select all the secrets you want to recover.
+5. Click the circular arrow to recover the selected secrets.
+6. Check the estimated cost and click **Recover secrets** to confirm.
\ No newline at end of file
diff --git a/pages/secret-manager/how-to/recover-version.mdx b/pages/secret-manager/how-to/recover-version.mdx
new file mode 100644
index 0000000000..ec2dfd5a33
--- /dev/null
+++ b/pages/secret-manager/how-to/recover-version.mdx
@@ -0,0 +1,38 @@
+---
+meta:
+ title: How to recover a version scheduled for deletion
+ description: Recover a version scheduled for deletion in the Scaleway console before it is permanently removed.
+content:
+ h1: How to recover a version scheduled for deletion
+ paragraph: Recover a version scheduled for deletion in the Scaleway console before it is permanently removed.
+tags: secret sensitive-data scheduled-deletion recover-version
+dates:
+ validation: 2025-04-15
+ posted: 2025-04-15
+categories:
+ - identity-and-access-management
+---
+
+This page shows you how to recover a version scheduled for deletion using the Scaleway [console](https://console.scaleway.com). Once you schedule a version for deletion, it enters a 7-day pending deletion period, during which you can still recover it.
+After this retention period, the version is permanently deleted.
+
+
+ Scheduled deletion deletes ephemeral secrets and their versions immediately.
+
+
+
+
+- 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 a [version](/secret-manager/how-to/create-version/)
+- Scheduled a version for deletion
+
+1. Click **Secret Manager** in the **Security and Identity** section of the [Scaleway console](https://console.scaleway.com/) side menu.
+2. Select the [region](/secret-manager/concepts/#region) in which to recover the version, in the **Region** drop-down.
+3. Access the secret for which you want to recover the version. Your secret's **Overview** tab displays.
+4. Click the **Versions** tab.
+5. Click next to the version you want to recover, and click **Recover**. A pop-up displays the estimated cost of recovering the version.
+
+ Recovering a version is billed €0.01.
+
+6. Click **Recover version** to confirm. You version displays in the **Versions** tab with the same status as before the scheduled deletion.
\ No newline at end of file
From 68324015f70ee95af4ead057370090da8dacc683 Mon Sep 17 00:00:00 2001
From: Emmanuel Barachant
Date: Wed, 23 Jul 2025 13:29:32 +0200
Subject: [PATCH 2/3] feat(docs): replace categories to products in tutorials
---
tutorials/abort-multipart-upload-minio/index.mdx | 2 +-
tutorials/access-mac-mini-with-reemo/index.mdx | 2 +-
tutorials/actility-lorawan-operator/index.mdx | 2 +-
tutorials/add-disk-configure-datastore-esxi/index.mdx | 2 +-
tutorials/ansible-bionic-beaver/index.mdx | 2 +-
tutorials/ansible-galaxy/index.mdx | 2 +-
tutorials/ark-server/index.mdx | 2 +-
tutorials/arqbackup-pc-mac/index.mdx | 2 +-
tutorials/automate-tasks-using-cron/index.mdx | 2 +-
tutorials/back-up-postgresql-barman/index.mdx | 2 +-
tutorials/backup-dedicated-server-s3-duplicity/index.mdx | 2 +-
tutorials/backup-mongodb-jobs/index.mdx | 2 +-
tutorials/backup-postgresql-pgbackrest-s3/index.mdx | 2 +-
tutorials/backup-synology-nas-s3-hyper-backup/index.mdx | 2 +-
tutorials/bash-christmas-tree/index.mdx | 2 +-
tutorials/bind-dns-server/index.mdx | 2 +-
tutorials/building-ai-application-function-calling/index.mdx | 2 +-
tutorials/ceph-cluster/index.mdx | 2 +-
tutorials/cicd-github-action-object-storage-sync/index.mdx | 2 +-
tutorials/cilicon-self-hosted-ci-on-apple-silicon/index.mdx | 2 +-
tutorials/collecting-visualizing-logs-elastic-stack/index.mdx | 2 +-
tutorials/configure-apache-kafka/index.mdx | 2 +-
tutorials/configure-apache-lets-encrypt/index.mdx | 2 +-
tutorials/configure-chatboxai-with-generative-apis/index.mdx | 2 +-
tutorials/configure-chef-ubuntu-xenial/index.mdx | 2 +-
tutorials/configure-dvc-with-object-storage/index.mdx | 2 +-
tutorials/configure-failover-proxmox/index.mdx | 2 +-
tutorials/configure-graphite/index.mdx | 2 +-
tutorials/configure-ipv6-virtual-machine-esxi/index.mdx | 2 +-
tutorials/configure-nagios-monitoring/index.mdx | 2 +-
.../configure-netbox-managed-postgresql-database/index.mdx | 2 +-
tutorials/configure-nextcloud-ubuntu/index.mdx | 2 +-
tutorials/configure-nginx-lets-encrypt/index.mdx | 2 +-
tutorials/configure-nodemcu-iot-hub/index.mdx | 2 +-
tutorials/configure-plex-s3/index.mdx | 2 +-
tutorials/configure-realtime-alerting-slack/index.mdx | 2 +-
tutorials/configure-slack-alerting/index.mdx | 2 +-
tutorials/configure-smtp-relay-tem/index.mdx | 2 +-
tutorials/configure-tem-smtp-with-wordpress-plugin/index.mdx | 2 +-
tutorials/configure-virtual-machine-esxi/index.mdx | 2 +-
tutorials/configure-vm-hyperv/index.mdx | 2 +-
tutorials/configuring-loadbalancer-wordpress/index.mdx | 2 +-
tutorials/connect-generative-apis-sql/index.mdx | 2 +-
tutorials/create-deploy-staging-site-cpanel/index.mdx | 2 +-
tutorials/create-models-django/index.mdx | 2 +-
tutorials/create-openwrt-image-for-scaleway/index.mdx | 2 +-
tutorials/create-serverless-scraping/index.mdx | 2 +-
tutorials/create-valheim-server/index.mdx | 2 +-
tutorials/create-wordpress-instances-cli/index.mdx | 2 +-
tutorials/custom-email-domain-icloud/index.mdx | 2 +-
tutorials/dagster-serverless-jobs/index.mdx | 2 +-
tutorials/deploy-angular-application/index.mdx | 2 +-
tutorials/deploy-automate-mkdocs-site/index.mdx | 2 +-
tutorials/deploy-awstats/index.mdx | 2 +-
tutorials/deploy-chatwoot-self-care/index.mdx | 2 +-
tutorials/deploy-clickhouse-database/index.mdx | 2 +-
tutorials/deploy-hasura-engine-database-postgresql/index.mdx | 2 +-
tutorials/deploy-instances-packer-terraform/index.mdx | 2 +-
tutorials/deploy-istio-kapsule-proxy-protocol/index.mdx | 2 +-
tutorials/deploy-k3s-cluster-with-cilium/index.mdx | 2 +-
tutorials/deploy-laravel-on-serverless-containers/index.mdx | 2 +-
tutorials/deploy-librechat-with-generative-apis/index.mdx | 2 +-
tutorials/deploy-mdbooks-serverless-containers/index.mdx | 2 +-
tutorials/deploy-meilisearch-instance/index.mdx | 2 +-
tutorials/deploy-nextcloud-s3/index.mdx | 2 +-
tutorials/deploy-openproject-database-postgresql/index.mdx | 2 +-
tutorials/deploy-openwebui-with-generative-apis/index.mdx | 2 +-
tutorials/deploy-penpot-with-docker-instantapp/index.mdx | 2 +-
tutorials/deploy-phpmyadmin-with-docker/index.mdx | 2 +-
tutorials/deploy-remote-desktop-ubuntu-2204/index.mdx | 2 +-
tutorials/deploy-saas-application/index.mdx | 2 +-
.../index.mdx | 2 +-
.../deploy-ubuntu-20-04-instance-scaleway-elements/index.mdx | 2 +-
tutorials/deploy-ubuntu-22-04-instance/index.mdx | 2 +-
tutorials/deploy-umami-on-serverless-containers/index.mdx | 2 +-
tutorials/deploy-wordpress-from-application-library/index.mdx | 2 +-
tutorials/deploy-wordpress-managed-database-mysql8/index.mdx | 2 +-
.../index.mdx | 2 +-
.../index.mdx | 2 +-
tutorials/deploying-qdrant-vectordb-kubernetes/index.mdx | 2 +-
tutorials/dhclient-dedibox/index.mdx | 2 +-
tutorials/dhcpcd-dedibox/index.mdx | 2 +-
tutorials/django-ubuntu-focal-fossa/index.mdx | 2 +-
tutorials/docker-instantapp/index.mdx | 2 +-
tutorials/easydeploy-argocd/index.mdx | 2 +-
tutorials/easydeploy-gitlab-runner/index.mdx | 2 +-
tutorials/easydeploy-gitlab-server/index.mdx | 2 +-
tutorials/easydeploy-grafana/index.mdx | 2 +-
tutorials/easydeploy-vault/index.mdx | 2 +-
tutorials/enabling-encryption-in-kapsule-with-cilium/index.mdx | 2 +-
tutorials/encode-videos-using-serverless-jobs/index.mdx | 2 +-
tutorials/encrypt-s3-data-rclone/index.mdx | 2 +-
tutorials/encrypt-volumes/index.mdx | 2 +-
tutorials/export-audit-trail-to-datadog/index.mdx | 2 +-
tutorials/first-steps-linux-command-line/index.mdx | 2 +-
tutorials/flask/index.mdx | 2 +-
tutorials/focalboard-project-management/index.mdx | 2 +-
tutorials/foreman-puppet/index.mdx | 2 +-
tutorials/get-started-containers-docker/index.mdx | 2 +-
tutorials/get-started-crossplane-kubernetes/index.mdx | 2 +-
tutorials/get-started-deploy-kapsule/index.mdx | 2 +-
tutorials/get-started-kubernetes-loadbalancer/index.mdx | 2 +-
tutorials/get-started-kubernetes-storage/index.mdx | 2 +-
tutorials/get-started-python/index.mdx | 2 +-
tutorials/getting-started-with-kops-on-scaleway/index.mdx | 2 +-
tutorials/gitlab-instant-app/index.mdx | 2 +-
tutorials/glpi/index.mdx | 2 +-
tutorials/glusterfs/index.mdx | 2 +-
tutorials/gpu-super-resolution/index.mdx | 2 +-
tutorials/hadoop/index.mdx | 2 +-
tutorials/host-github-runner/index.mdx | 2 +-
tutorials/how-to-implement-rag-generativeapis/index.mdx | 2 +-
tutorials/how-to-implement-rag/index.mdx | 2 +-
tutorials/install-apache-ansible/index.mdx | 2 +-
tutorials/install-cassandra/index.mdx | 2 +-
tutorials/install-cockroachdb-scaleway-instances/index.mdx | 2 +-
tutorials/install-configure-couchdb/index.mdx | 2 +-
tutorials/install-docker-ubuntu-bionic/index.mdx | 2 +-
tutorials/install-docker-ubuntu-jammy-jellyfish/index.mdx | 2 +-
tutorials/install-github-actions-runner-mac/index.mdx | 2 +-
tutorials/install-golang-ubuntu-bionic/index.mdx | 2 +-
tutorials/install-ispconfig/index.mdx | 2 +-
tutorials/install-kvm-elastic-metal/index.mdx | 2 +-
tutorials/install-mattermost/index.mdx | 2 +-
tutorials/install-medusa/index.mdx | 2 +-
tutorials/install-openlitespeed-wordpress/index.mdx | 2 +-
tutorials/install-openvpn/index.mdx | 2 +-
tutorials/install-parse-server/index.mdx | 2 +-
tutorials/install-pgbouncer/index.mdx | 2 +-
tutorials/install-php-composer/index.mdx | 2 +-
tutorials/install-postgresql/index.mdx | 2 +-
tutorials/install-rkhunter/index.mdx | 2 +-
tutorials/install-wireguard/index.mdx | 2 +-
tutorials/installation-jekyll/index.mdx | 2 +-
tutorials/installation-lemp-ubuntu-bionic/index.mdx | 2 +-
tutorials/installation-lemp-ubuntu-focal/index.mdx | 2 +-
tutorials/installation-uncomplicated-firewall/index.mdx | 2 +-
tutorials/jitsi-debian/index.mdx | 2 +-
tutorials/jitsi-docker/index.mdx | 2 +-
tutorials/jitsi-ubuntu-jammy-jellyfish/index.mdx | 2 +-
tutorials/jump-desktop/index.mdx | 2 +-
tutorials/k8s-gitlab/index.mdx | 2 +-
tutorials/k8s-kapsule-multi-az/index.mdx | 2 +-
tutorials/k8s-velero-backup/index.mdx | 2 +-
tutorials/kubernetes-package-management-helm/index.mdx | 2 +-
tutorials/large-messages/index.mdx | 2 +-
tutorials/lb-firewall-haproxy-pfsense/index.mdx | 2 +-
tutorials/librenms-monitoring/index.mdx | 2 +-
tutorials/load-overflow-proxmox-and-elastic-metal/index.mdx | 2 +-
tutorials/load-testing-vegeta/index.mdx | 2 +-
tutorials/loriot-lorawan-network-server/index.mdx | 2 +-
tutorials/magento-ubuntu/index.mdx | 2 +-
tutorials/manage-container-registry-images/index.mdx | 2 +-
tutorials/manage-database-instance-pgadmin4/index.mdx | 2 +-
.../manage-instances-with-terraform-and-functions/index.mdx | 2 +-
tutorials/manage-k8s-logging-loki/index.mdx | 2 +-
tutorials/manage-zigbee-devices-with-iot/index.mdx | 2 +-
tutorials/mariadb-ubuntu-bionic/index.mdx | 2 +-
tutorials/mastodon-community/index.mdx | 2 +-
tutorials/matomo-analytics/index.mdx | 2 +-
tutorials/migrate-data-minio-client/index.mdx | 2 +-
tutorials/migrate-data-rclone/index.mdx | 2 +-
tutorials/migrate-databases-instance/index.mdx | 2 +-
tutorials/migrate-dedibox-to-elastic-metal/index.mdx | 2 +-
tutorials/migrate-mysql-databases-postgresql-pgloader/index.mdx | 2 +-
.../migrating-docker-workloads-to-kubernetes-kapsule/index.mdx | 2 +-
.../index.mdx | 2 +-
tutorials/minikube-elastic-metal/index.mdx | 2 +-
tutorials/mist-streaming-server/index.mdx | 2 +-
tutorials/mlx-array-framework-apple-silicon/index.mdx | 2 +-
tutorials/mongodb-ubuntu-1604/index.mdx | 2 +-
tutorials/monitor-gpu-instance-cockpit/index.mdx | 2 +-
tutorials/monitor-k8s-grafana/index.mdx | 2 +-
.../mutli-node-rocket-chat-community-private-network/index.mdx | 2 +-
tutorials/nats-rdb-offload/index.mdx | 2 +-
tutorials/nextcloud-instantapp/index.mdx | 2 +-
tutorials/nextjs-app-serverless-functions-sqldb/index.mdx | 2 +-
tutorials/nginx-reverse-proxy/index.mdx | 2 +-
tutorials/nvidia-triton/index.mdx | 2 +-
tutorials/object-storage-s3fs/index.mdx | 2 +-
tutorials/odoo-easy-deploy/index.mdx | 2 +-
tutorials/odoo/index.mdx | 2 +-
tutorials/openvpn-instant-app/index.mdx | 2 +-
tutorials/overleaf/index.mdx | 2 +-
tutorials/pihole-vpn/index.mdx | 2 +-
tutorials/plausible-analytics-ubuntu/index.mdx | 2 +-
tutorials/postgis-managed-databases/index.mdx | 2 +-
tutorials/postman-api/index.mdx | 2 +-
tutorials/power-on-off-instances-jobs/index.mdx | 2 +-
tutorials/prestashop-dedibox/index.mdx | 2 +-
.../processing-images-structured-outputs-pixtral/index.mdx | 2 +-
tutorials/prometheus-monitoring-grafana-dashboard/index.mdx | 2 +-
tutorials/protect-server-fail2ban/index.mdx | 2 +-
tutorials/protect-server-using-crowdsec/index.mdx | 2 +-
tutorials/proxmox-softraid/index.mdx | 2 +-
tutorials/proxy-protocol-v2-load-balancer/index.mdx | 2 +-
tutorials/pushing-metrics-logs-from-scw-instance/index.mdx | 2 +-
tutorials/python-for-loops/index.mdx | 2 +-
tutorials/python-lists-dicts/index.mdx | 2 +-
tutorials/remote-desktop-with-xrdp/index.mdx | 2 +-
tutorials/restic-s3-backup/index.mdx | 2 +-
tutorials/rtmp-self-hosted-streaming/index.mdx | 2 +-
tutorials/ruby-on-rails/index.mdx | 2 +-
tutorials/run-manage-linux-vm-on-apple-silicon-tart/index.mdx | 2 +-
tutorials/run-messaging-platform-with-rocketchat/index.mdx | 2 +-
.../index.mdx | 2 +-
.../run-python-flask-server-on-serverless-container/index.mdx | 2 +-
tutorials/s3-customize-url-cname/index.mdx | 2 +-
tutorials/s3cmd/index.mdx | 2 +-
tutorials/scaleway-packer-plugin/index.mdx | 2 +-
tutorials/scaleway-slack-community/index.mdx | 2 +-
tutorials/self-hosted-repository-gitea/index.mdx | 2 +-
tutorials/sem-terraform/index.mdx | 2 +-
tutorials/send-emails-tem-serverless-framework/index.mdx | 2 +-
tutorials/send-emails-with-serverless-and-tem/index.mdx | 2 +-
tutorials/send-sms-iot-device-twilio/index.mdx | 2 +-
tutorials/sentry-error-tracking/index.mdx | 2 +-
tutorials/set-up-spf-dkim-for-dns-providers/index.mdx | 2 +-
tutorials/set-up-yunohost-debian/index.mdx | 2 +-
tutorials/setting-up-tunnel/index.mdx | 2 +-
tutorials/setup-ampere-ai-framework-arm-instances/index.mdx | 2 +-
.../index.mdx | 2 +-
tutorials/setup-jupyter-notebook/index.mdx | 2 +-
tutorials/setup-k8s-cluster-rancher/index.mdx | 2 +-
tutorials/setup-lamp-stack-ubuntu2204/index.mdx | 2 +-
tutorials/setup-minecraft/index.mdx | 2 +-
tutorials/setup-mongodb-on-ubuntu/index.mdx | 2 +-
tutorials/setup-moodle/index.mdx | 2 +-
tutorials/setup-mysql/index.mdx | 2 +-
tutorials/setup-nginx-reverse-proxy-s3/index.mdx | 2 +-
tutorials/setup-nomad-cluster/index.mdx | 2 +-
tutorials/setup-postfix-ubuntu-bionic/index.mdx | 2 +-
tutorials/silence-grafana-alerts/index.mdx | 2 +-
tutorials/sinatra/index.mdx | 2 +-
tutorials/snapshot-instances-jobs/index.mdx | 2 +-
tutorials/snapshot-managed-databases/index.mdx | 2 +-
tutorials/sns-instances-notification-system/index.mdx | 2 +-
tutorials/socket-io/index.mdx | 2 +-
tutorials/stop-outgoing-spam/index.mdx | 2 +-
tutorials/store-s3-cyberduck/index.mdx | 2 +-
tutorials/store-s3-transmit/index.mdx | 2 +-
tutorials/store-wp-mediacloud-s3/index.mdx | 2 +-
tutorials/strapi-app-serverless-containers-sqldb/index.mdx | 2 +-
tutorials/strapi/index.mdx | 2 +-
tutorials/systemd-essentials/index.mdx | 2 +-
tutorials/terraform-quickstart/index.mdx | 2 +-
tutorials/traefik-v2-cert-manager/index.mdx | 2 +-
.../transform-bucket-images-triggers-functions-deploy/index.mdx | 2 +-
.../transform-bucket-images-triggers-functions-set-up/index.mdx | 2 +-
tutorials/upgrade-managed-postgresql-database/index.mdx | 2 +-
tutorials/use-cockpit-with-terraform/index.mdx | 2 +-
tutorials/use-container-registry-github-actions/index.mdx | 2 +-
tutorials/use-managed-redis-with-mysql/index.mdx | 2 +-
tutorials/using-bucket-website-with-mkdocs/index.mdx | 2 +-
tutorials/using-own-grafana/index.mdx | 2 +-
tutorials/using-secret-manager-with-github-action/index.mdx | 2 +-
tutorials/vaultwarden-serverless/index.mdx | 2 +-
tutorials/veeam-backup-replication-s3/index.mdx | 2 +-
tutorials/vpc-public-gateway-autoconfiguration/index.mdx | 2 +-
tutorials/vuls-security-scanner/index.mdx | 2 +-
tutorials/waypoint-plugin-scaleway/index.mdx | 2 +-
tutorials/web-deploy-windows-instance/index.mdx | 2 +-
tutorials/wireguard-mesh-vpn/index.mdx | 2 +-
tutorials/wordpress-instantapp/index.mdx | 2 +-
tutorials/wordpress-lemp-stack-focal/index.mdx | 2 +-
.../wordpress-lemp-stack-ubuntu-jammy-jellyfish-22-04/index.mdx | 2 +-
tutorials/wordpress-lemp-stack/index.mdx | 2 +-
tutorials/zabbix-monitoring/index.mdx | 2 +-
tutorials/zammad-ticketing/index.mdx | 2 +-
tutorials/zulip/index.mdx | 2 +-
270 files changed, 270 insertions(+), 270 deletions(-)
diff --git a/tutorials/abort-multipart-upload-minio/index.mdx b/tutorials/abort-multipart-upload-minio/index.mdx
index f8f5ba3689..4b57c29ab6 100644
--- a/tutorials/abort-multipart-upload-minio/index.mdx
+++ b/tutorials/abort-multipart-upload-minio/index.mdx
@@ -2,7 +2,7 @@
title: Aborting Incomplete Multipart Uploads with MinIO Client
description: This page explains how to abort an incomplete multipart upload with the MinIO client.
tags: minio multipart-uploads
-categories:
+products:
- object-storage
dates:
validation: 2025-06-09
diff --git a/tutorials/access-mac-mini-with-reemo/index.mdx b/tutorials/access-mac-mini-with-reemo/index.mdx
index 25ea2b5287..30aef0dfa4 100644
--- a/tutorials/access-mac-mini-with-reemo/index.mdx
+++ b/tutorials/access-mac-mini-with-reemo/index.mdx
@@ -2,7 +2,7 @@
title: Accessing a remote Mac mini with Reemo
description: This page explains how to access a remote Mac mini with Reemo
tags: mac m1 reemo remote desktop
-categories:
+products:
- apple-silicon
dates:
validation: 2025-01-30
diff --git a/tutorials/actility-lorawan-operator/index.mdx b/tutorials/actility-lorawan-operator/index.mdx
index 238ed8b7ec..a652c1d37a 100644
--- a/tutorials/actility-lorawan-operator/index.mdx
+++ b/tutorials/actility-lorawan-operator/index.mdx
@@ -2,7 +2,7 @@
title: Using Actility as a LoRaWAN© operator for Scaleway IoT Hub
description: This page explains how to configure your Actility backend to have your LoRaWAN devices send messages to Scaleway IoT Hub
tags: Iot-Hub LoRaWAN© Loriot
-categories:
+products:
- iot-hub
dates:
validation: 2025-03-27
diff --git a/tutorials/add-disk-configure-datastore-esxi/index.mdx b/tutorials/add-disk-configure-datastore-esxi/index.mdx
index f6f0af0464..39fff8694c 100644
--- a/tutorials/add-disk-configure-datastore-esxi/index.mdx
+++ b/tutorials/add-disk-configure-datastore-esxi/index.mdx
@@ -2,7 +2,7 @@
title: How to order an additional disk and use it in ESXi as datastore
description: This page shows how to order an additional hard disk for a Dedibox and how to use it in ESXi as datastore.
tags: esxi storage hard-disk disk
-categories:
+products:
- dedibox
hero: assets/scaleway_add_disk.webp
dates:
diff --git a/tutorials/ansible-bionic-beaver/index.mdx b/tutorials/ansible-bionic-beaver/index.mdx
index 4fc0fe4ffd..ac9b9f5dc5 100644
--- a/tutorials/ansible-bionic-beaver/index.mdx
+++ b/tutorials/ansible-bionic-beaver/index.mdx
@@ -2,7 +2,7 @@
title: Installing Ansible on Ubuntu
description: Discover how to install Ansible on Ubuntu Linux
tags: ansible orchestration
-categories:
+products:
- instances
dates:
validation: 2025-03-27
diff --git a/tutorials/ansible-galaxy/index.mdx b/tutorials/ansible-galaxy/index.mdx
index 1c2fb2152b..34b7aa71cb 100644
--- a/tutorials/ansible-galaxy/index.mdx
+++ b/tutorials/ansible-galaxy/index.mdx
@@ -2,7 +2,7 @@
title: Getting Started with Ansible Galaxy
description: This tutorial shows how to configure and how to use Ansible Galaxy
tags: ansible ansible-galaxy
-categories:
+products:
- kubernetes
- instances
dates:
diff --git a/tutorials/ark-server/index.mdx b/tutorials/ark-server/index.mdx
index 498a7db3eb..f770d39c1e 100644
--- a/tutorials/ark-server/index.mdx
+++ b/tutorials/ark-server/index.mdx
@@ -1,7 +1,7 @@
---
title: Creating an ARK game server on Scaleway Instances
description: In this tutorial, you will learn how to create and start an ARK server with Scaleway Instances. We offer a large range of Instances to suit the gaming needs of ARK Survival Evolved server.
-categories:
+products:
- instances
hero: assets/scaleway_arkserver.webp
tags: ark-server video-games gaming ark
diff --git a/tutorials/arqbackup-pc-mac/index.mdx b/tutorials/arqbackup-pc-mac/index.mdx
index 14b163fa6b..4a06f97c00 100644
--- a/tutorials/arqbackup-pc-mac/index.mdx
+++ b/tutorials/arqbackup-pc-mac/index.mdx
@@ -1,7 +1,7 @@
---
title: Backing up a PC or a Mac on Scaleway Object Storage with Arq Backup
description: This page shows you how to configure Arq to back up a PC or Mac automatically on Scaleway Object Storage
-categories:
+products:
- object-storage
hero: assets/scaleway_arqbackup.webp
tags: arq-backup object-storage s3
diff --git a/tutorials/automate-tasks-using-cron/index.mdx b/tutorials/automate-tasks-using-cron/index.mdx
index 3e04af2604..309de613e7 100644
--- a/tutorials/automate-tasks-using-cron/index.mdx
+++ b/tutorials/automate-tasks-using-cron/index.mdx
@@ -1,7 +1,7 @@
---
title: Automating tasks on Ubuntu using Cronjobs
description: This page shows you how to automate tasks on Ubuntu using Cronjobs
-categories:
+products:
- instances
- elastic-metal
tags: cron cronjob automation ubuntu
diff --git a/tutorials/back-up-postgresql-barman/index.mdx b/tutorials/back-up-postgresql-barman/index.mdx
index 96eb51ca97..22978f9975 100644
--- a/tutorials/back-up-postgresql-barman/index.mdx
+++ b/tutorials/back-up-postgresql-barman/index.mdx
@@ -1,7 +1,7 @@
---
title: Backing up PostgreSQL databases with Barman
description: This page shows how to configure a Backup of your PostgreSQL Databases with Barman
-categories:
+products:
- instances
- postgresql-and-mysql
tags: backup barman postgresql
diff --git a/tutorials/backup-dedicated-server-s3-duplicity/index.mdx b/tutorials/backup-dedicated-server-s3-duplicity/index.mdx
index de6bf5775b..27bfe4a85b 100644
--- a/tutorials/backup-dedicated-server-s3-duplicity/index.mdx
+++ b/tutorials/backup-dedicated-server-s3-duplicity/index.mdx
@@ -2,7 +2,7 @@
title: Backing up your dedicated server on Scaleway Object Storage with Duplicity
description: Automatize your backups with Duplicity and Scaleway Object Storage
tags: duplicity backup gpg s3
-categories:
+products:
- object-storage
dates:
validation: 2025-04-24
diff --git a/tutorials/backup-mongodb-jobs/index.mdx b/tutorials/backup-mongodb-jobs/index.mdx
index 4595fc56fe..6f15cb8e97 100644
--- a/tutorials/backup-mongodb-jobs/index.mdx
+++ b/tutorials/backup-mongodb-jobs/index.mdx
@@ -2,7 +2,7 @@
title: Create snapshots of a Managed MongoDB® database with Serverless Jobs and the Scaleway CLI
description: This step-by-step tutorial will help you automate the creation of snapshots of your MongoDB using Serverless Jobs and the Scaleway CLI
tags: serverless jobs instance snapshot backup image disk storage cli
-categories:
+products:
- mongodb
- jobs
dates:
diff --git a/tutorials/backup-postgresql-pgbackrest-s3/index.mdx b/tutorials/backup-postgresql-pgbackrest-s3/index.mdx
index 0baddf2110..71a04d50db 100644
--- a/tutorials/backup-postgresql-pgbackrest-s3/index.mdx
+++ b/tutorials/backup-postgresql-pgbackrest-s3/index.mdx
@@ -4,7 +4,7 @@ description: How to install pgBackRest on Scaleway Instance for backing up Postg
tags: postgresql pgbackrest backup configuration setup s3
dates:
validation: 2025-01-22
-categories:
+products:
- object-storage
- postgresql-and-mysql
---
diff --git a/tutorials/backup-synology-nas-s3-hyper-backup/index.mdx b/tutorials/backup-synology-nas-s3-hyper-backup/index.mdx
index 7f24dc2edb..e4b1f2861a 100644
--- a/tutorials/backup-synology-nas-s3-hyper-backup/index.mdx
+++ b/tutorials/backup-synology-nas-s3-hyper-backup/index.mdx
@@ -1,7 +1,7 @@
---
title: Backing up your Synology NAS on Scaleway Object Storage using Hyper Backup
description: This page shows you how to back up your Synology NAS on Scaleway Object Storage using Hyper Backup
-categories:
+products:
- object-storage
tags: synology backup hyperbackup nas
hero: assets/scaleway-hyper-backup.webp
diff --git a/tutorials/bash-christmas-tree/index.mdx b/tutorials/bash-christmas-tree/index.mdx
index c567f50be9..b7875de111 100644
--- a/tutorials/bash-christmas-tree/index.mdx
+++ b/tutorials/bash-christmas-tree/index.mdx
@@ -2,7 +2,7 @@
title: Using Bash to display a Christmas tree
description: This page shows you how to write bash code for a Christmas tree and to display it in a shell of your Instance
tags: bash christmas-tree
-categories:
+products:
- instances
dates:
validation: 2025-03-27
diff --git a/tutorials/bind-dns-server/index.mdx b/tutorials/bind-dns-server/index.mdx
index 97ebd04c7a..f3c88f194b 100644
--- a/tutorials/bind-dns-server/index.mdx
+++ b/tutorials/bind-dns-server/index.mdx
@@ -2,7 +2,7 @@
title: Implementing a DNS server using BIND
description: Learn how to install and configure a BIND DNS server on a Scaleway Instance to manage domain name resolution.
tags: dns bind
-categories:
+products:
- domains-and-dns
dates:
validation: 2025-05-27
diff --git a/tutorials/building-ai-application-function-calling/index.mdx b/tutorials/building-ai-application-function-calling/index.mdx
index 99320e2e0a..910b899f53 100644
--- a/tutorials/building-ai-application-function-calling/index.mdx
+++ b/tutorials/building-ai-application-function-calling/index.mdx
@@ -2,7 +2,7 @@
title: Get started with agentic AI - building a flight assistant with function calling on open-weight Llama 3.1
description: Learn how to implement function calling in your applications using a practical flight schedule example.
tags: AI function-calling LLM python structured-data
-categories:
+products:
- managed-inference
- generative-apis
hero: assets/function-calling.webp
diff --git a/tutorials/ceph-cluster/index.mdx b/tutorials/ceph-cluster/index.mdx
index 57754827af..2a4c20b7d7 100644
--- a/tutorials/ceph-cluster/index.mdx
+++ b/tutorials/ceph-cluster/index.mdx
@@ -1,7 +1,7 @@
---
title: Building your own Ceph distributed storage cluster on dedicated servers
description: Learn how to set up a Ceph cluster on Scaleway Dedibox and use it as datastore for your VMware ESXi machines.
-categories:
+products:
- object-storage
- dedibox
tags: dedicated-servers dedibox Ceph object-storage
diff --git a/tutorials/cicd-github-action-object-storage-sync/index.mdx b/tutorials/cicd-github-action-object-storage-sync/index.mdx
index abc969c697..53ab7d0182 100644
--- a/tutorials/cicd-github-action-object-storage-sync/index.mdx
+++ b/tutorials/cicd-github-action-object-storage-sync/index.mdx
@@ -2,7 +2,7 @@
title: Synchronizing your website with Object Storage using GitHub Actions
description: Learn how to automatically sync files from a GitHub repository with Scaleway Object Storage using GitHub Actions to deploy your website
tags: ci cd github actions object storage s3cmd sync workflow
-categories:
+products:
- object-storage
dates:
validation: 2025-03-10
diff --git a/tutorials/cilicon-self-hosted-ci-on-apple-silicon/index.mdx b/tutorials/cilicon-self-hosted-ci-on-apple-silicon/index.mdx
index 17abbf159a..0862dc5339 100644
--- a/tutorials/cilicon-self-hosted-ci-on-apple-silicon/index.mdx
+++ b/tutorials/cilicon-self-hosted-ci-on-apple-silicon/index.mdx
@@ -1,7 +1,7 @@
---
title: Getting started with Cilicon self-hosted CI on Apple silicon
description: This page explains how to set up a self-hosted CI on Apple silicon using Cilicon
-categories:
+products:
- apple-silicon
tags: cilicon continuous-integration
dates:
diff --git a/tutorials/collecting-visualizing-logs-elastic-stack/index.mdx b/tutorials/collecting-visualizing-logs-elastic-stack/index.mdx
index 461159b214..76e92443a4 100644
--- a/tutorials/collecting-visualizing-logs-elastic-stack/index.mdx
+++ b/tutorials/collecting-visualizing-logs-elastic-stack/index.mdx
@@ -3,7 +3,7 @@ title: Setting up the Elastic Stack (formerly ELK Stack)
description: This tutorial shows how to collect logs and manage ELK logging, as well as how to integrate your machine with Elastic using the Filebeat Beats client.
tags: ELK-stack ELK elastic-stack elasticsearch logstash kibana
hero: assets/scaleway-logs-elastic-stack.webp
-categories:
+products:
- instances
- elastic-metal
dates:
diff --git a/tutorials/configure-apache-kafka/index.mdx b/tutorials/configure-apache-kafka/index.mdx
index 0b268536f1..8d45f5f2c3 100644
--- a/tutorials/configure-apache-kafka/index.mdx
+++ b/tutorials/configure-apache-kafka/index.mdx
@@ -2,7 +2,7 @@
title: Configuring an Apache Kafka Messaging Cluster
description: Discover how to configure an Apache Kafka messaging cluster.
tags: Apache-Kafka messaging-cluster bigdata
-categories:
+products:
- kubernetes
- instances
dates:
diff --git a/tutorials/configure-apache-lets-encrypt/index.mdx b/tutorials/configure-apache-lets-encrypt/index.mdx
index 8cff3f5147..d7f36e6490 100644
--- a/tutorials/configure-apache-lets-encrypt/index.mdx
+++ b/tutorials/configure-apache-lets-encrypt/index.mdx
@@ -2,7 +2,7 @@
title: Configuring Let's Encrypt with Apache on Ubuntu Bionic
description: Let's Encrypt lets you generate free SSL certificates to secure the connection between client and server
tags: Let's-Encrypt Apache Ubuntu-Bionic SSL-certificates
-categories:
+products:
- instances
- domains-and-dns
dates:
diff --git a/tutorials/configure-chatboxai-with-generative-apis/index.mdx b/tutorials/configure-chatboxai-with-generative-apis/index.mdx
index 9d4bd1141b..b59e2138f9 100644
--- a/tutorials/configure-chatboxai-with-generative-apis/index.mdx
+++ b/tutorials/configure-chatboxai-with-generative-apis/index.mdx
@@ -2,7 +2,7 @@
title: Installing and configuring Chatbox AI with Generative APIs
description: This page explains how to install and configure the Chatbox AI application with Scaleway's Generative APIs
tags: chatboxai generative-apis
-categories:
+products:
- generative-apis
dates:
validation: 2025-02-21
diff --git a/tutorials/configure-chef-ubuntu-xenial/index.mdx b/tutorials/configure-chef-ubuntu-xenial/index.mdx
index 2b8f0f2330..b8083f1457 100644
--- a/tutorials/configure-chef-ubuntu-xenial/index.mdx
+++ b/tutorials/configure-chef-ubuntu-xenial/index.mdx
@@ -2,7 +2,7 @@
title: Using and configuring Chef on Ubuntu
description: This page explains how to use and configure Chef on Ubuntu
tags: Chef Ubuntu Xenial Focal-Fossa
-categories:
+products:
- instances
dates:
validation: 2025-05-14
diff --git a/tutorials/configure-dvc-with-object-storage/index.mdx b/tutorials/configure-dvc-with-object-storage/index.mdx
index 661ef52b7f..a3459b41d6 100644
--- a/tutorials/configure-dvc-with-object-storage/index.mdx
+++ b/tutorials/configure-dvc-with-object-storage/index.mdx
@@ -2,7 +2,7 @@
title: Configuring DVC with Object Storage
description: This page provides information on how to configure DVC with Scaleway Object Storage.
tags: amazon-s3 dvc machine-learning data-science
-categories:
+products:
- object-storage
dates:
validation: 2025-05-26
diff --git a/tutorials/configure-failover-proxmox/index.mdx b/tutorials/configure-failover-proxmox/index.mdx
index 8cf249a812..48ae9fd6c6 100644
--- a/tutorials/configure-failover-proxmox/index.mdx
+++ b/tutorials/configure-failover-proxmox/index.mdx
@@ -2,7 +2,7 @@
title: Deploying virtual machines with Proxmox on Scaleway Dedibox
description: This page provides information on how to deploy a virtual machine with Proxmox on Scaleway Dedibox.
tags: dedicated-server Proxmox iso-file
-categories:
+products:
- dedibox
dates:
validation: 2025-05-12
diff --git a/tutorials/configure-graphite/index.mdx b/tutorials/configure-graphite/index.mdx
index 25db1ea798..532d088c81 100644
--- a/tutorials/configure-graphite/index.mdx
+++ b/tutorials/configure-graphite/index.mdx
@@ -2,7 +2,7 @@
title: Installing and Configuring Graphite on Ubuntu 22.04
description: This tutorial explains how to install and configure Graphite on Ubuntu 22.04
tags: Graphite Ubuntu
-categories:
+products:
- kubernetes
- instances
- elastic-metal
diff --git a/tutorials/configure-ipv6-virtual-machine-esxi/index.mdx b/tutorials/configure-ipv6-virtual-machine-esxi/index.mdx
index 013a1b4435..f3fc244721 100644
--- a/tutorials/configure-ipv6-virtual-machine-esxi/index.mdx
+++ b/tutorials/configure-ipv6-virtual-machine-esxi/index.mdx
@@ -2,7 +2,7 @@
title: Configuring IPv6 on virtual machines with ESXi
description: This page explains how to configure IPv6 on virtual machines with ESXi
tags: esxi virtual-machine ubuntu
-categories:
+products:
- dedibox
dates:
validation: 2025-05-12
diff --git a/tutorials/configure-nagios-monitoring/index.mdx b/tutorials/configure-nagios-monitoring/index.mdx
index 87954b2ed2..465f923071 100644
--- a/tutorials/configure-nagios-monitoring/index.mdx
+++ b/tutorials/configure-nagios-monitoring/index.mdx
@@ -2,7 +2,7 @@
title: Configuring a Nagios monitoring system on Scaleway
description: How to deploy Nagios monitoring on Scaleway.
tags: Nagios monitoring Apache
-categories:
+products:
- instances
- elastic-metal
dates:
diff --git a/tutorials/configure-netbox-managed-postgresql-database/index.mdx b/tutorials/configure-netbox-managed-postgresql-database/index.mdx
index 2a5ff20506..b95cce7357 100644
--- a/tutorials/configure-netbox-managed-postgresql-database/index.mdx
+++ b/tutorials/configure-netbox-managed-postgresql-database/index.mdx
@@ -2,7 +2,7 @@
title: Setting up NetBox with a managed PostgreSQL database
description: This page shows you how to set up NetBox, a web application designed to help manage and document computer networks, on a Scaleway Instance using the managed PostgreSQL database service.
tags: NetBox dcim ipam PostgreSQL
-categories:
+products:
- postgresql-and-mysql
hero: assets/scaleway_netbox.webp
dates:
diff --git a/tutorials/configure-nextcloud-ubuntu/index.mdx b/tutorials/configure-nextcloud-ubuntu/index.mdx
index 33f0b1d55c..15797f8444 100644
--- a/tutorials/configure-nextcloud-ubuntu/index.mdx
+++ b/tutorials/configure-nextcloud-ubuntu/index.mdx
@@ -1,7 +1,7 @@
---
title: Installing and configuring Nextcloud
description: This page shows how to install and configure Nextcloud on Ubuntu Jammy Jellyfish
-categories:
+products:
- instances
tags: Nextcloud Ubuntu-Bionic-Beaver
dates:
diff --git a/tutorials/configure-nginx-lets-encrypt/index.mdx b/tutorials/configure-nginx-lets-encrypt/index.mdx
index df8994e3c0..99273cc008 100644
--- a/tutorials/configure-nginx-lets-encrypt/index.mdx
+++ b/tutorials/configure-nginx-lets-encrypt/index.mdx
@@ -1,7 +1,7 @@
---
title: Configuring NGINX with Let's Encrypt
description: How to configure NGINX with Let's Encrypt to secure the connection to your web server.
-categories:
+products:
- instances
tags: NGINX Let's-Encrypt
dates:
diff --git a/tutorials/configure-nodemcu-iot-hub/index.mdx b/tutorials/configure-nodemcu-iot-hub/index.mdx
index 14d8f97537..82b34a4d68 100644
--- a/tutorials/configure-nodemcu-iot-hub/index.mdx
+++ b/tutorials/configure-nodemcu-iot-hub/index.mdx
@@ -1,7 +1,7 @@
---
title: Configuring a NodeMCU device with IoT Hub
description: Discover how to make a NodeMCU device communicate with Scaleway IoT Hub
-categories:
+products:
- iot-hub
dates:
validation: 2025-05-27
diff --git a/tutorials/configure-plex-s3/index.mdx b/tutorials/configure-plex-s3/index.mdx
index b13b2ae79f..8156a0c9da 100644
--- a/tutorials/configure-plex-s3/index.mdx
+++ b/tutorials/configure-plex-s3/index.mdx
@@ -3,7 +3,7 @@ title: Configuring Plex Media Server with Scaleway Object Storage
description: This page shows how to set up a media server with Plex and Scaleway Object Storage
tags: Plex-Media-Server streaming s3fs lucidlink
hero: assets/scaleway-configuring-plex-s3.webp
-categories:
+products:
- object-storage
- instances
dates:
diff --git a/tutorials/configure-realtime-alerting-slack/index.mdx b/tutorials/configure-realtime-alerting-slack/index.mdx
index 8d683e0c5e..25047cbbf3 100644
--- a/tutorials/configure-realtime-alerting-slack/index.mdx
+++ b/tutorials/configure-realtime-alerting-slack/index.mdx
@@ -3,7 +3,7 @@ title: Configuring Real-time Alerting with IoT Hub and Slack
description: This page explains how to configure your IoT Hub to publish messages on your corporate Slack messaging system for real-time alerts.
tags: IoT-Hub Slack alerting
hero: assets/scaleway_iot_slack.webp
-categories:
+products:
- iot-hub
dates:
validation: 2025-05-26
diff --git a/tutorials/configure-slack-alerting/index.mdx b/tutorials/configure-slack-alerting/index.mdx
index 933978ac87..0c61818ee9 100644
--- a/tutorials/configure-slack-alerting/index.mdx
+++ b/tutorials/configure-slack-alerting/index.mdx
@@ -1,7 +1,7 @@
---
title: Sending Cockpit's alert notifications to Slack using a webhook URL
description: Learn how to send your Cockpit alert notifications to your Slack channels for more efficient monitoring.
-categories:
+products:
- cockpit
tags: cockpit alerts monitoring notifications slack
dates:
diff --git a/tutorials/configure-smtp-relay-tem/index.mdx b/tutorials/configure-smtp-relay-tem/index.mdx
index ca3119eeb4..4cb793558b 100644
--- a/tutorials/configure-smtp-relay-tem/index.mdx
+++ b/tutorials/configure-smtp-relay-tem/index.mdx
@@ -2,7 +2,7 @@
title: Configuring an SMTP relay with Transactional Email and Postfix
description: This page shows you how to configure an SMTP relay with Scaleway's Transactional Email and Postfix
tags: smtp relay postfix
-categories:
+products:
- transactional-email
- instances
dates:
diff --git a/tutorials/configure-tem-smtp-with-wordpress-plugin/index.mdx b/tutorials/configure-tem-smtp-with-wordpress-plugin/index.mdx
index 1f03e60098..f37d2f6d45 100644
--- a/tutorials/configure-tem-smtp-with-wordpress-plugin/index.mdx
+++ b/tutorials/configure-tem-smtp-with-wordpress-plugin/index.mdx
@@ -2,7 +2,7 @@
title: Configuring the WordPress SMTP plug-in with Transactional Email
description: This page shows you how to configure the WordPress SMTP plug-in and use it with Transactional Email
tags: smtp wordpress
-categories:
+products:
- transactional-email
- instances
dates:
diff --git a/tutorials/configure-virtual-machine-esxi/index.mdx b/tutorials/configure-virtual-machine-esxi/index.mdx
index 78fbdaf4e8..f6e8ca480a 100644
--- a/tutorials/configure-virtual-machine-esxi/index.mdx
+++ b/tutorials/configure-virtual-machine-esxi/index.mdx
@@ -1,7 +1,7 @@
---
title: Managing Virtual Machines with VMware ESXi
description: This page explains how to create and manage virtual machines on Dedibox using the Hypervisor VMware ESXi.
-categories:
+products:
- dedibox
tags: dedibox virtual-machines VMware-ESXi iso-file
dates:
diff --git a/tutorials/configure-vm-hyperv/index.mdx b/tutorials/configure-vm-hyperv/index.mdx
index b4e02eab0b..64ce24939f 100644
--- a/tutorials/configure-vm-hyperv/index.mdx
+++ b/tutorials/configure-vm-hyperv/index.mdx
@@ -2,7 +2,7 @@
title: Deploying virtual machines with Hyper-V on Scaleway Dedibox
description: This page provides information on how to deploy a virtual machine with Microsoft Hyper-V on Scaleway Dedibox.
tags: hyper-v dedibox virtual-machine
-categories:
+products:
- dedibox
dates:
validation: 2025-05-26
diff --git a/tutorials/configuring-loadbalancer-wordpress/index.mdx b/tutorials/configuring-loadbalancer-wordpress/index.mdx
index d0d59520a4..512d112e70 100644
--- a/tutorials/configuring-loadbalancer-wordpress/index.mdx
+++ b/tutorials/configuring-loadbalancer-wordpress/index.mdx
@@ -1,7 +1,7 @@
---
title: Setting up a load-balanced WordPress
description: Set up a Scaleway Load Balancer for WordPress to improve performance, ensure high availability, and handle traffic efficiently.
-categories:
+products:
- load-balancer
- instances
tags: WordPress Load-Balancer
diff --git a/tutorials/connect-generative-apis-sql/index.mdx b/tutorials/connect-generative-apis-sql/index.mdx
index a0e011a392..9ab584065c 100644
--- a/tutorials/connect-generative-apis-sql/index.mdx
+++ b/tutorials/connect-generative-apis-sql/index.mdx
@@ -2,7 +2,7 @@
title: Connect Generative APIs to Serverless SQL with the Model Context Protocol
description: Create an intelligent agent that can analyze your Serverless SQL data using natural language queries through Model Context Protocol.
tags: AI MCP SQL agent python database
-categories:
+products:
- generative-apis
- serverless-sql
dates:
diff --git a/tutorials/create-deploy-staging-site-cpanel/index.mdx b/tutorials/create-deploy-staging-site-cpanel/index.mdx
index 54d913dbab..931bfcda51 100644
--- a/tutorials/create-deploy-staging-site-cpanel/index.mdx
+++ b/tutorials/create-deploy-staging-site-cpanel/index.mdx
@@ -6,7 +6,7 @@ dates:
validation: 2024-04-26
posted: 2024-04-26
validation_frequency: 24
-categories:
+products:
- webhosting
---
import image from './assets/scaleway-cpanel-wp-toolkit.webp'
diff --git a/tutorials/create-models-django/index.mdx b/tutorials/create-models-django/index.mdx
index 983c61a3a8..2dde14b0df 100644
--- a/tutorials/create-models-django/index.mdx
+++ b/tutorials/create-models-django/index.mdx
@@ -1,7 +1,7 @@
---
title: Creating models in your Django application
description: This page shows how to configure your Django application
-categories:
+products:
- instances
tags: Django-application API
hero: assets/scaleway_django_models.webp
diff --git a/tutorials/create-openwrt-image-for-scaleway/index.mdx b/tutorials/create-openwrt-image-for-scaleway/index.mdx
index b35f8a407e..434228d54b 100644
--- a/tutorials/create-openwrt-image-for-scaleway/index.mdx
+++ b/tutorials/create-openwrt-image-for-scaleway/index.mdx
@@ -1,7 +1,7 @@
---
title: Creating an OpenWrt image for Scaleway Instances
description: This page shows how to create an OpenWrt image for Scaleway Instances
-categories:
+products:
- object-storage
- instances
tags: openwrt qcow2
diff --git a/tutorials/create-serverless-scraping/index.mdx b/tutorials/create-serverless-scraping/index.mdx
index 318f4bb8ca..83b957b7b8 100644
--- a/tutorials/create-serverless-scraping/index.mdx
+++ b/tutorials/create-serverless-scraping/index.mdx
@@ -1,7 +1,7 @@
---
title: Create a serverless scraping architecture, with Scaleway Queues, Serverless Functions, and Managed Database.
description: Learn how to construct a scalable serverless scraping architecture with Scaleway Queues, Serverless Functions, and Managed Database. Dive into this Terraform/OpenTofu-based tutorial for step-by-step guidance on asynchronous data processing.
-categories:
+products:
- functions
- queues
- postgresql-and-mysql
diff --git a/tutorials/create-valheim-server/index.mdx b/tutorials/create-valheim-server/index.mdx
index 21f54e212e..ece9a65bff 100644
--- a/tutorials/create-valheim-server/index.mdx
+++ b/tutorials/create-valheim-server/index.mdx
@@ -5,7 +5,7 @@ tags: gaming Valheim
hero: assets/scaleway_valheim.webp
dates:
validation: 2025-06-09
-categories:
+products:
- instances
---
import image from './assets/scaleway-valheim-logo.webp'
diff --git a/tutorials/create-wordpress-instances-cli/index.mdx b/tutorials/create-wordpress-instances-cli/index.mdx
index 0d105a9718..9ef83470d9 100644
--- a/tutorials/create-wordpress-instances-cli/index.mdx
+++ b/tutorials/create-wordpress-instances-cli/index.mdx
@@ -1,7 +1,7 @@
---
title: Creating WordPress Instances with the Scaleway CLI
description: Learn how to create WordPress Instances with the Scaleway CLI
-categories:
+products:
- instances
tags: InstantApp WordPress
dates:
diff --git a/tutorials/custom-email-domain-icloud/index.mdx b/tutorials/custom-email-domain-icloud/index.mdx
index d7dfe5d30e..8740fe6a5b 100644
--- a/tutorials/custom-email-domain-icloud/index.mdx
+++ b/tutorials/custom-email-domain-icloud/index.mdx
@@ -2,7 +2,7 @@
title: Setting up a custom email domain with iCloud and Scaleway DNS
description: Learn how to create a personalized email address that reflects your brand or personal identity, using iCloud and Scaleway features.
tags: email iCloud DNS custom domain
-categories:
+products:
- domains-and-dns
dates:
posted: 2025-04-02
diff --git a/tutorials/dagster-serverless-jobs/index.mdx b/tutorials/dagster-serverless-jobs/index.mdx
index e2599d40c8..6b963cf011 100644
--- a/tutorials/dagster-serverless-jobs/index.mdx
+++ b/tutorials/dagster-serverless-jobs/index.mdx
@@ -2,7 +2,7 @@
title: Managing Serverless Jobs using Dagster
description: This page shows how to create and manage Serverless Jobs on Scaleway using Dagster.
tags: dagster python sdk orchestrator
-categories:
+products:
- container-registry
- jobs
- object-storage
diff --git a/tutorials/deploy-angular-application/index.mdx b/tutorials/deploy-angular-application/index.mdx
index 52070e3fc8..8661ab9c72 100644
--- a/tutorials/deploy-angular-application/index.mdx
+++ b/tutorials/deploy-angular-application/index.mdx
@@ -2,7 +2,7 @@
title: Creating and deploying an Angular application on Serverless Containers
description: This page shows how to create and deploy an Angular 18 application on Scaleway Serverless Containers.
tags: serverless angular docker
-categories:
+products:
- containers
dates:
validation: 2025-05-26
diff --git a/tutorials/deploy-automate-mkdocs-site/index.mdx b/tutorials/deploy-automate-mkdocs-site/index.mdx
index 37970ac2de..62015beca8 100644
--- a/tutorials/deploy-automate-mkdocs-site/index.mdx
+++ b/tutorials/deploy-automate-mkdocs-site/index.mdx
@@ -1,7 +1,7 @@
---
title: Build and deploy an MkDocs static website with GitHub Actions CI/CD
description: Learn how to build and deploy an MkDocs site using GitHub Actions for CI/CD automation. Streamline your workflow with this step-by-step guide.
-categories:
+products:
- object-storage
tags: mkdocs deployment automation static-site ci-cd github
dates:
diff --git a/tutorials/deploy-awstats/index.mdx b/tutorials/deploy-awstats/index.mdx
index 04cf1afb53..cac34679a2 100644
--- a/tutorials/deploy-awstats/index.mdx
+++ b/tutorials/deploy-awstats/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploying AWStats
description: How to deploy AwStats to generate advanced web, streaming, FTP, or mail server statistics graphically.
-categories:
+products:
- instances
tags: AwStats FTP Apache
dates:
diff --git a/tutorials/deploy-chatwoot-self-care/index.mdx b/tutorials/deploy-chatwoot-self-care/index.mdx
index e621eeea00..fb5bc06ad6 100644
--- a/tutorials/deploy-chatwoot-self-care/index.mdx
+++ b/tutorials/deploy-chatwoot-self-care/index.mdx
@@ -2,7 +2,7 @@
title: Deploying Chatwoot on Scaleway Production-Optimized Instances
description: Learn how to deploy the Chatwoot CRM on Scaleway Production-Optimized Instances with this comprehensive guide. Follow our step-by-step instructions to set up and optimize Chatwoot for seamless customer relationship management on Scaleway.
tags: chatwoot crm customer-service
-categories:
+products:
- instances
dates:
validation: 2025-07-16
diff --git a/tutorials/deploy-clickhouse-database/index.mdx b/tutorials/deploy-clickhouse-database/index.mdx
index b436c8f7f5..c5fcc5e699 100644
--- a/tutorials/deploy-clickhouse-database/index.mdx
+++ b/tutorials/deploy-clickhouse-database/index.mdx
@@ -3,7 +3,7 @@ title: Guide to deploying ClickHouse® on Scaleway Instances
description: Discover how to deploy ClickHouse® on Scaleway Instances for powerful data management capabilities.
tags: clickhouse big-data
hero: assets/scaleway-clickhouse.webp
-categories:
+products:
- instances
dates:
validation: 2025-07-16
diff --git a/tutorials/deploy-hasura-engine-database-postgresql/index.mdx b/tutorials/deploy-hasura-engine-database-postgresql/index.mdx
index 59faeb198f..6c1fe53d7c 100644
--- a/tutorials/deploy-hasura-engine-database-postgresql/index.mdx
+++ b/tutorials/deploy-hasura-engine-database-postgresql/index.mdx
@@ -2,7 +2,7 @@
title: Deploying Hasura GraphQL engine with a Database for PostgreSQL
description: This page shows you how to link Hasura GraphQL Engine with a Database for PostgreSQL
tags: Hasura GraphQL PostgreSQL
-categories:
+products:
- postgresql-and-mysql
hero: assets/scaleway_hasura.webp
dates:
diff --git a/tutorials/deploy-instances-packer-terraform/index.mdx b/tutorials/deploy-instances-packer-terraform/index.mdx
index 4b1309db06..73b3c24b35 100644
--- a/tutorials/deploy-instances-packer-terraform/index.mdx
+++ b/tutorials/deploy-instances-packer-terraform/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploying Cloud Instances with Packer and Terraform/OpenTofu
description: This tutorial explains how to build and deploy Cloud Instances with Packer and Terraform/OpenTofu
-categories:
+products:
- instances
- terraform
- packer
diff --git a/tutorials/deploy-istio-kapsule-proxy-protocol/index.mdx b/tutorials/deploy-istio-kapsule-proxy-protocol/index.mdx
index 6b97158455..64a2662b1a 100644
--- a/tutorials/deploy-istio-kapsule-proxy-protocol/index.mdx
+++ b/tutorials/deploy-istio-kapsule-proxy-protocol/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploying Istio on a Kubernetes Kapsule with ProxyProtocol v2 support
description: Learn how to deploy Istio on a Kubernetes Kapsule cluster with Proxy Protocol v2 support. Follow our step-by-step tutorial to set up a secure and scalable service mesh infrastructure.
-categories:
+products:
- kubernetes
- load-balancer
tags: kubernetes load-balancer proxy-protocol istio
diff --git a/tutorials/deploy-k3s-cluster-with-cilium/index.mdx b/tutorials/deploy-k3s-cluster-with-cilium/index.mdx
index dd283b1ca3..e9e9c7c053 100644
--- a/tutorials/deploy-k3s-cluster-with-cilium/index.mdx
+++ b/tutorials/deploy-k3s-cluster-with-cilium/index.mdx
@@ -3,7 +3,7 @@ title: Creating a Kubernetes cluster on Scaleway with K3s and Cilium
description: This tutorial offers a detailed, step-by-step guide for setting up a Kubernetes cluster with K3s and Cilium on the Scaleway cloud platform.
tags: k3s cilium ipv6 Ingress
hero:
-categories:
+products:
- kubernetes
dates:
validation: 2025-05-12
diff --git a/tutorials/deploy-laravel-on-serverless-containers/index.mdx b/tutorials/deploy-laravel-on-serverless-containers/index.mdx
index b939a97f4d..b6db425fe8 100644
--- a/tutorials/deploy-laravel-on-serverless-containers/index.mdx
+++ b/tutorials/deploy-laravel-on-serverless-containers/index.mdx
@@ -3,7 +3,7 @@ title: Deploying Laravel 10.x on Serverless Containers
description: This tutorial provides a step-by-step guide for deploying a containerized Laravel application on the Scaleway cloud platform.
tags: laravel php docker nginx fpm
hero: assets/scaleway-umami.webp
-categories:
+products:
- containers
- container-registry
dates:
diff --git a/tutorials/deploy-librechat-with-generative-apis/index.mdx b/tutorials/deploy-librechat-with-generative-apis/index.mdx
index 400779f8de..0969d78d90 100644
--- a/tutorials/deploy-librechat-with-generative-apis/index.mdx
+++ b/tutorials/deploy-librechat-with-generative-apis/index.mdx
@@ -2,7 +2,7 @@
title: Deploy LibreChat with Scaleway Generative APIs as a ChatGPT alternative
description: Step-by-step guide to deploy LibreChat with Scaleway Generative APIs locally.
tags: docker ai generative apis
-categories:
+products:
- generative-apis
dates:
validation: 2025-03-13
diff --git a/tutorials/deploy-mdbooks-serverless-containers/index.mdx b/tutorials/deploy-mdbooks-serverless-containers/index.mdx
index 52d722673d..75dbe61f38 100644
--- a/tutorials/deploy-mdbooks-serverless-containers/index.mdx
+++ b/tutorials/deploy-mdbooks-serverless-containers/index.mdx
@@ -2,7 +2,7 @@
title: Fast deployment of documentation on Serverless Containers with mdBook
description: Step-by-step guide to deploy mdBooks on Scaleway Serverless Containers.
tags: docker container deploy serverless mdbook documentation
-categories:
+products:
- containers
- container-registry
dates:
diff --git a/tutorials/deploy-meilisearch-instance/index.mdx b/tutorials/deploy-meilisearch-instance/index.mdx
index 6ab68806bd..770335dd8f 100644
--- a/tutorials/deploy-meilisearch-instance/index.mdx
+++ b/tutorials/deploy-meilisearch-instance/index.mdx
@@ -2,7 +2,7 @@
title: Deploying Meilisearch on a Scaleway Instance
description: Deploy Meilisearch on Scaleway Instances with this step-by-step guide to set up and run the Meilisearch search engine efficiently. Perfect for fast, relevant searches.
tags: meilisearch search full-text instance
-categories:
+products:
- instances
dates:
validation: 2025-02-11
diff --git a/tutorials/deploy-nextcloud-s3/index.mdx b/tutorials/deploy-nextcloud-s3/index.mdx
index 37ea7f8593..9ea8bdfdcd 100644
--- a/tutorials/deploy-nextcloud-s3/index.mdx
+++ b/tutorials/deploy-nextcloud-s3/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploying NextCloud with Scaleway Object Storage
description: This page shows how to deploy and configure NextCloud with Scaleway Object Storage
-categories:
+products:
- object-storage
- instances
tags: NextCloud mariadb apache
diff --git a/tutorials/deploy-openproject-database-postgresql/index.mdx b/tutorials/deploy-openproject-database-postgresql/index.mdx
index 34ba001781..5df5df7ad1 100644
--- a/tutorials/deploy-openproject-database-postgresql/index.mdx
+++ b/tutorials/deploy-openproject-database-postgresql/index.mdx
@@ -2,7 +2,7 @@
title: Deploying OpenProject with a Database for PostgreSQL
description: Learn how to install and configure OpenProject on Ubuntu Focal Fossa 20.04 while integrating a Database for PostgreSQL instance with your stack.
tags: OpenProject database PostgreSQL ubuntu
-categories:
+products:
- postgresql-and-mysql
- instances
hero: assets/scaleway_openproject.webp
diff --git a/tutorials/deploy-openwebui-with-generative-apis/index.mdx b/tutorials/deploy-openwebui-with-generative-apis/index.mdx
index 2f05b364ac..f30700b939 100644
--- a/tutorials/deploy-openwebui-with-generative-apis/index.mdx
+++ b/tutorials/deploy-openwebui-with-generative-apis/index.mdx
@@ -2,7 +2,7 @@
title: Deploying Open WebUI with Scaleway's Generative APIs
description: This guide explains how to deploy Open WebUI with Scaleway's Generative APIs using Docker or Scaleway's Serverless Containers.
tags: open-webui docker scaleway generative-apis
-categories:
+products:
- generative-apis
- containers
dates:
diff --git a/tutorials/deploy-penpot-with-docker-instantapp/index.mdx b/tutorials/deploy-penpot-with-docker-instantapp/index.mdx
index 9dffd2d48c..68b91b3580 100644
--- a/tutorials/deploy-penpot-with-docker-instantapp/index.mdx
+++ b/tutorials/deploy-penpot-with-docker-instantapp/index.mdx
@@ -2,7 +2,7 @@
title: Deploying a self-hosted Penpot Instance using the Docker InstantApp
description: This page shows you how to deploy a self-hosted Penpot Instance using the Docker InstantApp
tags: penpot docker instantapp
-categories:
+products:
- instances
dates:
validation: 2025-05-19
diff --git a/tutorials/deploy-phpmyadmin-with-docker/index.mdx b/tutorials/deploy-phpmyadmin-with-docker/index.mdx
index e0373f51da..44699452c8 100644
--- a/tutorials/deploy-phpmyadmin-with-docker/index.mdx
+++ b/tutorials/deploy-phpmyadmin-with-docker/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploying phpMyAdmin with Docker to manage MySQL Databases
description: This page shows you how to deploy a phpMyAdmin instance in a few steps using the Docker InstantApp.
-categories:
+products:
- instances
- postgresql-and-mysql
tags: phpMyAdmin Docker InstantApp MySQL
diff --git a/tutorials/deploy-remote-desktop-ubuntu-2204/index.mdx b/tutorials/deploy-remote-desktop-ubuntu-2204/index.mdx
index e4503f1aaa..842a109115 100644
--- a/tutorials/deploy-remote-desktop-ubuntu-2204/index.mdx
+++ b/tutorials/deploy-remote-desktop-ubuntu-2204/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploying a remote desktop with XRDP on Ubuntu Jammy Jellyfish (22.04 LTS)
description: This page shows how to deploy a remote desktop environment with xfce and xrdp on Jammy Jellyfish (22.04 LTS)
-categories:
+products:
- instances
tags: remote-desktop xRDP rdp xFCE jammy-jellyfish
dates:
diff --git a/tutorials/deploy-saas-application/index.mdx b/tutorials/deploy-saas-application/index.mdx
index c5b77859cf..e5ef593ebd 100644
--- a/tutorials/deploy-saas-application/index.mdx
+++ b/tutorials/deploy-saas-application/index.mdx
@@ -2,7 +2,7 @@
title: Deploying a Software-as-a-Service application with Scaleway
description: In this tutorial, you will learn how to deploy a Software-as-a-Service (SaaS) application, based on a SaaS application developed using Django Template.
tags: Saas Django boto3
-categories:
+products:
- container-registry
- object-storage
- postgresql-and-mysql
diff --git a/tutorials/deploy-static-website-with-hugo-and-github-runners-to-object-storage/index.mdx b/tutorials/deploy-static-website-with-hugo-and-github-runners-to-object-storage/index.mdx
index 43dd2f3863..3d36916e11 100644
--- a/tutorials/deploy-static-website-with-hugo-and-github-runners-to-object-storage/index.mdx
+++ b/tutorials/deploy-static-website-with-hugo-and-github-runners-to-object-storage/index.mdx
@@ -2,7 +2,7 @@
title: Deploying a static website to Object Storage with Hugo and GitHub runners
description: Learn how to deploy a static website to Object Storage using Hugo and GitHub runners in this comprehensive tutorial.
tags: hugo cms github
-categories:
+products:
- object-storage
dates:
validation: 2025-06-25
diff --git a/tutorials/deploy-ubuntu-20-04-instance-scaleway-elements/index.mdx b/tutorials/deploy-ubuntu-20-04-instance-scaleway-elements/index.mdx
index 5a422ecfc9..25a2cb05d0 100644
--- a/tutorials/deploy-ubuntu-20-04-instance-scaleway-elements/index.mdx
+++ b/tutorials/deploy-ubuntu-20-04-instance-scaleway-elements/index.mdx
@@ -2,7 +2,7 @@
title: Deploying an Ubuntu 20.04 LTS (Focal Fossa) Instance on Scaleway (End of Standard Support in May 2025)
description: In this tutorial, you will learn how to deploy, update, and manage an Ubuntu 20.04 LTS (Focal Fossa) Instance on Scaleway.
tags: Ubuntu focal-fossa
-categories:
+products:
- instances
dates:
validation: 2025-03-05
diff --git a/tutorials/deploy-ubuntu-22-04-instance/index.mdx b/tutorials/deploy-ubuntu-22-04-instance/index.mdx
index 63c395149b..35dab55829 100644
--- a/tutorials/deploy-ubuntu-22-04-instance/index.mdx
+++ b/tutorials/deploy-ubuntu-22-04-instance/index.mdx
@@ -2,7 +2,7 @@
title: Deploying an Ubuntu 22.04 LTS (Jammy Jellyfish) Instance on Scaleway
description: In this tutorial, you will learn how to deploy, update, and manage a Ubuntu 22.04 LTS (Jammy Jellyfish) Instance on Scaleway.
tags: Ubuntu jammy-jellyfish
-categories:
+products:
- instances
dates:
validation: 2025-03-06
diff --git a/tutorials/deploy-umami-on-serverless-containers/index.mdx b/tutorials/deploy-umami-on-serverless-containers/index.mdx
index d571f7590a..cc9e6c7911 100644
--- a/tutorials/deploy-umami-on-serverless-containers/index.mdx
+++ b/tutorials/deploy-umami-on-serverless-containers/index.mdx
@@ -3,7 +3,7 @@ title: Deploying Umami web analytics on Scaleway Serverless Containers
description: Discover how to deploy Umami web analytics on Scaleway Serverless Containers.
tags: Umami analytics
hero: assets/scaleway-umami.webp
-categories:
+products:
- instances
- containers
- container-registry
diff --git a/tutorials/deploy-wordpress-from-application-library/index.mdx b/tutorials/deploy-wordpress-from-application-library/index.mdx
index a4a3d3b791..60273f5875 100644
--- a/tutorials/deploy-wordpress-from-application-library/index.mdx
+++ b/tutorials/deploy-wordpress-from-application-library/index.mdx
@@ -2,7 +2,7 @@
title: Deploying WordPress on a Scaleway Kubernetes cluster with the Application Library
description: Learn how to deploy WordPress on Kubernetes using the Easy Deploy feature in a few clicks
tags: kubernetes wordpress docker
-categories:
+products:
- kubernetes
dates:
validation: 2025-03-27
diff --git a/tutorials/deploy-wordpress-managed-database-mysql8/index.mdx b/tutorials/deploy-wordpress-managed-database-mysql8/index.mdx
index 0dd6150228..6e6d7197b7 100644
--- a/tutorials/deploy-wordpress-managed-database-mysql8/index.mdx
+++ b/tutorials/deploy-wordpress-managed-database-mysql8/index.mdx
@@ -2,7 +2,7 @@
title: Deploying a WordPress blog backed by Scaleway Managed Database for MySQL 8
description: Learn how to deploy your own WordPress blog backed by Scaleway Managed Database for MySQL 8.
tags: mysql wordpress database php
-categories:
+products:
- instances
- postgresql-and-mysql
dates:
diff --git a/tutorials/deploying-a-documentation-website-with-docusaurus-on-scaleway/index.mdx b/tutorials/deploying-a-documentation-website-with-docusaurus-on-scaleway/index.mdx
index d22ea4f343..58e726ccdb 100644
--- a/tutorials/deploying-a-documentation-website-with-docusaurus-on-scaleway/index.mdx
+++ b/tutorials/deploying-a-documentation-website-with-docusaurus-on-scaleway/index.mdx
@@ -2,7 +2,7 @@
title: Deploying a documentation website with Docusaurus on Scaleway
description: In this tutorial, you will learn how to deploy a documentation website to Scaleway Object Storage with Docusaurus and GitHub runners.
tags: docusaurus cms github
-categories:
+products:
- object-storage
dates:
validation: 2025-02-11
diff --git a/tutorials/deploying-hubble-add-on-scaleway-kubernetes-clusters/index.mdx b/tutorials/deploying-hubble-add-on-scaleway-kubernetes-clusters/index.mdx
index 2922241700..80b66c6f82 100644
--- a/tutorials/deploying-hubble-add-on-scaleway-kubernetes-clusters/index.mdx
+++ b/tutorials/deploying-hubble-add-on-scaleway-kubernetes-clusters/index.mdx
@@ -2,7 +2,7 @@
title: Deploying Hubble as an add-on to Scaleway Kubernetes clusters
description: Learn how to deploy Hubble, a network observability and security monitoring tool for Cilium, to your Scaleway Kubernetes cluster using the Scaleway console or the CLI with Helm.
tags: hubble kubernetes k8s
-categories:
+products:
- kubernetes
dates:
validation: 2025-03-05
diff --git a/tutorials/deploying-qdrant-vectordb-kubernetes/index.mdx b/tutorials/deploying-qdrant-vectordb-kubernetes/index.mdx
index 37b30c6270..cd9c96c47e 100644
--- a/tutorials/deploying-qdrant-vectordb-kubernetes/index.mdx
+++ b/tutorials/deploying-qdrant-vectordb-kubernetes/index.mdx
@@ -5,7 +5,7 @@ tags: vectordb qdrant database
dates:
validation: 2025-04-30
posted: 2024-04-16
-categories:
+products:
- kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/tutorials/dhclient-dedibox/index.mdx b/tutorials/dhclient-dedibox/index.mdx
index af0d07ef95..fd2fc20e05 100644
--- a/tutorials/dhclient-dedibox/index.mdx
+++ b/tutorials/dhclient-dedibox/index.mdx
@@ -5,7 +5,7 @@ tags: dhcpv6 duid autostart dhcp dhclient
dates:
validation: 2025-06-09
posted: 2021-08-03
-categories:
+products:
- dedibox
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/tutorials/dhcpcd-dedibox/index.mdx b/tutorials/dhcpcd-dedibox/index.mdx
index ee17383fc9..c5d368557c 100644
--- a/tutorials/dhcpcd-dedibox/index.mdx
+++ b/tutorials/dhcpcd-dedibox/index.mdx
@@ -2,7 +2,7 @@
title: Configuring DHCPCD on a Scaleway Dedibox
description: DHCPCD is an open-source DHCP client, supporting both IPv4 and IPv6.
tags: dedibox dedicated-servers DHCPCD
-categories:
+products:
- dedibox
dates:
validation: 2025-05-19
diff --git a/tutorials/django-ubuntu-focal-fossa/index.mdx b/tutorials/django-ubuntu-focal-fossa/index.mdx
index 7c4f379b70..ad3f11c328 100644
--- a/tutorials/django-ubuntu-focal-fossa/index.mdx
+++ b/tutorials/django-ubuntu-focal-fossa/index.mdx
@@ -1,7 +1,7 @@
---
title: Setting up a Django Web Framework on a Scaleway Production-Optimized Instance running Ubuntu 20.04 LTS (Focal Fossa)
description: This page shows how to install Django web framework on Ubuntu 20.04 LTS (Focal Fossa)
-categories:
+products:
- instances
tags: Django Ubuntu Focal-Fossa Linux
dates:
diff --git a/tutorials/docker-instantapp/index.mdx b/tutorials/docker-instantapp/index.mdx
index 621914fc0b..5713a04e11 100644
--- a/tutorials/docker-instantapp/index.mdx
+++ b/tutorials/docker-instantapp/index.mdx
@@ -2,7 +2,7 @@
title: One-click Docker deployment on Scaleway Instances using InstantApp
description: Discover how to use the Docker InstantApp on your Scaleway Instance. Unlock the power of containerization with Docker, and follow our step-by-step instructions for deployment and management of your applications.
tags: gaming Docker InstantApp
-categories:
+products:
- instances
dates:
validation: 2025-07-02
diff --git a/tutorials/easydeploy-argocd/index.mdx b/tutorials/easydeploy-argocd/index.mdx
index e48b5372e0..696bf4a4bc 100644
--- a/tutorials/easydeploy-argocd/index.mdx
+++ b/tutorials/easydeploy-argocd/index.mdx
@@ -2,7 +2,7 @@
title: Deploy Argo CD on Scaleway Kubernetes clusters using Easy Deploy
description: Deploy Argo CD on Scaleway Kubernetes clusters using Easy Deploy. This guide provides steps for Argo CD to pull application definitions from a Git repository.
tags: Argo CD kubernetes easy deploy
-categories:
+products:
- kubernetes
dates:
validation: 2024-06-13
diff --git a/tutorials/easydeploy-gitlab-runner/index.mdx b/tutorials/easydeploy-gitlab-runner/index.mdx
index abdc40c657..6ff14febdb 100644
--- a/tutorials/easydeploy-gitlab-runner/index.mdx
+++ b/tutorials/easydeploy-gitlab-runner/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploy GitLab Runner on Scaleway Kubernetes clusters using Easy Deploy
description: Learn how to deploy GitLab Runner on Scaleway Kubernetes clusters using the Easy Deploy feature.
-categories:
+products:
- kubernetes
dates:
validation: 2025-07-16
diff --git a/tutorials/easydeploy-gitlab-server/index.mdx b/tutorials/easydeploy-gitlab-server/index.mdx
index 472ea6f4ba..3f8eb7831a 100644
--- a/tutorials/easydeploy-gitlab-server/index.mdx
+++ b/tutorials/easydeploy-gitlab-server/index.mdx
@@ -2,7 +2,7 @@
title: Deploy GitLab Server on Scaleway Kubernetes clusters using Easy Deploy
description: Deploy GitLab server on Scaleway Kubernetes clusters with Easy Deploy. This guide provides steps for deployment and configurations for optimal GitOps practices.
tags: GitLab server kubernetes easy deploy
-categories:
+products:
- kubernetes
dates:
validation: 2025-01-02
diff --git a/tutorials/easydeploy-grafana/index.mdx b/tutorials/easydeploy-grafana/index.mdx
index 7d7753c7f1..9032905d4e 100644
--- a/tutorials/easydeploy-grafana/index.mdx
+++ b/tutorials/easydeploy-grafana/index.mdx
@@ -2,7 +2,7 @@
title: Deploy Grafana on Scaleway Kubernetes clusters using Easy Deploy
description: Use Grafana on Scaleway Kubernetes clusters with Easy Deploy. Unlock data visualization power and follow our step-by-step instructions for deployment and management.
tags: Grafana kubernetes easy deploy
-categories:
+products:
- kubernetes
dates:
validation: 2024-06-13
diff --git a/tutorials/easydeploy-vault/index.mdx b/tutorials/easydeploy-vault/index.mdx
index 3d9a754f24..638d1d8324 100644
--- a/tutorials/easydeploy-vault/index.mdx
+++ b/tutorials/easydeploy-vault/index.mdx
@@ -2,7 +2,7 @@
title: Deploy HashiCorp Vault on Scaleway Kubernetes clusters using Easy Deploy
description: Securely deploy and manage HashiCorp Vault on Scaleway Kubernetes clusters with Easy Deploy. Follow our guide for step-by-step instructions.
tags: hashicorp vault kubernetes k8s easy deploy
-categories:
+products:
- kubernetes
dates:
validation: 2024-06-13
diff --git a/tutorials/enabling-encryption-in-kapsule-with-cilium/index.mdx b/tutorials/enabling-encryption-in-kapsule-with-cilium/index.mdx
index 09822e692b..0b0d7a51fd 100644
--- a/tutorials/enabling-encryption-in-kapsule-with-cilium/index.mdx
+++ b/tutorials/enabling-encryption-in-kapsule-with-cilium/index.mdx
@@ -2,7 +2,7 @@
title: Enabling encryption in Kapsule (Kubernetes 1.31) with Cilium
description: Learn how to enable WireGuard encryption in Scaleway’s Kapsule Managed Kubernetes service using Cilium. This guide covers configuration steps, verification, and testing encryption for secure network traffic.
tags: encryption cilium kapsule wireguard
-categories:
+products:
- kubernetes
dates:
validation: 2025-07-21
diff --git a/tutorials/encode-videos-using-serverless-jobs/index.mdx b/tutorials/encode-videos-using-serverless-jobs/index.mdx
index c9b983fd5a..89f4c6dc10 100644
--- a/tutorials/encode-videos-using-serverless-jobs/index.mdx
+++ b/tutorials/encode-videos-using-serverless-jobs/index.mdx
@@ -2,7 +2,7 @@
title: Encode videos using Serverless Jobs and FFMPEG
description: In this tutorial, you will learn how to deploy a Serverless Job that encodes videos using FFMPEG
tags: serverless jobs ffmpeg video encoding
-categories:
+products:
- container-registry
- jobs
- object-storage
diff --git a/tutorials/encrypt-s3-data-rclone/index.mdx b/tutorials/encrypt-s3-data-rclone/index.mdx
index a4f1c099d5..3e0fa14cee 100644
--- a/tutorials/encrypt-s3-data-rclone/index.mdx
+++ b/tutorials/encrypt-s3-data-rclone/index.mdx
@@ -1,7 +1,7 @@
---
title: Encrypting your Scaleway Object Storage data using Rclone
description: In this tutorial, you will learn how to encrypt your data using Rclone before uploading it to Scaleway Object Storage.
-categories:
+products:
- object-storage
tags: encryption amazon-s3 rclone
dates:
diff --git a/tutorials/encrypt-volumes/index.mdx b/tutorials/encrypt-volumes/index.mdx
index 52e6cc68db..be9ab05f2c 100644
--- a/tutorials/encrypt-volumes/index.mdx
+++ b/tutorials/encrypt-volumes/index.mdx
@@ -2,7 +2,7 @@
title: Encrypting volumes for sensitive data
description: This tutorial shows you how to create and mount an encrypted volume for sensitive data.
tags: encryption Cryptsetup
-categories:
+products:
- block-storage
- instances
dates:
diff --git a/tutorials/export-audit-trail-to-datadog/index.mdx b/tutorials/export-audit-trail-to-datadog/index.mdx
index 0890afb4d5..857abdb5d8 100644
--- a/tutorials/export-audit-trail-to-datadog/index.mdx
+++ b/tutorials/export-audit-trail-to-datadog/index.mdx
@@ -2,7 +2,7 @@
title: Exporting Audit Trail events to DataDog
description: Learn how to export Scaleway Audit Trail events to DataDog
tags: audit-trail log events
-categories:
+products:
- audit-trail
- instances
dates:
diff --git a/tutorials/first-steps-linux-command-line/index.mdx b/tutorials/first-steps-linux-command-line/index.mdx
index 0f3836093c..8b895a70c7 100644
--- a/tutorials/first-steps-linux-command-line/index.mdx
+++ b/tutorials/first-steps-linux-command-line/index.mdx
@@ -2,7 +2,7 @@
title: First steps with the Linux command line
description: Learn the basics of Linux command line with this beginner-friendly tutorial. Master essential commands to navigate, manage files, and streamline tasks effectively.
tags: linux ubuntu pwd mkdir
-categories:
+products:
- dedibox
- instances
- elastic-metal
diff --git a/tutorials/flask/index.mdx b/tutorials/flask/index.mdx
index 9fc8f0eeac..ca388c0a10 100644
--- a/tutorials/flask/index.mdx
+++ b/tutorials/flask/index.mdx
@@ -2,7 +2,7 @@
title: Configuring Flask on Ubuntu Bionic Beaver
description: This page details how to install and configure Flask
tags: Flask Ubuntu Bionic-Beaver
-categories:
+products:
- instances
dates:
validation: 2025-04-08
diff --git a/tutorials/focalboard-project-management/index.mdx b/tutorials/focalboard-project-management/index.mdx
index 395b645f75..32e6bec6f3 100644
--- a/tutorials/focalboard-project-management/index.mdx
+++ b/tutorials/focalboard-project-management/index.mdx
@@ -3,7 +3,7 @@ title: Project management for technical teams with Focalboard on Ubuntu Instance
description: This page shows how to set up a Focalboard project-management tool on Cost-Optimized Scaleway Instances running Ubuntu Linux
tags: focalboard ubuntu project-management nginx mariadb
hero:
-categories:
+products:
- instances
dates:
validation: 2025-03-06
diff --git a/tutorials/foreman-puppet/index.mdx b/tutorials/foreman-puppet/index.mdx
index 8284425f94..5e16164823 100644
--- a/tutorials/foreman-puppet/index.mdx
+++ b/tutorials/foreman-puppet/index.mdx
@@ -2,7 +2,7 @@
title: Installing and configuring Foreman on Ubuntu Jammy Jellyfish (22.04 LTS)
description: Discover how to install and configure Foreman on Ubuntu Jammy Jellyfish (22.04 LTS)
tags: Foreman puppet Ubuntu Jammy Jellyfish
-categories:
+products:
- instances
dates:
validation: 2025-04-22
diff --git a/tutorials/get-started-containers-docker/index.mdx b/tutorials/get-started-containers-docker/index.mdx
index 7f483aa3d1..cffa1e0ec6 100644
--- a/tutorials/get-started-containers-docker/index.mdx
+++ b/tutorials/get-started-containers-docker/index.mdx
@@ -2,7 +2,7 @@
title: Getting started with Kubernetes Part 1 - Containers & Docker
description: This is the first in a series of tutorials accompanying our video demonstrations on getting started with Kubernetes. Part 1 covers containers and Docker.
tags: Kubernetes Docker
-categories:
+products:
- kubernetes
dates:
validation: 2025-04-22
diff --git a/tutorials/get-started-crossplane-kubernetes/index.mdx b/tutorials/get-started-crossplane-kubernetes/index.mdx
index 4c4b09fb21..d87b10a22b 100644
--- a/tutorials/get-started-crossplane-kubernetes/index.mdx
+++ b/tutorials/get-started-crossplane-kubernetes/index.mdx
@@ -2,7 +2,7 @@
title: Getting started with Crossplane provider on Scaleway Kubernetes
description: This page shows you how to get started with the Crossplane provider using Kubernetes clusters
tags: crossplane kubernetes
-categories:
+products:
- kubernetes
dates:
validation: 2025-06-02
diff --git a/tutorials/get-started-deploy-kapsule/index.mdx b/tutorials/get-started-deploy-kapsule/index.mdx
index dade5522a5..f350ab8afe 100644
--- a/tutorials/get-started-deploy-kapsule/index.mdx
+++ b/tutorials/get-started-deploy-kapsule/index.mdx
@@ -2,7 +2,7 @@
title: Getting started with Kubernetes Part 2 - Deploying an app with Kapsule
description: This is the second in a series of tutorials accompanying our video demonstrations on getting started with Kubernetes. Part 2 shows how to deploy a containerized application with Scaleway Kubernetes Kapsule.
tags: Kubernetes nodeport kubectl
-categories:
+products:
- kubernetes
dates:
validation: 2025-05-02
diff --git a/tutorials/get-started-kubernetes-loadbalancer/index.mdx b/tutorials/get-started-kubernetes-loadbalancer/index.mdx
index a426044e66..86d64c7076 100644
--- a/tutorials/get-started-kubernetes-loadbalancer/index.mdx
+++ b/tutorials/get-started-kubernetes-loadbalancer/index.mdx
@@ -2,7 +2,7 @@
title: Getting started with Kubernetes Part 3 - Load Balancers
description: Learn how to create Load Balancers for your Kubernetes Kapsule cluster in Part 3 of our series. Understand why Load Balancers are crucial and follow the step-by-step guide to set one up.
tags: Kubernetes load-balancer kubectl nodeport
-categories:
+products:
- kubernetes
dates:
validation: 2025-04-08
diff --git a/tutorials/get-started-kubernetes-storage/index.mdx b/tutorials/get-started-kubernetes-storage/index.mdx
index 12e85a5305..cbb92cd76c 100644
--- a/tutorials/get-started-kubernetes-storage/index.mdx
+++ b/tutorials/get-started-kubernetes-storage/index.mdx
@@ -2,7 +2,7 @@
title: Getting started with Kubernetes Part 4 - Storage
description: This is the fourth in a series of tutorials accompanying our video demonstrations on getting started with Kubernetes. Part 4 explains how to add storage to your cluster.
tags: Kubernetes kubectl block-storage stateful-set persistent-volume
-categories:
+products:
- kubernetes
dates:
validation: 2025-02-11
diff --git a/tutorials/get-started-python/index.mdx b/tutorials/get-started-python/index.mdx
index 562760f339..673e1489e9 100644
--- a/tutorials/get-started-python/index.mdx
+++ b/tutorials/get-started-python/index.mdx
@@ -3,7 +3,7 @@ title: Getting started with Python for complete beginners
description: This tutorial shows you how to get started with Python, and is aimed at complete beginners who do not necessarily have any experience with coding.
tags: python elif variables hello-world boolean
hero: assets/scaleway-python.webp
-categories:
+products:
- compute
dates:
validation: 2025-02-18
diff --git a/tutorials/getting-started-with-kops-on-scaleway/index.mdx b/tutorials/getting-started-with-kops-on-scaleway/index.mdx
index 7a6fe561c4..29282bc9d7 100644
--- a/tutorials/getting-started-with-kops-on-scaleway/index.mdx
+++ b/tutorials/getting-started-with-kops-on-scaleway/index.mdx
@@ -2,7 +2,7 @@
title: Getting started with kOps on Scaleway
description: This page shows you how to get started with kOps on Scaleway.
tags: kops kubernetes
-categories:
+products:
- kubernetes
dates:
validation: 2024-10-08
diff --git a/tutorials/gitlab-instant-app/index.mdx b/tutorials/gitlab-instant-app/index.mdx
index 40a2a3cfa6..9c55df18bd 100644
--- a/tutorials/gitlab-instant-app/index.mdx
+++ b/tutorials/gitlab-instant-app/index.mdx
@@ -2,7 +2,7 @@
title: One-Click GitLab repository manager deployment on Scaleway Instances using InstantApp
description: Learn how to deploy and manage your projects with the GitLab repository manager InstantApp on Scaleway. Follow our step-by-step guide to optimize your Scaleway Instance for efficient project management.
tags: apps GitLab InstantApp
-categories:
+products:
- instances
dates:
validation: 2025-07-16
diff --git a/tutorials/glpi/index.mdx b/tutorials/glpi/index.mdx
index 50f629f822..779d34f638 100644
--- a/tutorials/glpi/index.mdx
+++ b/tutorials/glpi/index.mdx
@@ -2,7 +2,7 @@
title: Managing Computing Infrastructures with GLPI and a Database for MySQL
description: This page provides information on how to deploy Gestionnaire Libre de Parc Informatique (GLPI), or Open Source IT Equipment Manager in English with Database for MySQL.
tags: GLPI sysadmin Database MySQL Nginx
-categories:
+products:
- instances
hero: assets/scaleway_glpi.webp
dates:
diff --git a/tutorials/glusterfs/index.mdx b/tutorials/glusterfs/index.mdx
index c8640f051a..7c9efa7d19 100644
--- a/tutorials/glusterfs/index.mdx
+++ b/tutorials/glusterfs/index.mdx
@@ -2,7 +2,7 @@
title: Configuring a High-Availability Storage with GlusterFS on Ubuntu
description: This page details how to configure a high-availability storage with GlusterFS on Ubuntu
tags: glusterfs network filesystem Ubuntu
-categories:
+products:
- instances
dates:
validation: 2025-05-02
diff --git a/tutorials/gpu-super-resolution/index.mdx b/tutorials/gpu-super-resolution/index.mdx
index d023c2fdb2..d4eb3e3251 100644
--- a/tutorials/gpu-super-resolution/index.mdx
+++ b/tutorials/gpu-super-resolution/index.mdx
@@ -1,7 +1,7 @@
---
title: Achieving Super Resolution with a Sub-Pixel Convolutional Neural Network on Scaleway GPU
description: This tutorial teaches you to achieve Super Resolution of images with a sub-pixel convolutional neural network. Learn to prepare your data, construct the network, train it and test it using a Scaleway GPU.
-categories:
+products:
- gpu-instances
tags: Scaleway-GPU AI inference Super-Resolution
dates:
diff --git a/tutorials/hadoop/index.mdx b/tutorials/hadoop/index.mdx
index 7fdade2922..1524ac340d 100644
--- a/tutorials/hadoop/index.mdx
+++ b/tutorials/hadoop/index.mdx
@@ -2,7 +2,7 @@
title: Configuring Hadoop on Ubuntu Linux
description: This page details how to install and configure Hadoop
tags: Hadoop big-data Ubuntu
-categories:
+products:
- compute
dates:
validation: 2025-04-22
diff --git a/tutorials/host-github-runner/index.mdx b/tutorials/host-github-runner/index.mdx
index a471ee113e..6dde097021 100644
--- a/tutorials/host-github-runner/index.mdx
+++ b/tutorials/host-github-runner/index.mdx
@@ -2,7 +2,7 @@
title: Hosting your own GitHub runner on an Instance
description: In this tutorial, you will learn how to host your own GitHub runner on an Instance
tags: Github-runner github
-categories:
+products:
- instances
dates:
validation: 2025-04-08
diff --git a/tutorials/how-to-implement-rag-generativeapis/index.mdx b/tutorials/how-to-implement-rag-generativeapis/index.mdx
index b4c116a8ae..813b0639fd 100644
--- a/tutorials/how-to-implement-rag-generativeapis/index.mdx
+++ b/tutorials/how-to-implement-rag-generativeapis/index.mdx
@@ -5,7 +5,7 @@ tags: inference API postgresql pgvector object storage RAG langchain AI LLMs emb
dates:
validation: 2025-05-12
posted: 2024-10-10
-categories:
+products:
- generative-apis
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/tutorials/how-to-implement-rag/index.mdx b/tutorials/how-to-implement-rag/index.mdx
index 6756149ee3..0ef3736348 100644
--- a/tutorials/how-to-implement-rag/index.mdx
+++ b/tutorials/how-to-implement-rag/index.mdx
@@ -2,7 +2,7 @@
title: Implementing Retrieval-Augmented Generation (RAG) with LangChain and Scaleway Managed Inference
description: Master Retrieval-Augmented Generation (RAG) with LangChain and Scaleway Managed Inference
tags: inference managed postgresql pgvector object storage RAG langchain machine learning AI language models
-categories:
+products:
- managed-inference
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/tutorials/install-apache-ansible/index.mdx b/tutorials/install-apache-ansible/index.mdx
index af146a6f2c..cecb4c1e24 100644
--- a/tutorials/install-apache-ansible/index.mdx
+++ b/tutorials/install-apache-ansible/index.mdx
@@ -2,7 +2,7 @@
title: Ansible Playbook for Apache installation
description: Learn to install Apache using Ansible playbook. Follow our guide to configure Ansible and deploy Apache on your servers effortlessly.
tags: Ansible Apache Playbook
-categories:
+products:
- compute
dates:
validation: 2025-01-22
diff --git a/tutorials/install-cassandra/index.mdx b/tutorials/install-cassandra/index.mdx
index 3b3cfff423..b493672b9e 100644
--- a/tutorials/install-cassandra/index.mdx
+++ b/tutorials/install-cassandra/index.mdx
@@ -1,7 +1,7 @@
---
title: Configuring a Cassandra Cluster on Ubuntu Bionic Beaver
description: This page shows how to configure a Cassandra cluster on Ubuntu Bionic Beaver (18.04)
-categories:
+products:
- instances
tags: database nosql Cassandra-cluster Ubuntu Bionic-Beaver
dates:
diff --git a/tutorials/install-cockroachdb-scaleway-instances/index.mdx b/tutorials/install-cockroachdb-scaleway-instances/index.mdx
index 396153b4ed..b9d69eb83f 100644
--- a/tutorials/install-cockroachdb-scaleway-instances/index.mdx
+++ b/tutorials/install-cockroachdb-scaleway-instances/index.mdx
@@ -2,7 +2,7 @@
title: Installing CockroachDB on Scaleway Instances
description: This page shows you how to deploy a secure multi-node CockroachDB cluster on Scaleway, using the Scaleway managed load balancing service to distribute client traffic.
tags: cockroachdb sql database
-categories:
+products:
- instances
dates:
validation: 2024-04-09
diff --git a/tutorials/install-configure-couchdb/index.mdx b/tutorials/install-configure-couchdb/index.mdx
index e555ab4f07..d9c7b4fe34 100644
--- a/tutorials/install-configure-couchdb/index.mdx
+++ b/tutorials/install-configure-couchdb/index.mdx
@@ -2,7 +2,7 @@
title: Installing and Configuring a CouchDB Cluster on Ubuntu Bionic or Focal Fossa
description: Learn how to install and configure a CouchDB database server on an Ubuntu Bionic or Focal Fossa Instance
tags: database CouchDB nosql
-categories:
+products:
- instances
dates:
validation: 2025-04-08
diff --git a/tutorials/install-docker-ubuntu-bionic/index.mdx b/tutorials/install-docker-ubuntu-bionic/index.mdx
index acf4696ded..7921b46cf6 100644
--- a/tutorials/install-docker-ubuntu-bionic/index.mdx
+++ b/tutorials/install-docker-ubuntu-bionic/index.mdx
@@ -2,7 +2,7 @@
title: How to install Docker on a Scaleway Instance running Ubuntu Linux
description: Discover how to install Docker CE on Ubuntu Bionic Beaver (18.04)
tags: Docker-CE Ubuntu Bionic-Beaver
-categories:
+products:
- instances
- container-registry
dates:
diff --git a/tutorials/install-docker-ubuntu-jammy-jellyfish/index.mdx b/tutorials/install-docker-ubuntu-jammy-jellyfish/index.mdx
index a2264f5447..a3f1e4e75d 100644
--- a/tutorials/install-docker-ubuntu-jammy-jellyfish/index.mdx
+++ b/tutorials/install-docker-ubuntu-jammy-jellyfish/index.mdx
@@ -2,7 +2,7 @@
title: How to install Docker Engine on a Scaleway Instance running Ubuntu Jammy Jellyfish (22.04 LTS)
description: Discover how to install Docker Engine on Ubuntu Jammy Jellyfish (22.04 LTS)
tags: docker ubuntu jammy-jellyfish
-categories:
+products:
- instances
dates:
validation: 2025-02-18
diff --git a/tutorials/install-github-actions-runner-mac/index.mdx b/tutorials/install-github-actions-runner-mac/index.mdx
index 93dd902720..901a45fc16 100644
--- a/tutorials/install-github-actions-runner-mac/index.mdx
+++ b/tutorials/install-github-actions-runner-mac/index.mdx
@@ -2,7 +2,7 @@
title: Configuring a GitHub Actions Runner on a Mac mini for enhanced CI/CD
description: Learn the detailed steps to set up and configure a self-hosted GitHub Actions runner on a bare metal Mac mini, optimizing your Continuous Integration and Continuous Deployment workflows for macOS.
tags: mac m1 github-actions ci/cd apple-silicon self-hosted-runner
-categories:
+products:
- apple-silicon
dates:
validation: 2025-05-19
diff --git a/tutorials/install-golang-ubuntu-bionic/index.mdx b/tutorials/install-golang-ubuntu-bionic/index.mdx
index 49b67ab21b..0acf52d197 100644
--- a/tutorials/install-golang-ubuntu-bionic/index.mdx
+++ b/tutorials/install-golang-ubuntu-bionic/index.mdx
@@ -2,7 +2,7 @@
title: Installing Go on Ubuntu
description: This tutorial explains how to install the latest version of Go on an Ubuntu Instance
tags: Go Ubuntu Bionic-Beaver
-categories:
+products:
- instances
dates:
validation: 2024-10-03
diff --git a/tutorials/install-ispconfig/index.mdx b/tutorials/install-ispconfig/index.mdx
index f15a029e63..584400b4e6 100644
--- a/tutorials/install-ispconfig/index.mdx
+++ b/tutorials/install-ispconfig/index.mdx
@@ -1,7 +1,7 @@
---
title: Installing ISPConfig on Ubuntu Linux
description: This page shows you how to install ISPconfig on an Ubuntu Linux Instance.
-categories:
+products:
- instances
- domains-and-dns
tags: hosting ISPconfig Ubuntu Linux
diff --git a/tutorials/install-kvm-elastic-metal/index.mdx b/tutorials/install-kvm-elastic-metal/index.mdx
index d11b28a9be..a08883bf4d 100644
--- a/tutorials/install-kvm-elastic-metal/index.mdx
+++ b/tutorials/install-kvm-elastic-metal/index.mdx
@@ -1,7 +1,7 @@
---
title: Setting up a KVM hypervisor on Elastic Metal servers
description: Discover how to effortlessly set up a virtual machine using KVM on a Scaleway Elastic Metal server. Follow our comprehensive guide for step-by-step instructions to optimize your virtualization environment for peak performance and scalability.
-categories:
+products:
- elastic-metal
tags: KVM-Hypervisor Elastic-Metal iptables
dates:
diff --git a/tutorials/install-mattermost/index.mdx b/tutorials/install-mattermost/index.mdx
index 76c471be8e..4e5f92b307 100644
--- a/tutorials/install-mattermost/index.mdx
+++ b/tutorials/install-mattermost/index.mdx
@@ -1,7 +1,7 @@
---
title: Installing Mattermost Messaging on Ubuntu 20.04
description: This page shows you how to install Mattermost Messaging on Ubuntu 20.04
-categories:
+products:
- instances
- postgresql-and-mysql
tags: messaging Mattermost Slack postgresql
diff --git a/tutorials/install-medusa/index.mdx b/tutorials/install-medusa/index.mdx
index d56454f8c3..a43a229548 100644
--- a/tutorials/install-medusa/index.mdx
+++ b/tutorials/install-medusa/index.mdx
@@ -1,7 +1,7 @@
---
title: Getting started with MedusaJS
description: This page shows you how to get started with the headless e-commerce platform, MedusaJS
-categories:
+products:
- instances
tags: ecommerce shopping medusajs
dates:
diff --git a/tutorials/install-openlitespeed-wordpress/index.mdx b/tutorials/install-openlitespeed-wordpress/index.mdx
index 013684d9ec..c6507245d8 100644
--- a/tutorials/install-openlitespeed-wordpress/index.mdx
+++ b/tutorials/install-openlitespeed-wordpress/index.mdx
@@ -1,7 +1,7 @@
---
title: Installing OpenLiteSpeed with WordPress on Ubuntu or Debian Linux
description: Learn how to install and configure the powerful OpenLiteSpeed web server on Ubuntu or Debian Linux. This comprehensive guide provides step-by-step instructions to help you get started quickly and efficiently.
-categories:
+products:
- instances
tags: OpenLiteSpeed Wordpress Ubuntu Bionic-Beaver php
dates:
diff --git a/tutorials/install-openvpn/index.mdx b/tutorials/install-openvpn/index.mdx
index 61e26b3514..694761ce12 100644
--- a/tutorials/install-openvpn/index.mdx
+++ b/tutorials/install-openvpn/index.mdx
@@ -2,7 +2,7 @@
title: Installing OpenVPN on a Scaleway Instance running Ubuntu 24.04
description: Discover how to install OpenVPN on Ubuntu 24.04 and later versions with this detailed tutorial. Follow our step-by-step guide to set up a secure VPN connection effortlessly.
tags: vpn OpenVPN Ubuntu
-categories:
+products:
- instances
dates:
validation: 2025-07-16
diff --git a/tutorials/install-parse-server/index.mdx b/tutorials/install-parse-server/index.mdx
index 1f0e510280..0b91cf2df7 100644
--- a/tutorials/install-parse-server/index.mdx
+++ b/tutorials/install-parse-server/index.mdx
@@ -2,7 +2,7 @@
title: Installing Parse Server on Ubuntu 20.04
description: This page provides a step-by-step guide to installing a Parse server on a Scaleway Instance. Follow these detailed instructions to set up and configure your Parse server with ease.
tags: Parse-Server Ubuntu MongoDB
-categories:
+products:
- instances
hero: assets/scaleway_parse.webp
dates:
diff --git a/tutorials/install-pgbouncer/index.mdx b/tutorials/install-pgbouncer/index.mdx
index a9ed8415b3..96ec6279a9 100644
--- a/tutorials/install-pgbouncer/index.mdx
+++ b/tutorials/install-pgbouncer/index.mdx
@@ -2,7 +2,7 @@
title: Installing PgBouncer on Ubuntu/Debian
description: Learn how to install PgBouncer on Ubuntu/Debian for PostgreSQL connection pooling. Set up PgBouncer for enhanced performance and efficient database management.
tags: database sql postgresql pgbouncer pooling
-categories:
+products:
- instances
- postgresql-and-mysql
dates:
diff --git a/tutorials/install-php-composer/index.mdx b/tutorials/install-php-composer/index.mdx
index 78109565c1..1a46702b68 100644
--- a/tutorials/install-php-composer/index.mdx
+++ b/tutorials/install-php-composer/index.mdx
@@ -2,7 +2,7 @@
title: Installing PHP Composer on Ubuntu Focal Fossa (20.04 LTS)
description: Learn how to install PHP Composer on Ubuntu 20.04 LTS (Focal Fossa) with this step-by-step guide. Set up PHP Composer quickly and efficiently on your Scaleway server for seamless dependency management.
tags: PHP-Composer Ubuntu Focal-Fossa symfony
-categories:
+products:
- instances
hero: assets/scaleway_php_composer.webp
dates:
diff --git a/tutorials/install-postgresql/index.mdx b/tutorials/install-postgresql/index.mdx
index 4dc030f60b..4252a024aa 100644
--- a/tutorials/install-postgresql/index.mdx
+++ b/tutorials/install-postgresql/index.mdx
@@ -2,7 +2,7 @@
title: Installing PostgreSQL
description: Learn how to install PostgreSQL on your Scaleway server with this detailed guide. Follow our step-by-step instructions to set up and optimize PostgreSQL for high performance and reliability.
tags: database sql postgresql
-categories:
+products:
- postgresql-and-mysql
- instances
dates:
diff --git a/tutorials/install-rkhunter/index.mdx b/tutorials/install-rkhunter/index.mdx
index 3536c47eb3..f147f0050a 100644
--- a/tutorials/install-rkhunter/index.mdx
+++ b/tutorials/install-rkhunter/index.mdx
@@ -1,7 +1,7 @@
---
title: Detecting rootkits and security holes with rkhunter on Ubuntu
description: Detecting rootkits and security holes with rkhunter on Ubuntu
-categories:
+products:
- compute
tags: Rootkits rkhunter security
dates:
diff --git a/tutorials/install-wireguard/index.mdx b/tutorials/install-wireguard/index.mdx
index 2d09687615..6a2bceae5b 100644
--- a/tutorials/install-wireguard/index.mdx
+++ b/tutorials/install-wireguard/index.mdx
@@ -1,7 +1,7 @@
---
title: Installing and Configuring WireGuard® on Linux as a VPN server
description: Discover how to install and configure WireGuard as a VPN server on Linux using Scaleway Instances. Follow our step-by-step guide to set up a secure and high-performance VPN server.
-categories:
+products:
- instances
tags: vpn WireGuard Linux android
dates:
diff --git a/tutorials/installation-jekyll/index.mdx b/tutorials/installation-jekyll/index.mdx
index b29e45e821..7ec289c7ff 100644
--- a/tutorials/installation-jekyll/index.mdx
+++ b/tutorials/installation-jekyll/index.mdx
@@ -2,7 +2,7 @@
title: Creating a Jekyll-powered website
description: This comprehensive guide covers step-by-step instructions for deploying Jekyll sites using Git, ensuring your static websites are built and updated seamlessly.
tags: cms Jekyll
-categories:
+products:
- instances
dates:
validation: 2024-06-03
diff --git a/tutorials/installation-lemp-ubuntu-bionic/index.mdx b/tutorials/installation-lemp-ubuntu-bionic/index.mdx
index 0c4c52425d..d8c9030e90 100644
--- a/tutorials/installation-lemp-ubuntu-bionic/index.mdx
+++ b/tutorials/installation-lemp-ubuntu-bionic/index.mdx
@@ -2,7 +2,7 @@
title: Installing LEMP-Stack (Linux, Nginx, MySQL, PHP) on Ubuntu
description: Discover how to install the LEMP Stack (Linux, Nginx, MySQL, PHP) on an Ubuntu-based Scaleway Instance. Follow our detailed, step-by-step guide to set up this powerful web server environment efficiently.
tags: LEMP-Stack Ubuntu-Bionic Linux Nginx MySQL PHP certbot
-categories:
+products:
- instances
dates:
validation: 2025-07-16
diff --git a/tutorials/installation-lemp-ubuntu-focal/index.mdx b/tutorials/installation-lemp-ubuntu-focal/index.mdx
index 9dca468776..95fb008905 100644
--- a/tutorials/installation-lemp-ubuntu-focal/index.mdx
+++ b/tutorials/installation-lemp-ubuntu-focal/index.mdx
@@ -2,7 +2,7 @@
title: Complete guide to install LEMP stack on Ubuntu Focal Fossa (20.04)
description: Discover step-by-step instructions to set up the LEMP stack on Scaleway Instances with Ubuntu Focal Fossa (20.04). Enhance your web server for top performance and security.
tags: LEMP-Stack Ubuntu Linux Nginx MySQL PHP certbot
-categories:
+products:
- instances
dates:
validation: 2025-07-16
diff --git a/tutorials/installation-uncomplicated-firewall/index.mdx b/tutorials/installation-uncomplicated-firewall/index.mdx
index 39c4583617..01cd174df9 100644
--- a/tutorials/installation-uncomplicated-firewall/index.mdx
+++ b/tutorials/installation-uncomplicated-firewall/index.mdx
@@ -2,7 +2,7 @@
title: Configuring Firewalls for Instances
description: Discover step-by-step instructions on setting up and optimizing your server's firewall, ensuring robust security for your Scaleway Instances.
tags: Firewall UFW port-25
-categories:
+products:
- instances
dates:
validation: 2025-01-30
diff --git a/tutorials/jitsi-debian/index.mdx b/tutorials/jitsi-debian/index.mdx
index 8e9e9da2b6..6248ffe712 100644
--- a/tutorials/jitsi-debian/index.mdx
+++ b/tutorials/jitsi-debian/index.mdx
@@ -1,7 +1,7 @@
---
title: Installing Jitsi Meet on Debian Buster
description: Learn how to install Jitsi Meet videoconferencing on Debian Buster (10)) with this step-by-step guide.
-categories:
+products:
- compute
tags: media Jitsi-Meet Debian-Buster videoconferencing
dates:
diff --git a/tutorials/jitsi-docker/index.mdx b/tutorials/jitsi-docker/index.mdx
index d61adfeaf2..6bc4a631e6 100644
--- a/tutorials/jitsi-docker/index.mdx
+++ b/tutorials/jitsi-docker/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploying Jitsi Meet with Docker
description: Learn how to deploy a self-hosted Jitsi Meet video conferencing solution using Docker in a few simple steps.
-categories:
+products:
- compute
tags: media Jitsi-Meet videoconferencing Docker deployment
dates:
diff --git a/tutorials/jitsi-ubuntu-jammy-jellyfish/index.mdx b/tutorials/jitsi-ubuntu-jammy-jellyfish/index.mdx
index a8df6ff2f1..c23f608558 100644
--- a/tutorials/jitsi-ubuntu-jammy-jellyfish/index.mdx
+++ b/tutorials/jitsi-ubuntu-jammy-jellyfish/index.mdx
@@ -1,7 +1,7 @@
---
title: Installing Jitsi Meet on Ubuntu Jammy Jellyfish (22.04 LTS)
description: Discover how to install Jitsi Meet Videoconferencing on an Ubuntu 22.04 LTS (Jammy Jellyfish) Scaleway Instance. Follow our comprehensive guide for a seamless setup and configuration of your Jitsi Meet server.
-categories:
+products:
- instances
- domains-and-dns
tags: media videoconferencing Jitsi-Meet
diff --git a/tutorials/jump-desktop/index.mdx b/tutorials/jump-desktop/index.mdx
index 76eadf729d..74eaf016a6 100644
--- a/tutorials/jump-desktop/index.mdx
+++ b/tutorials/jump-desktop/index.mdx
@@ -2,7 +2,7 @@
title: Using Mac mini with Jump Desktop
description: This tutorial shows you how to use Jump Desktop with Mac mini
tags: Mac-mini Jump-Desktop m2 m2pro m1
-categories:
+products:
- apple-silicon
hero: assets/scaleway_jump_desktop.webp
dates:
diff --git a/tutorials/k8s-gitlab/index.mdx b/tutorials/k8s-gitlab/index.mdx
index 4f6399cb32..b2f9992032 100644
--- a/tutorials/k8s-gitlab/index.mdx
+++ b/tutorials/k8s-gitlab/index.mdx
@@ -2,7 +2,7 @@
title: GitLab Kubernetes integration - build, test, deploy at scale
description: Explore how to build, test, deploy, and scale your applications with the GitLab Kubernetes integration.
tags: object-storage proxy GitLab Kubernetes
-categories:
+products:
- kubernetes
- instances
dates:
diff --git a/tutorials/k8s-kapsule-multi-az/index.mdx b/tutorials/k8s-kapsule-multi-az/index.mdx
index 84dbae3341..d2683d015b 100644
--- a/tutorials/k8s-kapsule-multi-az/index.mdx
+++ b/tutorials/k8s-kapsule-multi-az/index.mdx
@@ -2,7 +2,7 @@
title: Deploying a multi-AZ Kubernetes cluster with Terraform/OpenTofu and Kapsule
description: Learn how to deploy a multi-AZ Kubernetes cluster with Terraform/OpenTofu and Kapsule
tags: kubernetes multi-az terraform k8s
-categories:
+products:
- terraform
- kubernetes
- domains-and-dns
diff --git a/tutorials/k8s-velero-backup/index.mdx b/tutorials/k8s-velero-backup/index.mdx
index 783981c546..d9464d3049 100644
--- a/tutorials/k8s-velero-backup/index.mdx
+++ b/tutorials/k8s-velero-backup/index.mdx
@@ -2,7 +2,7 @@
title: Back up your Kapsule cluster on Object Storage with Velero
description: Learn how to configure Velero to back up your Kubernetes Kapsule cluster on Scaleway Object Storage in this tutorial.
tags: velero k8s kubernetes kapsule object-storage
-categories:
+products:
- kubernetes
- object-storage
dates:
diff --git a/tutorials/kubernetes-package-management-helm/index.mdx b/tutorials/kubernetes-package-management-helm/index.mdx
index fd9860e120..cf535bbb58 100644
--- a/tutorials/kubernetes-package-management-helm/index.mdx
+++ b/tutorials/kubernetes-package-management-helm/index.mdx
@@ -1,7 +1,7 @@
---
title: Kubernetes package management with Helm
description: This tutorial covers the fundamentals of using Helm, a powerful package manager for Kubernetes, to simplify application deployment, management, and configuration.
-categories:
+products:
- kubernetes
tags: kubernetes helm k8s
dates:
diff --git a/tutorials/large-messages/index.mdx b/tutorials/large-messages/index.mdx
index e90814d17a..208cb60485 100644
--- a/tutorials/large-messages/index.mdx
+++ b/tutorials/large-messages/index.mdx
@@ -1,7 +1,7 @@
---
title: Set up a serverless architecture for handling large messages using Scaleway's NATS, Serverless Functions, and Object Storage.
description: Learn how to build a serverless architecture for handling large messages with Scaleway's NATS, Serverless Functions, and Object Storage. Follow our step-by-step Terraform/OpenTofu-based tutorial for asynchronous file conversion using NATS, functions, and triggers.
-categories:
+products:
- nats
- functions
- object-storage
diff --git a/tutorials/lb-firewall-haproxy-pfsense/index.mdx b/tutorials/lb-firewall-haproxy-pfsense/index.mdx
index 4b7edd3e48..33eabde765 100644
--- a/tutorials/lb-firewall-haproxy-pfsense/index.mdx
+++ b/tutorials/lb-firewall-haproxy-pfsense/index.mdx
@@ -1,7 +1,7 @@
---
title: Building a redundant load balancer and firewall infrastructure with pfSense and HAproxy on a Scaleway Dedibox
description: This page explains how to install pfSense on a Scaleway Dedibox dedicated server
-categories:
+products:
- elastic-metal
- dedibox
- load-balancer
diff --git a/tutorials/librenms-monitoring/index.mdx b/tutorials/librenms-monitoring/index.mdx
index 11df1fa85f..bf5bc1a95d 100644
--- a/tutorials/librenms-monitoring/index.mdx
+++ b/tutorials/librenms-monitoring/index.mdx
@@ -2,7 +2,7 @@
title: Monitoring Instances with LibreNMS on Ubuntu Noble Numbat (24.04)
description: Learn how to monitor Instances using LibreNMS, an open-source PHP/MySQL network monitoring system.
tags: LibreNMS Ubuntu Focal-Fossa
-categories:
+products:
- instances
dates:
validation: 2025-07-16
diff --git a/tutorials/load-overflow-proxmox-and-elastic-metal/index.mdx b/tutorials/load-overflow-proxmox-and-elastic-metal/index.mdx
index 2119e37054..d434a2c04f 100644
--- a/tutorials/load-overflow-proxmox-and-elastic-metal/index.mdx
+++ b/tutorials/load-overflow-proxmox-and-elastic-metal/index.mdx
@@ -2,7 +2,7 @@
title: Managing load overflow - Proxmox cluster and VMs on Scaleway Elastic Metal
description: Learn to manage load overflow between a Proxmox cluster and VMs on an Elastic Metal Server via Scaleway Private Networks. Step-by-step tutorial.
tags: load-balancer private-network public-gateway proxmox
-categories:
+products:
- elastic-metal
- vpc
- load-balancer
diff --git a/tutorials/load-testing-vegeta/index.mdx b/tutorials/load-testing-vegeta/index.mdx
index cada4fc422..eaa1e8ef45 100644
--- a/tutorials/load-testing-vegeta/index.mdx
+++ b/tutorials/load-testing-vegeta/index.mdx
@@ -2,7 +2,7 @@
title: Load Testing with Vegeta
description: This page shows you how to simulate load to a web application with Vegeta
tags: Vegeta Ubuntu
-categories:
+products:
- instances
dates:
validation: 2025-03-19
diff --git a/tutorials/loriot-lorawan-network-server/index.mdx b/tutorials/loriot-lorawan-network-server/index.mdx
index 5dd9ce0a4e..c9e15f0ee4 100644
--- a/tutorials/loriot-lorawan-network-server/index.mdx
+++ b/tutorials/loriot-lorawan-network-server/index.mdx
@@ -2,7 +2,7 @@
title: Connecting Loriot LoRaWAN© network server to your IoT Hub
description: Learn how to configure your Loriot backend to enable LoRaWAN devices to send messages to your IoT Hub.
tags: IoT-Hub LoRaWAN
-categories:
+products:
- iot-hub
dates:
validation: 2025-07-02
diff --git a/tutorials/magento-ubuntu/index.mdx b/tutorials/magento-ubuntu/index.mdx
index f9476fa930..d6270b03ba 100644
--- a/tutorials/magento-ubuntu/index.mdx
+++ b/tutorials/magento-ubuntu/index.mdx
@@ -3,7 +3,7 @@ title: Deploying Magento Open Source on Ubuntu
description: Learn how to deploy the Magento e-commerce platform on a Scaleway Instance using a LAMP stack.
tags: dedicated-server magento Open-Source e-commerce LAMP-stack
hero: assets/scaleway_magento.webp
-categories:
+products:
- instances
- domains-and-dns
dates:
diff --git a/tutorials/manage-container-registry-images/index.mdx b/tutorials/manage-container-registry-images/index.mdx
index d7207f0448..bf0a9070ea 100644
--- a/tutorials/manage-container-registry-images/index.mdx
+++ b/tutorials/manage-container-registry-images/index.mdx
@@ -1,7 +1,7 @@
---
title: Automate periodic deletion of unused Container Registry images
description: Learn how to automate the deletion of unused images in your Container Registry to optimize storage efficiently.
-categories:
+products:
- container-registry
- functions
tags: serverless FaaS containers Python Urllib
diff --git a/tutorials/manage-database-instance-pgadmin4/index.mdx b/tutorials/manage-database-instance-pgadmin4/index.mdx
index e8acca1eeb..047116add1 100644
--- a/tutorials/manage-database-instance-pgadmin4/index.mdx
+++ b/tutorials/manage-database-instance-pgadmin4/index.mdx
@@ -2,7 +2,7 @@
title: Manage PostgreSQL Database Instances with pgAdmin 4
description: Efficiently manage Scaleway Database Instances using pgAdmin 4's web interface for optimal performance and security.
tags: database postgresql postgre pqAdmin
-categories:
+products:
- compute
- postgresql-and-mysql
dates:
diff --git a/tutorials/manage-instances-with-terraform-and-functions/index.mdx b/tutorials/manage-instances-with-terraform-and-functions/index.mdx
index a1b0dfa724..347b225e6e 100644
--- a/tutorials/manage-instances-with-terraform-and-functions/index.mdx
+++ b/tutorials/manage-instances-with-terraform-and-functions/index.mdx
@@ -2,7 +2,7 @@
title: Deploying and managing Instances with Terraform/OpenTofu and Functions
description: Discover how to deploy and manage your Scaleway Instances using Terraform/OpenTofu, functions and python
tags: serverless python terraform
-categories:
+products:
- instances
- functions
- terraform
diff --git a/tutorials/manage-k8s-logging-loki/index.mdx b/tutorials/manage-k8s-logging-loki/index.mdx
index db965adc5c..2cf025381c 100644
--- a/tutorials/manage-k8s-logging-loki/index.mdx
+++ b/tutorials/manage-k8s-logging-loki/index.mdx
@@ -2,7 +2,7 @@
title: Using Grafana and Loki to manage Kubernetes(k8s) logs
description: This page shows you how to configure Grafana and Loki to manage Kubernetes (k8s) logs
tags: Grafana Loki Kubernetes logs
-categories:
+products:
- kubernetes
dates:
validation: 2025-07-16
diff --git a/tutorials/manage-zigbee-devices-with-iot/index.mdx b/tutorials/manage-zigbee-devices-with-iot/index.mdx
index d8df7d750a..fc7f85c334 100644
--- a/tutorials/manage-zigbee-devices-with-iot/index.mdx
+++ b/tutorials/manage-zigbee-devices-with-iot/index.mdx
@@ -1,7 +1,7 @@
---
title: Manage Zigbee connected devices with Scaleway IoT Hub
description: In this tutorial you will learn how to set up and configure Zigbee2mqtt with Scaleway IoT Hub.
-categories:
+products:
- iot-hub
tags: iot iot-hub zigbee zigbee2mqtt
dates:
diff --git a/tutorials/mariadb-ubuntu-bionic/index.mdx b/tutorials/mariadb-ubuntu-bionic/index.mdx
index 5c8df716f5..0e1bd336e8 100644
--- a/tutorials/mariadb-ubuntu-bionic/index.mdx
+++ b/tutorials/mariadb-ubuntu-bionic/index.mdx
@@ -2,7 +2,7 @@
title: Installing and Securing MariaDB on Ubuntu Bionic
description: Discover how to install and secure MariaDB, a MySQL alternative, on an Ubuntu Bionic server on Scaleway.
tags: database mysql MariaDB Ubuntu-Bionic
-categories:
+products:
- instances
- postgresql-and-mysql
dates:
diff --git a/tutorials/mastodon-community/index.mdx b/tutorials/mastodon-community/index.mdx
index 7843d62d8d..43805f12b6 100644
--- a/tutorials/mastodon-community/index.mdx
+++ b/tutorials/mastodon-community/index.mdx
@@ -1,7 +1,7 @@
---
title: Installing a Mastodon Community on Ubuntu Focal Fossa
description: This page shows you how to install Mastodon Community on Ubuntu 20.04 Focal Fossa
-categories:
+products:
- instances
tags: messaging social-network Prework Mastodon ubuntu
hero: assets/scaleway_mastodon.webp
diff --git a/tutorials/matomo-analytics/index.mdx b/tutorials/matomo-analytics/index.mdx
index e302e1d328..65f103b14b 100644
--- a/tutorials/matomo-analytics/index.mdx
+++ b/tutorials/matomo-analytics/index.mdx
@@ -1,7 +1,7 @@
---
title: Setting up web analytics with Matomo on a Scaleway Instance
description: This page shows you how to install and configure Matomo web analytics on a Scaleway Instance running Ubuntu Focal Fossa (20.04)
-categories:
+products:
- instances
tags: Matomo Ubuntu Focal-Fossa LEMP-Stack analytics
dates:
diff --git a/tutorials/migrate-data-minio-client/index.mdx b/tutorials/migrate-data-minio-client/index.mdx
index 5f86b6c4bb..6757555bef 100644
--- a/tutorials/migrate-data-minio-client/index.mdx
+++ b/tutorials/migrate-data-minio-client/index.mdx
@@ -1,7 +1,7 @@
---
title: Migrating Scaleway Object Storage data with MinIO client
description: This page shows you how to migrate Scaleway Object Storage data from one region to another with MinIO client
-categories:
+products:
- instances
- object-storage
tags: MinIO object-storage s3
diff --git a/tutorials/migrate-data-rclone/index.mdx b/tutorials/migrate-data-rclone/index.mdx
index f955045e34..ff55954819 100644
--- a/tutorials/migrate-data-rclone/index.mdx
+++ b/tutorials/migrate-data-rclone/index.mdx
@@ -1,7 +1,7 @@
---
title: Migrating Scaleway Object Storage data with Rclone
description: This page shows you how to migrate Scaleway Object Storage data from one region to another with Rclone
-categories:
+products:
- instances
- object-storage
tags: Rclone object-storage
diff --git a/tutorials/migrate-databases-instance/index.mdx b/tutorials/migrate-databases-instance/index.mdx
index f4d34bf382..5d8f0840c0 100644
--- a/tutorials/migrate-databases-instance/index.mdx
+++ b/tutorials/migrate-databases-instance/index.mdx
@@ -2,7 +2,7 @@
title: Migrating existing databases to a Database Instance
description: This page provides information on how to migrate your existing MySQL and PostgreSQL databases into Scaleway Database
tags: database mysql postgresql pgsql migration mysqldump import backup
-categories:
+products:
- postgresql-and-mysql
- instances
dates:
diff --git a/tutorials/migrate-dedibox-to-elastic-metal/index.mdx b/tutorials/migrate-dedibox-to-elastic-metal/index.mdx
index 20ab596c4c..e271fc80bc 100644
--- a/tutorials/migrate-dedibox-to-elastic-metal/index.mdx
+++ b/tutorials/migrate-dedibox-to-elastic-metal/index.mdx
@@ -2,7 +2,7 @@
title: Transferring your data from Dedibox to Elastic Metal
description: This tutorial provides updated information on migrating your existing data from a Scaleway Dedibox to an Elastic Metal server.
tags: dedibox elastic-metal migration
-categories:
+products:
- dedibox
- elastic-metal
dates:
diff --git a/tutorials/migrate-mysql-databases-postgresql-pgloader/index.mdx b/tutorials/migrate-mysql-databases-postgresql-pgloader/index.mdx
index 15d1a6f420..c3856ed6d6 100644
--- a/tutorials/migrate-mysql-databases-postgresql-pgloader/index.mdx
+++ b/tutorials/migrate-mysql-databases-postgresql-pgloader/index.mdx
@@ -2,7 +2,7 @@
title: Migrating MySQL databases to a Database for PostgreSQL using pgLoader
description: This page shows you how to migrate an existing MySQL database to a managed PostgreSQL database using pgLoader
tags: pgloader postgresql mysql migration
-categories:
+products:
- instances
- postgresql-and-mysql
dates:
diff --git a/tutorials/migrating-docker-workloads-to-kubernetes-kapsule/index.mdx b/tutorials/migrating-docker-workloads-to-kubernetes-kapsule/index.mdx
index a76443ca7f..0ffcc437b1 100644
--- a/tutorials/migrating-docker-workloads-to-kubernetes-kapsule/index.mdx
+++ b/tutorials/migrating-docker-workloads-to-kubernetes-kapsule/index.mdx
@@ -2,7 +2,7 @@
title: Migrating Docker workloads to Kubernetes Kapsule
description: This guide helps you migrate Docker applications to Scaleway Kapsule (Scaleway's managed Kubernetes service) with detailed instructions and troubleshooting tips.
tags: docker k8s kubernetes kapsule migration
-categories:
+products:
- kubernetes
dates:
validation: 2025-05-19
diff --git a/tutorials/migrating-from-another-managed-kubernetes-service-to-scaleway-kapsule/index.mdx b/tutorials/migrating-from-another-managed-kubernetes-service-to-scaleway-kapsule/index.mdx
index 9b6349c1ce..a67a95b4a5 100644
--- a/tutorials/migrating-from-another-managed-kubernetes-service-to-scaleway-kapsule/index.mdx
+++ b/tutorials/migrating-from-another-managed-kubernetes-service-to-scaleway-kapsule/index.mdx
@@ -2,7 +2,7 @@
title: Migrating from another managed Kubernetes service to Scaleway Kapsule
description: Step-by-step guide to migrate your Kubernetes clusters from services like GKE, EKS, or AKS to Scaleway Kapsule with minimal downtime.
tags: kubernetes kapsule k8s migration
-categories:
+products:
- kubernetes
dates:
validation: 2025-05-19
diff --git a/tutorials/minikube-elastic-metal/index.mdx b/tutorials/minikube-elastic-metal/index.mdx
index 9149bd8025..f72b40d377 100644
--- a/tutorials/minikube-elastic-metal/index.mdx
+++ b/tutorials/minikube-elastic-metal/index.mdx
@@ -1,7 +1,7 @@
---
title: Setting up Kubernetes with Minikube on an Elastic Metal server
description: This page shows how to set up a Kubernetes cluster with Minikube on a Scaleway Elastic Metal server
-categories:
+products:
- kubernetes
- elastic-metal
tags: Kubernetes Minikube Elastic-Metal
diff --git a/tutorials/mist-streaming-server/index.mdx b/tutorials/mist-streaming-server/index.mdx
index 7a53d0f4ac..5105d1c65f 100644
--- a/tutorials/mist-streaming-server/index.mdx
+++ b/tutorials/mist-streaming-server/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploying a Mist open source streaming server
description: Explore how to deploy Mist, a streaming server solution, for broadcasting video content over the internet.
-categories:
+products:
- compute
tags: streaming mist-server Mist OBS
hero: assets/scaleway_mistserver.webp
diff --git a/tutorials/mlx-array-framework-apple-silicon/index.mdx b/tutorials/mlx-array-framework-apple-silicon/index.mdx
index 2c866fdd39..2027c7464e 100644
--- a/tutorials/mlx-array-framework-apple-silicon/index.mdx
+++ b/tutorials/mlx-array-framework-apple-silicon/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploying the MLX array framework for Apple silicon
description: Learn how to install and use the MLX array framework on Scaleway's Apple silicon as a Service.
-categories:
+products:
- apple-silicon
tags: apple-silicon mlx framework apple mac-mini
dates:
diff --git a/tutorials/mongodb-ubuntu-1604/index.mdx b/tutorials/mongodb-ubuntu-1604/index.mdx
index 9744239154..5ba021348c 100644
--- a/tutorials/mongodb-ubuntu-1604/index.mdx
+++ b/tutorials/mongodb-ubuntu-1604/index.mdx
@@ -2,7 +2,7 @@
title: Install and secure MongoDB® on Ubuntu 24.04 Noble Numbat
description: Follow a 3-step tutorial to install and secure MongoDB® on Ubuntu 24.04 Noble Numbat for robust database management.
tags: database mysql mongoDB UFW bindIP
-categories:
+products:
- instances
dates:
validation: 2025-07-16
diff --git a/tutorials/monitor-gpu-instance-cockpit/index.mdx b/tutorials/monitor-gpu-instance-cockpit/index.mdx
index bb00686dd2..addd6dd422 100644
--- a/tutorials/monitor-gpu-instance-cockpit/index.mdx
+++ b/tutorials/monitor-gpu-instance-cockpit/index.mdx
@@ -2,7 +2,7 @@
title: Monitor GPU Instances using Cockpit and the NVIDIA Data Center GPU Manager (DCGM) Exporter
description: This page explains how to visualize metrics and logs from GPU Instances using Cockpit and the NVIDIA Data Center GPU Manager (DCGM) Exporter
tags: cockpit monitor grafana-alloy monitoring nvidia gpu-instance
-categories:
+products:
- cockpit
dates:
validation: 2025-04-30
diff --git a/tutorials/monitor-k8s-grafana/index.mdx b/tutorials/monitor-k8s-grafana/index.mdx
index e5e2320c1c..4773aca482 100644
--- a/tutorials/monitor-k8s-grafana/index.mdx
+++ b/tutorials/monitor-k8s-grafana/index.mdx
@@ -1,7 +1,7 @@
---
title: Kubernetes Kapsule cluster monitoring with Prometheus & Grafana
description: Learn how to monitor your Kubernetes Kapsule cluster using Prometheus and Grafana by following this step-by-step tutorial.
-categories:
+products:
- kubernetes
tags: kubernetes kapsule Prometheus monitoring Grafana
hero: assets/scaleway_grafana.webp
diff --git a/tutorials/mutli-node-rocket-chat-community-private-network/index.mdx b/tutorials/mutli-node-rocket-chat-community-private-network/index.mdx
index dcb3cdba7a..d52484f0eb 100644
--- a/tutorials/mutli-node-rocket-chat-community-private-network/index.mdx
+++ b/tutorials/mutli-node-rocket-chat-community-private-network/index.mdx
@@ -1,7 +1,7 @@
---
title: Setting up a multi-node Rocket.Chat community using the Private Network feature
description: Discover how to set up a multi-node Rocket.Chat community using the Private Network feature
-categories:
+products:
- vpc
- instances
tags: LAN Rocket.Chat vpc
diff --git a/tutorials/nats-rdb-offload/index.mdx b/tutorials/nats-rdb-offload/index.mdx
index dad3cafeb5..7a4c08ce3b 100644
--- a/tutorials/nats-rdb-offload/index.mdx
+++ b/tutorials/nats-rdb-offload/index.mdx
@@ -1,7 +1,7 @@
---
title: Leverage Scaleway NATS pub/sub capabilities to offload your Managed Database
description: Learn how to construct a pub/sub architecture to help you manage database load. Dive into this Python tutorial for step-by-step guidance on asynchronous data processing.
-categories:
+products:
- functions
- nats
- postgresql-and-mysql
diff --git a/tutorials/nextcloud-instantapp/index.mdx b/tutorials/nextcloud-instantapp/index.mdx
index 6da693a08a..0f878e4011 100644
--- a/tutorials/nextcloud-instantapp/index.mdx
+++ b/tutorials/nextcloud-instantapp/index.mdx
@@ -2,7 +2,7 @@
title: One-click NextCloud deployment on Scaleway Instances using InstantApp
description: Learn how to deploy NextCloud on Scaleway Instances in seconds with our step-by-step guide. Start using NextCloud quickly and efficiently with Scaleway's InstantApp.
tags: apps InstantApp NextCloud
-categories:
+products:
- instances
dates:
validation: 2025-03-06
diff --git a/tutorials/nextjs-app-serverless-functions-sqldb/index.mdx b/tutorials/nextjs-app-serverless-functions-sqldb/index.mdx
index da461a5387..ac48aa04cb 100644
--- a/tutorials/nextjs-app-serverless-functions-sqldb/index.mdx
+++ b/tutorials/nextjs-app-serverless-functions-sqldb/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploy a Next.js application using Scaleway Serverless Containers and Serverless SQL Databases
description: This page explains how to deploy your serverless Next.js application using Serverless Containers and Serverless SQL Databases
-categories:
+products:
- sql-databases
tags: nextjs sql
dates:
diff --git a/tutorials/nginx-reverse-proxy/index.mdx b/tutorials/nginx-reverse-proxy/index.mdx
index 3c247a1bed..9b9b52a39f 100644
--- a/tutorials/nginx-reverse-proxy/index.mdx
+++ b/tutorials/nginx-reverse-proxy/index.mdx
@@ -1,7 +1,7 @@
---
title: Configuring an Nginx HTTPS Reverse Proxy on Ubuntu Bionic
description: Learn how to set up an Nginx HTTPS reverse proxy on Ubuntu Bionic for advanced features like load balancing, security, and improved performance.
-categories:
+products:
- instances
tags: compute Nginx Reverse-Proxy Ubuntu-Bionic
dates:
diff --git a/tutorials/nvidia-triton/index.mdx b/tutorials/nvidia-triton/index.mdx
index 0bcce481ef..2d62a88bdb 100644
--- a/tutorials/nvidia-triton/index.mdx
+++ b/tutorials/nvidia-triton/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploying models with NVIDIA Triton Inference Server on Scaleway Object Storage
description: This page shows how to deploy models with NVIDIA Triton Inference Server on Scaleway Object Storage
-categories:
+products:
- gpu-instances
- cockpit
- object-storage
diff --git a/tutorials/object-storage-s3fs/index.mdx b/tutorials/object-storage-s3fs/index.mdx
index 88f0289396..da11261c14 100644
--- a/tutorials/object-storage-s3fs/index.mdx
+++ b/tutorials/object-storage-s3fs/index.mdx
@@ -2,7 +2,7 @@
title: Using Scaleway Object Storage with s3fs
description: Learn how to use s3fs as a client for Scaleway Object Storage in this step-by-step tutorial.
tags: object-storage s3fs
-categories:
+products:
- object-storage
dates:
validation: 2025-07-16
diff --git a/tutorials/odoo-easy-deploy/index.mdx b/tutorials/odoo-easy-deploy/index.mdx
index befaa2d2a5..0fef80a808 100644
--- a/tutorials/odoo-easy-deploy/index.mdx
+++ b/tutorials/odoo-easy-deploy/index.mdx
@@ -6,7 +6,7 @@ hero: assets/scaleway_odoo_easydeploy.webp
dates:
validation: 2025-04-08
posted: 2020-12-01
-categories:
+products:
- instances
- kubernetes
- container-registry
diff --git a/tutorials/odoo/index.mdx b/tutorials/odoo/index.mdx
index c73ce40263..43b808875e 100644
--- a/tutorials/odoo/index.mdx
+++ b/tutorials/odoo/index.mdx
@@ -2,7 +2,7 @@
title: Deploying Odoo ERP on Ubuntu Noble Numbat (24.04 LTS)
description: Learn how to deploy Odoo, a versatile business management software on Ubuntu Noble Numbat (24.04 LTS)
tags: Odoo-ERP cms Prework
-categories:
+products:
- dedibox
- instances
- elastic-metal
diff --git a/tutorials/openvpn-instant-app/index.mdx b/tutorials/openvpn-instant-app/index.mdx
index 2394a572ff..8f62416182 100644
--- a/tutorials/openvpn-instant-app/index.mdx
+++ b/tutorials/openvpn-instant-app/index.mdx
@@ -2,7 +2,7 @@
title: One-click OpenVPN deployment on Scaleway Instances using InstantApp
description: Learn how to get started with OpenVPN on Scaleway Instances using the OpenVPN InstantApp. Follow our step-by-step guide for a seamless VPN setup.
tags: OpenVPN VPN Ubuntu InstantApp
-categories:
+products:
- instances
dates:
validation: 2025-07-16
diff --git a/tutorials/overleaf/index.mdx b/tutorials/overleaf/index.mdx
index 05f97a568f..920f14c85b 100644
--- a/tutorials/overleaf/index.mdx
+++ b/tutorials/overleaf/index.mdx
@@ -2,7 +2,7 @@
title: Installing Overleaf Community Edition
description: This page shows you how to install Overleaf Community Edition on Ubuntu Linux
tags: media Overleaf ubuntu
-categories:
+products:
- instances
dates:
validation: 2025-07-16
diff --git a/tutorials/pihole-vpn/index.mdx b/tutorials/pihole-vpn/index.mdx
index b44cd9e4c6..7d5da7345b 100644
--- a/tutorials/pihole-vpn/index.mdx
+++ b/tutorials/pihole-vpn/index.mdx
@@ -3,7 +3,7 @@ title: Creating an ad-blocking VPN using Pi-hole and OpenVPN/WireGuard
description: Learn how to create a secure, ad-blocking VPN using Pi-hole and OpenVPN or WireGuard on a Scaleway Instance. Follow our step-by-step guide for an effective Pi-hole VPN setup.
tags: firewall Pi-hole pihole vpn OpenVPN WireGuard pivpn security privacy
hero: assets/scaleway_pihole.webp
-categories:
+products:
- instances
dates:
validation: 2025-02-11
diff --git a/tutorials/plausible-analytics-ubuntu/index.mdx b/tutorials/plausible-analytics-ubuntu/index.mdx
index 5038570672..52a9e98882 100644
--- a/tutorials/plausible-analytics-ubuntu/index.mdx
+++ b/tutorials/plausible-analytics-ubuntu/index.mdx
@@ -3,7 +3,7 @@ title: Running web analytics with Plausible on Ubuntu Linux
description: This page shows how to generate web analytics with Plausible on Cost-Optimized Instances running Ubuntu Linux
tags: plausible ubuntu analytics
hero:
-categories:
+products:
- instances
dates:
validation: 2025-03-06
diff --git a/tutorials/postgis-managed-databases/index.mdx b/tutorials/postgis-managed-databases/index.mdx
index 81e717bb5c..6831f4bf0a 100644
--- a/tutorials/postgis-managed-databases/index.mdx
+++ b/tutorials/postgis-managed-databases/index.mdx
@@ -2,7 +2,7 @@
title: Using the PostGIS extension on a Database for PostgreSQL
description: This page shows how to enable and use the PostGIS extension on a Database for PostgreSQL.
tags: PostGIS postgresql postgre database rdb
-categories:
+products:
- postgresql-and-mysql
dates:
validation: 2025-04-08
diff --git a/tutorials/postman-api/index.mdx b/tutorials/postman-api/index.mdx
index 8b5775fc7d..a1adf8e2a0 100644
--- a/tutorials/postman-api/index.mdx
+++ b/tutorials/postman-api/index.mdx
@@ -2,7 +2,7 @@
title: How to use Postman to manage Scaleway APIs
description: This page shows how to import APIs into Postman, configure your environment variables and authentication, and share your workspace with other users.
tags: postman api json
-categories:
+products:
- instances
- iot-hub
dates:
diff --git a/tutorials/power-on-off-instances-jobs/index.mdx b/tutorials/power-on-off-instances-jobs/index.mdx
index 7c2113c255..951dde47e4 100644
--- a/tutorials/power-on-off-instances-jobs/index.mdx
+++ b/tutorials/power-on-off-instances-jobs/index.mdx
@@ -2,7 +2,7 @@
title: Power your Instance on and off with Serverless Jobs and the Scaleway CLI
description: This step-by-step tutorial will help you automate the startup and shutdown of your Instance using Serverless Jobs and the Scaleway CLI
tags: serverless jobs instance cli turn on off power start stop reboot
-categories:
+products:
- instances
- jobs
dates:
diff --git a/tutorials/prestashop-dedibox/index.mdx b/tutorials/prestashop-dedibox/index.mdx
index 06b8b82465..7c3f685ad7 100644
--- a/tutorials/prestashop-dedibox/index.mdx
+++ b/tutorials/prestashop-dedibox/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploying an e-commerce website with PrestaShop
description: Learn how to install and configure PrestaShop on Ubuntu Focal Fossa (20.04) to set up your own e-commerce website.
-categories:
+products:
- dedibox
hero: assets/scaleway_prestashop.webp
tags: dedibox prestashop e-commerce ecommerce
diff --git a/tutorials/processing-images-structured-outputs-pixtral/index.mdx b/tutorials/processing-images-structured-outputs-pixtral/index.mdx
index 95d250a4e6..b28a32f7e8 100644
--- a/tutorials/processing-images-structured-outputs-pixtral/index.mdx
+++ b/tutorials/processing-images-structured-outputs-pixtral/index.mdx
@@ -2,7 +2,7 @@
title: Processing images and getting structured outputs with Pixtral vision model
description: Learn how to use Mistral's Pixtral vision model to automatically generate a product catalog from images.
tags: AI vision-model image-processing Pixtral Mistral structured-data
-categories:
+products:
- managed-inference
- generative-apis
hero: assets/Pixtral-Structured-Outputs.webp
diff --git a/tutorials/prometheus-monitoring-grafana-dashboard/index.mdx b/tutorials/prometheus-monitoring-grafana-dashboard/index.mdx
index e4e2ca1d70..11cc994007 100644
--- a/tutorials/prometheus-monitoring-grafana-dashboard/index.mdx
+++ b/tutorials/prometheus-monitoring-grafana-dashboard/index.mdx
@@ -3,7 +3,7 @@ title: Configuring a Prometheus monitoring Instance with a Grafana dashboard
description: Learn to configure a Prometheus monitoring Instance and set up a Grafana dashboard. Follow this step-by-step guide to connect Prometheus to Grafana for efficient monitoring.
tags: monitoring Grafana Prometheus
hero: assets/scaleway-grafana-prometheus.webp
-categories:
+products:
- instances
dates:
validation: 2025-01-30
diff --git a/tutorials/protect-server-fail2ban/index.mdx b/tutorials/protect-server-fail2ban/index.mdx
index b65cb97a93..fed2635689 100644
--- a/tutorials/protect-server-fail2ban/index.mdx
+++ b/tutorials/protect-server-fail2ban/index.mdx
@@ -2,7 +2,7 @@
title: Protecting a server with Fail2Ban
description: This page shows how to protect a server against brute force attacks with Fail2Ban
tags: security Fail2Ban brute-force
-categories:
+products:
- instances
dates:
validation: 2025-04-08
diff --git a/tutorials/protect-server-using-crowdsec/index.mdx b/tutorials/protect-server-using-crowdsec/index.mdx
index c8a1129f9d..cd27435587 100644
--- a/tutorials/protect-server-using-crowdsec/index.mdx
+++ b/tutorials/protect-server-using-crowdsec/index.mdx
@@ -2,7 +2,7 @@
title: Protecting a Dedibox server using CrowdSec
description: This page shows how to protect a Dedibox server using CrowdSec
tags: dedibox security CrowdSec SSH iptables
-categories:
+products:
- dedibox
dates:
validation: 2025-04-08
diff --git a/tutorials/proxmox-softraid/index.mdx b/tutorials/proxmox-softraid/index.mdx
index bbadff96f2..5a46ddb8d1 100644
--- a/tutorials/proxmox-softraid/index.mdx
+++ b/tutorials/proxmox-softraid/index.mdx
@@ -1,7 +1,7 @@
---
title: Installing Proxmox with software RAID on a Dedibox using KVM-over-IP
description: This page explains how to install the Proxmox virtualization environment using a software RAID from the KVM-over-IP device
-categories:
+products:
- dedibox
tags: Proxmox RAID Dedibox KVM containers
dates:
diff --git a/tutorials/proxy-protocol-v2-load-balancer/index.mdx b/tutorials/proxy-protocol-v2-load-balancer/index.mdx
index 526271f021..56803fe2a8 100644
--- a/tutorials/proxy-protocol-v2-load-balancer/index.mdx
+++ b/tutorials/proxy-protocol-v2-load-balancer/index.mdx
@@ -2,7 +2,7 @@
title: Using Proxy Protocol v2 with a Scaleway Load Balancer
description: Proxy Protocol allows you to identify the client's IP address on load-balanced infrastructures. This tutorial shows you how to configure your Scaleway Load Balancer and backend servers for Proxy Protocol v2.
tags: Proxy-Protocol IP Load-Balancer
-categories:
+products:
- network
- load-balancer
dates:
diff --git a/tutorials/pushing-metrics-logs-from-scw-instance/index.mdx b/tutorials/pushing-metrics-logs-from-scw-instance/index.mdx
index 690a4173d5..c69c86db1d 100644
--- a/tutorials/pushing-metrics-logs-from-scw-instance/index.mdx
+++ b/tutorials/pushing-metrics-logs-from-scw-instance/index.mdx
@@ -2,7 +2,7 @@
title: Pushing metrics and logs from a Scaleway Instance
description: This page shows you how to push metrics and logs from a Scaleway Instance
tags: cockpit observability metrics logs
-categories:
+products:
- cockpit
- instances
dates:
diff --git a/tutorials/python-for-loops/index.mdx b/tutorials/python-for-loops/index.mdx
index 2ba20edadf..e0197fafcb 100644
--- a/tutorials/python-for-loops/index.mdx
+++ b/tutorials/python-for-loops/index.mdx
@@ -2,7 +2,7 @@
title: Getting started with Python for loops
description: Learn Python for loops with syntax, examples, and exercises. Perfect for beginners to understand and practice Python loops.
tags: python loops syntax programming
-categories:
+products:
- compute
dates:
validation: 2025-01-22
diff --git a/tutorials/python-lists-dicts/index.mdx b/tutorials/python-lists-dicts/index.mdx
index b76065e553..63e36da2d6 100644
--- a/tutorials/python-lists-dicts/index.mdx
+++ b/tutorials/python-lists-dicts/index.mdx
@@ -2,7 +2,7 @@
title: Getting started with Python lists and dictionaries
description: This tutorial shows you how to get started with Python lists and dictionaries, and is aimed at complete beginners who do not necessarily have any coding experience.
tags: python loops
-categories:
+products:
- compute
dates:
validation: 2025-04-22
diff --git a/tutorials/remote-desktop-with-xrdp/index.mdx b/tutorials/remote-desktop-with-xrdp/index.mdx
index a341591e32..8cead36f42 100644
--- a/tutorials/remote-desktop-with-xrdp/index.mdx
+++ b/tutorials/remote-desktop-with-xrdp/index.mdx
@@ -1,7 +1,7 @@
---
title: Configuring a remote desktop with xRDP on Ubuntu
description: This page shows how to configure a remote desktop environment with xfce and xrdp on Ubuntu
-categories:
+products:
- instances
tags: remote-desktop xRDP rdp xFCE
dates:
diff --git a/tutorials/restic-s3-backup/index.mdx b/tutorials/restic-s3-backup/index.mdx
index cb9bf84c46..7efadab523 100644
--- a/tutorials/restic-s3-backup/index.mdx
+++ b/tutorials/restic-s3-backup/index.mdx
@@ -2,7 +2,7 @@
title: Creating backups with Restic and Object Storage
description: Learn how to create reliable backups using Restic and Scaleway Object Storage. This step-by-step guide covers the complete process for setting up, configuring, and managing secure backups.
tags: restic object-storage
-categories:
+products:
- storage
- instances
- object-storage
diff --git a/tutorials/rtmp-self-hosted-streaming/index.mdx b/tutorials/rtmp-self-hosted-streaming/index.mdx
index 7cded1ed2f..eeb89504e7 100644
--- a/tutorials/rtmp-self-hosted-streaming/index.mdx
+++ b/tutorials/rtmp-self-hosted-streaming/index.mdx
@@ -1,7 +1,7 @@
---
title: Setting up a RTMP streaming server on a Scaleway Instance
description: This page shows you how to set up a self-hosted streaming server on a Scaleway Instance.
-categories:
+products:
- instances
hero: assets/scaleway_rtmp.webp
tags: streaming RTMP broadcast OBS-Client Multistreaming
diff --git a/tutorials/ruby-on-rails/index.mdx b/tutorials/ruby-on-rails/index.mdx
index 016072a787..eabbba677b 100644
--- a/tutorials/ruby-on-rails/index.mdx
+++ b/tutorials/ruby-on-rails/index.mdx
@@ -2,7 +2,7 @@
title: Deploying a Ruby on Rails application on Scaleway
description: This page shows you how to deploy a Ruby on Rails application on Scaleway using nginx, rbenv, puma, PostgreSQL, and systemd on Ubuntu 22.04
tags: Ruby-on-Rails nginx rbenv puma PostgreSQL systemd vps
-categories:
+products:
- instances
- elastic-metal
hero: assets/scaleway_ruby_on_rails.webp
diff --git a/tutorials/run-manage-linux-vm-on-apple-silicon-tart/index.mdx b/tutorials/run-manage-linux-vm-on-apple-silicon-tart/index.mdx
index dd2fa70b9d..bc2655d331 100644
--- a/tutorials/run-manage-linux-vm-on-apple-silicon-tart/index.mdx
+++ b/tutorials/run-manage-linux-vm-on-apple-silicon-tart/index.mdx
@@ -2,7 +2,7 @@
title: Run and manage macOS and Linux virtual machines on Apple silicon with Tart
description: Tart is a virtualization toolset to run and manage macOS and Linux virtual machines on Apple silicon.
tags: bare-metal apple-silicon mac-mini m1 m2
-categories:
+products:
- instances
dates:
validation: 2025-02-11
diff --git a/tutorials/run-messaging-platform-with-rocketchat/index.mdx b/tutorials/run-messaging-platform-with-rocketchat/index.mdx
index 342e518568..ed2d125208 100644
--- a/tutorials/run-messaging-platform-with-rocketchat/index.mdx
+++ b/tutorials/run-messaging-platform-with-rocketchat/index.mdx
@@ -2,7 +2,7 @@
title: Running a messaging platform with RocketChat
description: Learn how to use RocketChat to run your community with chat, private messaging, and file sharing.
tags: messaging RocketChat chat mongodb nodejs
-categories:
+products:
- compute
hero: assets/scaleway_rocketchat.webp
dates:
diff --git a/tutorials/run-nodejs-express-server-on-serverless-containers/index.mdx b/tutorials/run-nodejs-express-server-on-serverless-containers/index.mdx
index ab6f24e3cd..eb87dcc04f 100644
--- a/tutorials/run-nodejs-express-server-on-serverless-containers/index.mdx
+++ b/tutorials/run-nodejs-express-server-on-serverless-containers/index.mdx
@@ -1,7 +1,7 @@
---
title: Running a Node.js + Express Server on Serverless Container
description: This page shows how to run a Node.js and Express Server on a Serverless Container
-categories:
+products:
- containers
tags: serverless containers caas nodejs express-server
dates:
diff --git a/tutorials/run-python-flask-server-on-serverless-container/index.mdx b/tutorials/run-python-flask-server-on-serverless-container/index.mdx
index 89085a5501..69656cec7c 100644
--- a/tutorials/run-python-flask-server-on-serverless-container/index.mdx
+++ b/tutorials/run-python-flask-server-on-serverless-container/index.mdx
@@ -1,7 +1,7 @@
---
title: Running a Python Flask Server on a Serverless Container
description: Learn how to run a Python Flask Server on a Serverless Container with this comprehensive tutorial.
-categories:
+products:
- containers
tags: caas functions nodejs express-server Python Flask
dates:
diff --git a/tutorials/s3-customize-url-cname/index.mdx b/tutorials/s3-customize-url-cname/index.mdx
index acc5b3bf16..9dbf6ec2eb 100644
--- a/tutorials/s3-customize-url-cname/index.mdx
+++ b/tutorials/s3-customize-url-cname/index.mdx
@@ -1,7 +1,7 @@
---
title: Object Storage - Customizing URLs with CNAME
description: This page shows how to use a customized domain name with Object Storage buckets
-categories:
+products:
- storage
- object-storage
- domains-and-dns
diff --git a/tutorials/s3cmd/index.mdx b/tutorials/s3cmd/index.mdx
index 23b2d6ee90..f5b761f3d0 100644
--- a/tutorials/s3cmd/index.mdx
+++ b/tutorials/s3cmd/index.mdx
@@ -2,7 +2,7 @@
title: Using Object Storage with s3cmd
description: Learn how to use s3cmd with Scaleway Object Storage with this detailed tutorial, offering step-by-step instructions and insights to help you effectively use the capabilities of this versatile tool.
tags: Object-Storage s3cmd CORS buckets
-categories:
+products:
- object-storage
dates:
validation: 2025-07-21
diff --git a/tutorials/scaleway-packer-plugin/index.mdx b/tutorials/scaleway-packer-plugin/index.mdx
index 5ce0a13a8f..ca7e99416e 100644
--- a/tutorials/scaleway-packer-plugin/index.mdx
+++ b/tutorials/scaleway-packer-plugin/index.mdx
@@ -1,7 +1,7 @@
---
title: Installing the Scaleway Packer Plugin
description: Learn how to install the Scaleway Packer plugin to create custom Scaleway images in this guide.
-categories:
+products:
- packer
- instances
tags: packer images instances
diff --git a/tutorials/scaleway-slack-community/index.mdx b/tutorials/scaleway-slack-community/index.mdx
index ee3a7c9bfe..ca9df13937 100644
--- a/tutorials/scaleway-slack-community/index.mdx
+++ b/tutorials/scaleway-slack-community/index.mdx
@@ -1,7 +1,7 @@
---
title: Using the Scaleway Slack community
description: This page shows how to create and use a Scaleway Slack community account.
-categories:
+products:
- compute
tags: Slack forum
dates:
diff --git a/tutorials/self-hosted-repository-gitea/index.mdx b/tutorials/self-hosted-repository-gitea/index.mdx
index ccf331c0aa..f385e7dbf6 100644
--- a/tutorials/self-hosted-repository-gitea/index.mdx
+++ b/tutorials/self-hosted-repository-gitea/index.mdx
@@ -1,7 +1,7 @@
---
title: Setting up a self-hosted git repository with Gitea
description: This page shows you how to configure Gitea a lightweight code hosting solution on a Scaleway Instance.
-categories:
+products:
- instances
tags: development Gitea versioning repository
dates:
diff --git a/tutorials/sem-terraform/index.mdx b/tutorials/sem-terraform/index.mdx
index 3c0068847d..c1e9c64251 100644
--- a/tutorials/sem-terraform/index.mdx
+++ b/tutorials/sem-terraform/index.mdx
@@ -2,7 +2,7 @@
title: Creating and accessing a Database Instance using Secret Manager and Terraform/OpenTofu
description: Discover how to create and securely access a Database Instance using Secret Manager and Terraform/OpenTofu
tags: secret-manager terraform
-categories:
+products:
- security-identity
- secret-manager
- managed-databases
diff --git a/tutorials/send-emails-tem-serverless-framework/index.mdx b/tutorials/send-emails-tem-serverless-framework/index.mdx
index 70c4391758..a64427ae3d 100644
--- a/tutorials/send-emails-tem-serverless-framework/index.mdx
+++ b/tutorials/send-emails-tem-serverless-framework/index.mdx
@@ -2,7 +2,7 @@
title: Sending emails with Transactional Email and Serverless using the Serverless Framework
description: Discover how to send emails with Scaleway's Transactional Email and Serverless using the Serverless Framework
tags: transactional-email serverless emails functions serverless-framework
-categories:
+products:
- managed-services
- serverless
- functions
diff --git a/tutorials/send-emails-with-serverless-and-tem/index.mdx b/tutorials/send-emails-with-serverless-and-tem/index.mdx
index bd867ebabb..f22520aa67 100644
--- a/tutorials/send-emails-with-serverless-and-tem/index.mdx
+++ b/tutorials/send-emails-with-serverless-and-tem/index.mdx
@@ -2,7 +2,7 @@
title: Sending emails with Transactional Email and Serverless using Terraform/OpenTofu
description: Discover how to send emails with Scaleway's Transactional Email and Serverless using Terraform/OpenTofu
tags: transactional-email tem serverless terraform
-categories:
+products:
- transactional-email
- terraform
- functions
diff --git a/tutorials/send-sms-iot-device-twilio/index.mdx b/tutorials/send-sms-iot-device-twilio/index.mdx
index b506840e2d..e5f3c328a2 100644
--- a/tutorials/send-sms-iot-device-twilio/index.mdx
+++ b/tutorials/send-sms-iot-device-twilio/index.mdx
@@ -1,7 +1,7 @@
---
title: Sending SMS from IoT Devices using Twilio
description: This page explains how to combine IoT Hub and Serverless Functions to trigger an SMS from an IoT Device
-categories:
+products:
- iot-hub
tags: IoT-Hub iot Serverless SMS Twilio
dates:
diff --git a/tutorials/sentry-error-tracking/index.mdx b/tutorials/sentry-error-tracking/index.mdx
index 81b368e931..c145e4c876 100644
--- a/tutorials/sentry-error-tracking/index.mdx
+++ b/tutorials/sentry-error-tracking/index.mdx
@@ -2,7 +2,7 @@
title: Configuring Sentry error tracking
description: Discover how to configure a Sentry monitoring & error tracking server on a Scaleway Instance.
tags: messaging apache Sentry error-tracking
-categories:
+products:
- instances
hero: assets/scaleway-sentry-hero.webp
dates:
diff --git a/tutorials/set-up-spf-dkim-for-dns-providers/index.mdx b/tutorials/set-up-spf-dkim-for-dns-providers/index.mdx
index 2dc5c146df..acf0aea9dc 100644
--- a/tutorials/set-up-spf-dkim-for-dns-providers/index.mdx
+++ b/tutorials/set-up-spf-dkim-for-dns-providers/index.mdx
@@ -2,7 +2,7 @@
title: Setting up SPF and DKIM records with Transactional Email for popular DNS providers
description: Learn how to add SPF and DKIM records for transactional email on popular DNS providers with our step-by-step guide.
tags: spf dkim dns godaddy cloudflare namecheap
-categories:
+products:
- transactional-email
- domains-and-dns
dates:
diff --git a/tutorials/set-up-yunohost-debian/index.mdx b/tutorials/set-up-yunohost-debian/index.mdx
index a5d3832f98..b7bc907bf0 100644
--- a/tutorials/set-up-yunohost-debian/index.mdx
+++ b/tutorials/set-up-yunohost-debian/index.mdx
@@ -1,7 +1,7 @@
---
title: Setting up Yunohost on Debian 12
description: This page shows you how to set up your own server with Yunohost
-categories:
+products:
- instances
tags: hosting Yunohost Debian
dates:
diff --git a/tutorials/setting-up-tunnel/index.mdx b/tutorials/setting-up-tunnel/index.mdx
index b33086c7d8..439f420e19 100644
--- a/tutorials/setting-up-tunnel/index.mdx
+++ b/tutorials/setting-up-tunnel/index.mdx
@@ -1,7 +1,7 @@
---
title: Connecting Scaleway Instances with Dedibox servers
description: This page shows you how to configure a tunnel to exchange data between a Scaleway Dedibox dedicated server and a Scaleway Instance.
-categories:
+products:
- dedibox
- instances
tags: Dedibox GRE-tunnel gre
diff --git a/tutorials/setup-ampere-ai-framework-arm-instances/index.mdx b/tutorials/setup-ampere-ai-framework-arm-instances/index.mdx
index 5ad6e25081..e0d2017cdd 100644
--- a/tutorials/setup-ampere-ai-framework-arm-instances/index.mdx
+++ b/tutorials/setup-ampere-ai-framework-arm-instances/index.mdx
@@ -2,7 +2,7 @@
title: Setting up Ampere-optimized AI frameworks on Scaleway COP-ARM Instances
description: Discover how to set up Ampere-optimized AI frameworks on Scaleway COP-ARM Instances.
tags: arm ai ampere pytorch onnx tensorflow
-categories:
+products:
- instances
dates:
validation: 2024-08-12
diff --git a/tutorials/setup-elastic-metal-proxmox-cluster-with-private-networks/index.mdx b/tutorials/setup-elastic-metal-proxmox-cluster-with-private-networks/index.mdx
index b9cbee92de..7a1741861c 100644
--- a/tutorials/setup-elastic-metal-proxmox-cluster-with-private-networks/index.mdx
+++ b/tutorials/setup-elastic-metal-proxmox-cluster-with-private-networks/index.mdx
@@ -1,7 +1,7 @@
---
title: Setting up a Proxmox cluster on Elastic Metal servers using Private Networks
description: This page explains how to set up a Proxmox cluster on Elastic Metal servers using the Private Networks feature
-categories:
+products:
- elastic-metal
- vpc
tags: Proxmox Elastic-Metal KVM containers
diff --git a/tutorials/setup-jupyter-notebook/index.mdx b/tutorials/setup-jupyter-notebook/index.mdx
index 417bd304a2..f95c40cb53 100644
--- a/tutorials/setup-jupyter-notebook/index.mdx
+++ b/tutorials/setup-jupyter-notebook/index.mdx
@@ -2,7 +2,7 @@
title: Setting up and configuring Jupyter Notebook on a Scaleway GPU Instance
description: Jupyter Notebook is a client-server application that allows to edit and run Notebook-documents in a web browser.
tags: GPU-Instance Jupyter Jupyter-Notebook
-categories:
+products:
- gpu-instances
- instances
hero: assets/scaleway_jupyter.webp
diff --git a/tutorials/setup-k8s-cluster-rancher/index.mdx b/tutorials/setup-k8s-cluster-rancher/index.mdx
index 8db40f4693..b07f3c6d73 100644
--- a/tutorials/setup-k8s-cluster-rancher/index.mdx
+++ b/tutorials/setup-k8s-cluster-rancher/index.mdx
@@ -2,7 +2,7 @@
title: Setting up a Kubernetes Cluster using Rancher on Ubuntu with Docker
description: Rancher is an open-source container management platform providing a graphical interface that makes container management easier.
tags: Kubernetes Rancher k8s containers
-categories:
+products:
- kubernetes
- instances
- domains-and-dns
diff --git a/tutorials/setup-lamp-stack-ubuntu2204/index.mdx b/tutorials/setup-lamp-stack-ubuntu2204/index.mdx
index 2d64e78e1e..950185d0cc 100644
--- a/tutorials/setup-lamp-stack-ubuntu2204/index.mdx
+++ b/tutorials/setup-lamp-stack-ubuntu2204/index.mdx
@@ -2,7 +2,7 @@
title: Setting up a LAMP stack on Ubuntu 22.04 (Jammy Jellyfish)
description: Learn how to install a LAMP (Linux, Apache, MySQL, and PHP) stack on Ubuntu Jammy Jellyfish (22.04 LTS).
tags: LAMP Ubuntu PHP Apache MySQL Linux
-categories:
+products:
- instances
dates:
validation: 2025-04-22
diff --git a/tutorials/setup-minecraft/index.mdx b/tutorials/setup-minecraft/index.mdx
index f251b18a54..e54a15da1b 100644
--- a/tutorials/setup-minecraft/index.mdx
+++ b/tutorials/setup-minecraft/index.mdx
@@ -2,7 +2,7 @@
title: Creating your own Minecraft server on Scaleway
description: This page shows you what steps are required to host your own Minecraft server on a Scaleway Instance.
tags: Minecraft gaming ubuntu
-categories:
+products:
- instances
dates:
validation: 2025-03-27
diff --git a/tutorials/setup-mongodb-on-ubuntu/index.mdx b/tutorials/setup-mongodb-on-ubuntu/index.mdx
index 1c57bff597..7bc7a074aa 100644
--- a/tutorials/setup-mongodb-on-ubuntu/index.mdx
+++ b/tutorials/setup-mongodb-on-ubuntu/index.mdx
@@ -2,7 +2,7 @@
title: Installing and Securing MongoDB® on Ubuntu
description: This tutorial explains in 3 steps how to install and secure MongoDB® on Ubuntu Linux
tags: database mysql mongoDB UFW bindIP
-categories:
+products:
- instances
dates:
validation: 2025-03-27
diff --git a/tutorials/setup-moodle/index.mdx b/tutorials/setup-moodle/index.mdx
index 2e5b786079..4591811364 100644
--- a/tutorials/setup-moodle/index.mdx
+++ b/tutorials/setup-moodle/index.mdx
@@ -2,7 +2,7 @@
title: Setting up a learning platform with Moodle on Ubuntu Focal Fossa (20.04 LTS)
description: This page shows you how to install Moodle on a Ubuntu Focal Fossa (20.04 LTS) virtual cloud Instance.
tags: Moodle Learning-Management-System LMS
-categories:
+products:
- instances
hero: assets/scaleway_moodle.webp
dates:
diff --git a/tutorials/setup-mysql/index.mdx b/tutorials/setup-mysql/index.mdx
index d64162f50b..3c99be1d92 100644
--- a/tutorials/setup-mysql/index.mdx
+++ b/tutorials/setup-mysql/index.mdx
@@ -2,7 +2,7 @@
title: Installing MySQL on Ubuntu 20.04 (Focal Fossa)
description: This page shows how to install MySQL on Ubuntu Focal Fossa 20.04 LTS
tags: networking database sql MySQL MariaDB
-categories:
+products:
- instances
dates:
validation: 2025-04-08
diff --git a/tutorials/setup-nginx-reverse-proxy-s3/index.mdx b/tutorials/setup-nginx-reverse-proxy-s3/index.mdx
index 3a72578688..aeb203d2aa 100644
--- a/tutorials/setup-nginx-reverse-proxy-s3/index.mdx
+++ b/tutorials/setup-nginx-reverse-proxy-s3/index.mdx
@@ -2,7 +2,7 @@
title: Setting up Nginx as a reverse proxy with Scaleway Object Storage
description: Learn how to configure an Nginx reverse proxy with Scaleway Object Storage for optimized access and caching.
tags: Object-Storage amazon-S3 reverse-proxy nginx
-categories:
+products:
- instances
- object-storage
dates:
diff --git a/tutorials/setup-nomad-cluster/index.mdx b/tutorials/setup-nomad-cluster/index.mdx
index 80c137172e..8a28693d5a 100644
--- a/tutorials/setup-nomad-cluster/index.mdx
+++ b/tutorials/setup-nomad-cluster/index.mdx
@@ -2,7 +2,7 @@
title: Setting up a Nomad cluster with ACLs
description: This tutorial shows you how to deploy a Nomad cluster with access control lists (ACLs) on Scaleway.
tags: orchestration nomad consul packer terraform
-categories:
+products:
- packer
- terraform
- instances
diff --git a/tutorials/setup-postfix-ubuntu-bionic/index.mdx b/tutorials/setup-postfix-ubuntu-bionic/index.mdx
index 0b5fc23899..3919b04211 100644
--- a/tutorials/setup-postfix-ubuntu-bionic/index.mdx
+++ b/tutorials/setup-postfix-ubuntu-bionic/index.mdx
@@ -1,7 +1,7 @@
---
title: Setting up a secure mail server on Ubuntu 22.04 LTS (Jammy Jellyfish)
description: This page explains how to set up a mail server on Ubuntu 22.04 LTS (Jammy Jellyfish).
-categories:
+products:
- instances
tags: security DKIM Rspamd MariaDB Roundcube dmarc
dates:
diff --git a/tutorials/silence-grafana-alerts/index.mdx b/tutorials/silence-grafana-alerts/index.mdx
index 1c4a59c5a1..fb56c66f7d 100644
--- a/tutorials/silence-grafana-alerts/index.mdx
+++ b/tutorials/silence-grafana-alerts/index.mdx
@@ -2,7 +2,7 @@
title: Silencing Cockpit alerts in Grafana
description: Learn how to temporarily mute Cockpit alerts in Grafana using silences without disabling them.
tags: cockpit alerts mute silence monitoring notifications
-categories:
+products:
- cockpit
dates:
validation: 2025-06-16
diff --git a/tutorials/sinatra/index.mdx b/tutorials/sinatra/index.mdx
index ab529701be..be3758a9b2 100644
--- a/tutorials/sinatra/index.mdx
+++ b/tutorials/sinatra/index.mdx
@@ -2,7 +2,7 @@
title: Getting Started with Sinatra
description: Discover how to install Sinatra for writing web applications.
tags: ansible Sinatra Ruby RubyGems
-categories:
+products:
- instances
dates:
validation: 2025-05-14
diff --git a/tutorials/snapshot-instances-jobs/index.mdx b/tutorials/snapshot-instances-jobs/index.mdx
index 210f6d04b3..f11c016d26 100644
--- a/tutorials/snapshot-instances-jobs/index.mdx
+++ b/tutorials/snapshot-instances-jobs/index.mdx
@@ -2,7 +2,7 @@
title: Create snapshots of an Instance with Serverless Jobs and the Scaleway CLI
description: This step-by-step tutorial will help you automate the creation of snapshots of your Instance using Serverless Jobs and the Scaleway CLI
tags: serverless jobs instance snapshot backup image disk storage cli
-categories:
+products:
- instances
- jobs
dates:
diff --git a/tutorials/snapshot-managed-databases/index.mdx b/tutorials/snapshot-managed-databases/index.mdx
index a514bb8dbe..6e558ef893 100644
--- a/tutorials/snapshot-managed-databases/index.mdx
+++ b/tutorials/snapshot-managed-databases/index.mdx
@@ -2,7 +2,7 @@
title: Create recurring scheduled backups and snapshots of a database with Serverless Jobs and the Scaleway CLI
description: This step-by-step tutorial will help you automate the creation and scheduling of backups and snapshots of your database using Serverless Jobs and the Scaleway CLI
tags: serverless jobs instance snapshot backup image disk storage cli schedule cron recurring
-categories:
+products:
- instances
- jobs
dates:
diff --git a/tutorials/sns-instances-notification-system/index.mdx b/tutorials/sns-instances-notification-system/index.mdx
index 3f91e9890e..48161472e2 100644
--- a/tutorials/sns-instances-notification-system/index.mdx
+++ b/tutorials/sns-instances-notification-system/index.mdx
@@ -1,7 +1,7 @@
---
title: Creating a simulated CPU monitor notification system with Terraform/OpenTofu using Scaleway Instances and Topics and Events
description: Learn how to set up a simulated CPU monitor notification system with Terraform/OpenTofu using Scaleway Instances and Topics and Events. Trigger alerts based on CPU usage with ease.
-categories:
+products:
- topics-and-events
- instances
tags: topics-and-events sns monitoring terraform
diff --git a/tutorials/socket-io/index.mdx b/tutorials/socket-io/index.mdx
index 389d317604..bb3bde917f 100644
--- a/tutorials/socket-io/index.mdx
+++ b/tutorials/socket-io/index.mdx
@@ -2,7 +2,7 @@
title: Getting started with Socket.io
description: This tutorial shows how to install and use Socket.io server
tags: Socket-io npm socket javascript node-js
-categories:
+products:
- instances
dates:
validation: 2025-04-22
diff --git a/tutorials/stop-outgoing-spam/index.mdx b/tutorials/stop-outgoing-spam/index.mdx
index c51bd7ac8a..b54d5938d5 100644
--- a/tutorials/stop-outgoing-spam/index.mdx
+++ b/tutorials/stop-outgoing-spam/index.mdx
@@ -2,7 +2,7 @@
title: Stopping outgoing spam
description: This page provides information on how to identify and stop abusive usage of your Instances.
tags: Instances spam
-categories:
+products:
- compute
dates:
validation: 2024-04-22
diff --git a/tutorials/store-s3-cyberduck/index.mdx b/tutorials/store-s3-cyberduck/index.mdx
index 7e0e65eed0..7d56673c38 100644
--- a/tutorials/store-s3-cyberduck/index.mdx
+++ b/tutorials/store-s3-cyberduck/index.mdx
@@ -2,7 +2,7 @@
title: Storing objects with Scaleway Object Storage and Cyberduck
description: This page shows you how to store objects with Cyberduck on Scaleway Object Storage.
tags: Cyberduck Object-Storage
-categories:
+products:
- storage
- object-storage
dates:
diff --git a/tutorials/store-s3-transmit/index.mdx b/tutorials/store-s3-transmit/index.mdx
index a5facf6701..8fc4a3971d 100644
--- a/tutorials/store-s3-transmit/index.mdx
+++ b/tutorials/store-s3-transmit/index.mdx
@@ -2,7 +2,7 @@
title: Storing objects with Scaleway Object Storage and Transmit 5
description: This page shows you how to store objects with Transmit 5 on Scaleway's Object Storage platform.
tags: object-storage Transmit-5
-categories:
+products:
- object-storage
dates:
validation: 2025-05-19
diff --git a/tutorials/store-wp-mediacloud-s3/index.mdx b/tutorials/store-wp-mediacloud-s3/index.mdx
index 654f976ccd..501348223b 100644
--- a/tutorials/store-wp-mediacloud-s3/index.mdx
+++ b/tutorials/store-wp-mediacloud-s3/index.mdx
@@ -2,7 +2,7 @@
title: Storing WordPress Media on Object Storage with Media Cloud
description: Media Cloud is a WordPress Plugin that allows you to store media files of your blog on Object Storage
tags: Object-Storage Media-Cloud media Wordpress
-categories:
+products:
- object-storage
- instances
dates:
diff --git a/tutorials/strapi-app-serverless-containers-sqldb/index.mdx b/tutorials/strapi-app-serverless-containers-sqldb/index.mdx
index b760af71f7..64e71cf4fb 100644
--- a/tutorials/strapi-app-serverless-containers-sqldb/index.mdx
+++ b/tutorials/strapi-app-serverless-containers-sqldb/index.mdx
@@ -2,7 +2,7 @@
title: Deploy a Strapi headless CMS using Serverless Containers and Serverless SQL Databases
description: This page explains how to deploy a fully serverless Strapi headless CMS using Serverless Containers and Serverless SQL Databases
tags: strapi cms sql serverless database
-categories:
+products:
- containers
- serverless-sqldb
dates:
diff --git a/tutorials/strapi/index.mdx b/tutorials/strapi/index.mdx
index 18ed4b4860..86245af22f 100644
--- a/tutorials/strapi/index.mdx
+++ b/tutorials/strapi/index.mdx
@@ -1,6 +1,6 @@
---
hero: assets/scaleway_strapi.webp
-categories:
+products:
- instances
title: Deploying Strapi on a Scaleway Instance
description: Strapi is an open-source, Node.js-based, headless CMS to manage content and make it available through a fully customizable API. In this tutorial, you will learn how to deploy Strapi on a Scaleway Instance, to create and access a simple Hello World blog post.
diff --git a/tutorials/systemd-essentials/index.mdx b/tutorials/systemd-essentials/index.mdx
index c19a9889a3..5f1a074e33 100644
--- a/tutorials/systemd-essentials/index.mdx
+++ b/tutorials/systemd-essentials/index.mdx
@@ -2,7 +2,7 @@
title: Learning systemd essentials
description: Learn the essentials of systemd, a core component of Linux systems, and master its usage with our in-depth tutorial, covering key concepts and practical examples.
tags: systemd instances
-categories:
+products:
- instances
dates:
validation: 2025-05-19
diff --git a/tutorials/terraform-quickstart/index.mdx b/tutorials/terraform-quickstart/index.mdx
index d67061713f..cbb001cffb 100644
--- a/tutorials/terraform-quickstart/index.mdx
+++ b/tutorials/terraform-quickstart/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploying Your First Infrastructure on Scaleway using Terraform/OpenTofu
description: This page explains how to deploy and manage the lifecycle of Scaleway infrastructures using Terraform/OpenTofu
-categories:
+products:
- instances
- terraform
- elastic-metal
diff --git a/tutorials/traefik-v2-cert-manager/index.mdx b/tutorials/traefik-v2-cert-manager/index.mdx
index 6aa42019dd..f8cf657de9 100644
--- a/tutorials/traefik-v2-cert-manager/index.mdx
+++ b/tutorials/traefik-v2-cert-manager/index.mdx
@@ -3,7 +3,7 @@ title: Setting up Traefik v2 and cert-manager on Kapsule
description: This page explains how to set up and configure Traefik v2 and cert-manager on Kapsule
tags: k8s Kapsule Traefik cert-manager Load-Balancer
hero: assets/scaleway_traefik.webp
-categories:
+products:
- kubernetes
- domains-and-dns
- load-balancer
diff --git a/tutorials/transform-bucket-images-triggers-functions-deploy/index.mdx b/tutorials/transform-bucket-images-triggers-functions-deploy/index.mdx
index 2559075380..1f971c1aee 100644
--- a/tutorials/transform-bucket-images-triggers-functions-deploy/index.mdx
+++ b/tutorials/transform-bucket-images-triggers-functions-deploy/index.mdx
@@ -1,7 +1,7 @@
---
title: Transforming images in an Object Storage bucket using Serverless Functions and Triggers - Deployment
description: This page shows you how to create and deploy functions to transform images in an Object Storage bucket using Serverless Functions and Triggers
-categories:
+products:
- functions
- queues
- object-storage
diff --git a/tutorials/transform-bucket-images-triggers-functions-set-up/index.mdx b/tutorials/transform-bucket-images-triggers-functions-set-up/index.mdx
index 5d9f70b23a..3f154726b9 100644
--- a/tutorials/transform-bucket-images-triggers-functions-set-up/index.mdx
+++ b/tutorials/transform-bucket-images-triggers-functions-set-up/index.mdx
@@ -1,7 +1,7 @@
---
title: Transforming images in an Object Storage bucket using Serverless Functions and Triggers - Set up
description: This page shows you how to set up your environment to transform images in an Object Storage bucket using Serverless Functions and Triggers
-categories:
+products:
- queues
- functions
- object-storage
diff --git a/tutorials/upgrade-managed-postgresql-database/index.mdx b/tutorials/upgrade-managed-postgresql-database/index.mdx
index 8c75da7f4d..31b189fea6 100644
--- a/tutorials/upgrade-managed-postgresql-database/index.mdx
+++ b/tutorials/upgrade-managed-postgresql-database/index.mdx
@@ -4,7 +4,7 @@ description: This page shows how to upgrade your Database for PostgreSQL to the
tags: storage PostgreSQL Database rdb
dates:
validation: 2025-06-02
-categories:
+products:
- postgresql-and-mysql
---
import image from './assets/scaleway-database-information.webp'
diff --git a/tutorials/use-cockpit-with-terraform/index.mdx b/tutorials/use-cockpit-with-terraform/index.mdx
index 9752cc3a20..9dcd491bb8 100644
--- a/tutorials/use-cockpit-with-terraform/index.mdx
+++ b/tutorials/use-cockpit-with-terraform/index.mdx
@@ -2,7 +2,7 @@
title: Using Cockpit with Terraform/OpenTofu
description: Discover how to use Terraform/OpenTofu to configure your Scaleway Cockpit. This detailed guide walks you through creating a token, setting up a Grafana user, and configuring Scaleway and custom data sources.
tags: observability cockpit terraform grafana monitoring
-categories:
+products:
- cockpit
dates:
validation: 2025-02-11
diff --git a/tutorials/use-container-registry-github-actions/index.mdx b/tutorials/use-container-registry-github-actions/index.mdx
index 8443e44f44..305772045a 100644
--- a/tutorials/use-container-registry-github-actions/index.mdx
+++ b/tutorials/use-container-registry-github-actions/index.mdx
@@ -2,7 +2,7 @@
title: How to use Scaleway Container Registry with GitHub Actions
description: In this tutorial, you will learn to configure and use GitHub Actions to build Docker images and push them into Scaleway Container Registry.
tags: github container-registry yaml
-categories:
+products:
- container-registry
- containers
dates:
diff --git a/tutorials/use-managed-redis-with-mysql/index.mdx b/tutorials/use-managed-redis-with-mysql/index.mdx
index 5710f73e15..e15ffaacec 100644
--- a/tutorials/use-managed-redis-with-mysql/index.mdx
+++ b/tutorials/use-managed-redis-with-mysql/index.mdx
@@ -2,7 +2,7 @@
title: Use Scaleway Managed Redis™ for MySQL caching with Entity Framework
description: In this tutorial, you will learn to use Scaleway Redis™ as a record cache for Scaleway MySQL
tags: mysql redis entity-framework cache
-categories:
+products:
- postgresql-and-mysql
dates:
validation: 2025-07-16
diff --git a/tutorials/using-bucket-website-with-mkdocs/index.mdx b/tutorials/using-bucket-website-with-mkdocs/index.mdx
index ff8ba39257..db68082716 100644
--- a/tutorials/using-bucket-website-with-mkdocs/index.mdx
+++ b/tutorials/using-bucket-website-with-mkdocs/index.mdx
@@ -1,7 +1,7 @@
---
title: Creating a documentation website using Object Storage bucket website and Material for MkDocs
description: Create a sleek documentation website using the Scaleway Object Storage bucket website feature and Material for MkDocs. Simple, fast, and easy to complete!
-categories:
+products:
- object-storage
tags: documentation-website bucket-website material-for-mkdocs object-storage website
dates:
diff --git a/tutorials/using-own-grafana/index.mdx b/tutorials/using-own-grafana/index.mdx
index a3dd7d32ea..24771932f2 100644
--- a/tutorials/using-own-grafana/index.mdx
+++ b/tutorials/using-own-grafana/index.mdx
@@ -1,7 +1,7 @@
---
title: Using your own Grafana with Cockpit
description: Learn how to create data sources for metrics, logs, traces, and alerts in Grafana with our comprehensive tutorial. This guide walks you through setting up and configuring data sources in the Grafana user interface, to monitor and visualize your system's performance effectively.
-categories:
+products:
- cockpit
tags: metrics logs prometheus loki grafana
dates:
diff --git a/tutorials/using-secret-manager-with-github-action/index.mdx b/tutorials/using-secret-manager-with-github-action/index.mdx
index 3638b74926..5cdff57edc 100644
--- a/tutorials/using-secret-manager-with-github-action/index.mdx
+++ b/tutorials/using-secret-manager-with-github-action/index.mdx
@@ -2,7 +2,7 @@
title: Fetching secrets from the Secret Manager using the Scaleway Github Action
description: Learn to securely fetch secrets from Scaleway Secret Manager, integrate GitHub Actions, and expose them as environment variables for automation and security.
tags: secret-management github-action continuous-integration
-categories:
+products:
- secret-manager
dates:
validation: 2025-07-16
diff --git a/tutorials/vaultwarden-serverless/index.mdx b/tutorials/vaultwarden-serverless/index.mdx
index bc58a89125..d4621dea1c 100644
--- a/tutorials/vaultwarden-serverless/index.mdx
+++ b/tutorials/vaultwarden-serverless/index.mdx
@@ -2,7 +2,7 @@
title: Deploying Vaultwarden on a Serverless infrastructure
description: This tutorial shows how to configure and deploy a Vaultwarden server using Scaleway Serverless products.
tags: vaultwarden password-safe serverless containers sql-database
-categories:
+products:
- containers
- sql-databases
dates:
diff --git a/tutorials/veeam-backup-replication-s3/index.mdx b/tutorials/veeam-backup-replication-s3/index.mdx
index 07531b1fc4..89dd05a1dc 100644
--- a/tutorials/veeam-backup-replication-s3/index.mdx
+++ b/tutorials/veeam-backup-replication-s3/index.mdx
@@ -1,7 +1,7 @@
---
title: Using Veeam Backup & Replication with Object Storage
description: How to manage backups of vSpehere VMs on Scaleway Object Storage with Veeam Backup & Replication
-categories:
+products:
- object-storage
tags: vSphere Object-Storage Veeam-Backup Veeam
dates:
diff --git a/tutorials/vpc-public-gateway-autoconfiguration/index.mdx b/tutorials/vpc-public-gateway-autoconfiguration/index.mdx
index 8ced8ae29d..6e9ada6938 100644
--- a/tutorials/vpc-public-gateway-autoconfiguration/index.mdx
+++ b/tutorials/vpc-public-gateway-autoconfiguration/index.mdx
@@ -1,7 +1,7 @@
---
title: Deploying Instances in a Private Network and exposing them using a Public Gateway
description: This page shows how to deploy virtual Instances in a Private Network and expose them using a Public Gateway
-categories:
+products:
- vpc
- instances
tags: Private-Network instances Public-Gateway
diff --git a/tutorials/vuls-security-scanner/index.mdx b/tutorials/vuls-security-scanner/index.mdx
index 1aea8722a0..8c6e81546b 100644
--- a/tutorials/vuls-security-scanner/index.mdx
+++ b/tutorials/vuls-security-scanner/index.mdx
@@ -1,7 +1,7 @@
---
title: Vulnerability Scanning with Vuls on Ubuntu Noble (24.04)
description: This page shows you how to use Vuls, an open-source, agent-less vulnerability scanner based on information from NVD, OVAL, etc.
-categories:
+products:
- instances
tags: compute Vuls security NVD OVAL
dates:
diff --git a/tutorials/waypoint-plugin-scaleway/index.mdx b/tutorials/waypoint-plugin-scaleway/index.mdx
index fdc3d11499..f9de94afe5 100644
--- a/tutorials/waypoint-plugin-scaleway/index.mdx
+++ b/tutorials/waypoint-plugin-scaleway/index.mdx
@@ -2,7 +2,7 @@
title: Configuring Scaleway plugins for Waypoint
description: In this tutorial, you will learn how to install Scaleway plugins for Waypoint
tags: waypoint containers
-categories:
+products:
- containers
- kubernetes
- terraform
diff --git a/tutorials/web-deploy-windows-instance/index.mdx b/tutorials/web-deploy-windows-instance/index.mdx
index 72f7bacaf4..7fa96a4664 100644
--- a/tutorials/web-deploy-windows-instance/index.mdx
+++ b/tutorials/web-deploy-windows-instance/index.mdx
@@ -2,7 +2,7 @@
title: Publishing a website to a Windows Instance using Web Deploy
description: Learn how to configure a Scaleway Instance with Windows Server to remotely publish web applications using Web Deploy.
tags: instances windows-server iis web-deploy
-categories:
+products:
- instances
- elastic-metal
dates:
diff --git a/tutorials/wireguard-mesh-vpn/index.mdx b/tutorials/wireguard-mesh-vpn/index.mdx
index 4d30d6283a..e8f0049aff 100644
--- a/tutorials/wireguard-mesh-vpn/index.mdx
+++ b/tutorials/wireguard-mesh-vpn/index.mdx
@@ -3,7 +3,7 @@ title: Setting up a private mesh VPN with WireGuard®
description: Learn to configure a secure, private mesh VPN using WireGuard®. Ideal for connecting multiple servers in a network without a central server.
tags: mesh-VPN WireGuard multi-site
hero: assets/scaleway_wireguard.webp
-categories:
+products:
- instances
dates:
validation: 2025-01-22
diff --git a/tutorials/wordpress-instantapp/index.mdx b/tutorials/wordpress-instantapp/index.mdx
index 35e404431f..2f82a67652 100644
--- a/tutorials/wordpress-instantapp/index.mdx
+++ b/tutorials/wordpress-instantapp/index.mdx
@@ -2,7 +2,7 @@
title: One-click WordPress deployment on Scaleway Instances using InstantApp
description: Easily start your own blog with one click using the WordPress InstantApp on Scaleway Instances. Follow our complete guide for quick and seamless WordPress deployment.
tags: InstantApp WordPress instances
-categories:
+products:
- instances
dates:
validation: 2025-07-02
diff --git a/tutorials/wordpress-lemp-stack-focal/index.mdx b/tutorials/wordpress-lemp-stack-focal/index.mdx
index 1e5480830c..f30a88e602 100644
--- a/tutorials/wordpress-lemp-stack-focal/index.mdx
+++ b/tutorials/wordpress-lemp-stack-focal/index.mdx
@@ -2,7 +2,7 @@
title: Deploying WordPress with LEMP on Ubuntu Focal Fossa
description: In this tutorial, you will learn how to install WordPress on a freshly created Ubuntu Focal Fossa Instance with LEMP.
tags: WordPress cms php LEMP nginx mysql mariadb
-categories:
+products:
- instances
dates:
validation: 2025-05-19
diff --git a/tutorials/wordpress-lemp-stack-ubuntu-jammy-jellyfish-22-04/index.mdx b/tutorials/wordpress-lemp-stack-ubuntu-jammy-jellyfish-22-04/index.mdx
index 56c08e5fe5..4cca5a6e7b 100644
--- a/tutorials/wordpress-lemp-stack-ubuntu-jammy-jellyfish-22-04/index.mdx
+++ b/tutorials/wordpress-lemp-stack-ubuntu-jammy-jellyfish-22-04/index.mdx
@@ -2,7 +2,7 @@
title: Installing WordPress on a Scaleway Instance with Ubuntu 22.04 LTS (Jammy Jellyfish) and LEMP
description: This step-by-step guide walks you through the process of setting up WordPress on a Scaleway Instance running Ubuntu 22.04 LTS (Jammy Jellyfish) using the LEMP stack.
tags: WordPress cms php LEMP nginx mysql mariadb
-categories:
+products:
- instances
dates:
validation: 2025-03-19
diff --git a/tutorials/wordpress-lemp-stack/index.mdx b/tutorials/wordpress-lemp-stack/index.mdx
index 2cc612c876..b523169930 100644
--- a/tutorials/wordpress-lemp-stack/index.mdx
+++ b/tutorials/wordpress-lemp-stack/index.mdx
@@ -3,7 +3,7 @@ title: Deploying WordPress with LEMP on Ubuntu Bionic Beaver
description: In this tutorial, you will learn how to install WordPress on a freshly created Ubuntu Bionic Beaver Instance with LEMP.
tags: WordPress cms php LEMP nginx mysql mariadb
hero: assets/scaleway_wordpress_lemp.webp
-categories:
+products:
- instances
dates:
validation: 2025-05-13
diff --git a/tutorials/zabbix-monitoring/index.mdx b/tutorials/zabbix-monitoring/index.mdx
index 282d44fb22..130e537d54 100644
--- a/tutorials/zabbix-monitoring/index.mdx
+++ b/tutorials/zabbix-monitoring/index.mdx
@@ -2,7 +2,7 @@
title: Monitoring Instances with Zabbix on Ubuntu Jammy Jellyfish (22.04 LTS)
description: Learn how to set up Zabbix monitoring on Scaleway with our step-by-step tutorial. Discover how to efficiently monitor your infrastructure and applications with this comprehensive guide.
tags: instances Zabbix monitoring MariaDB
-categories:
+products:
- instances
dates:
validation: 2025-05-19
diff --git a/tutorials/zammad-ticketing/index.mdx b/tutorials/zammad-ticketing/index.mdx
index 039e12a9f0..28ae06a317 100644
--- a/tutorials/zammad-ticketing/index.mdx
+++ b/tutorials/zammad-ticketing/index.mdx
@@ -3,7 +3,7 @@ title: Deploying the Zammad ticketing solution
description: This page shows how to install and configure the Zammad ticketing solution on Scaleway Instances
tags: Zammad ticketing support Elasticsearch
hero: assets/scaleway_zammad.webp
-categories:
+products:
- instances
dates:
validation: 2025-05-19
diff --git a/tutorials/zulip/index.mdx b/tutorials/zulip/index.mdx
index 0ab4a080b9..c25348d82f 100644
--- a/tutorials/zulip/index.mdx
+++ b/tutorials/zulip/index.mdx
@@ -3,7 +3,7 @@ title: Deploying a Zulip server
description: This page shows how to create a Zulip Server on a Scaleway Instance.
tags: Zulip Ubuntu Slack
hero: assets/scaleway_zulip.webp
-categories:
+products:
- instances
dates:
validation: 2025-05-14
From e6f28345d06540b4602a01122ec512d29ea3acae Mon Sep 17 00:00:00 2001
From: Emmanuel Barachant
Date: Wed, 23 Jul 2025 14:01:11 +0200
Subject: [PATCH 3/3] feat: remove categories in all pages, not tutorials
---
pages/account/concepts.mdx | 2 --
pages/account/how-to/change-console-appearance.mdx | 2 --
pages/account/how-to/change-language.mdx | 2 --
pages/account/how-to/change-password.mdx | 2 --
pages/account/how-to/close-account.mdx | 2 --
pages/account/how-to/configure-support-plans.mdx | 2 --
pages/account/how-to/create-an-account.mdx | 2 --
pages/account/how-to/download-scaleway-contracts.mdx | 2 --
pages/account/how-to/log-in-to-the-console.mdx | 2 --
pages/account/how-to/manage-my-personal-data-gdpr.mdx | 2 --
pages/account/how-to/manage-notifications.mdx | 2 --
pages/account/how-to/open-a-support-ticket.mdx | 2 --
pages/account/how-to/recover-a-lost-password.mdx | 2 --
pages/account/how-to/report-abuse.mdx | 2 --
pages/account/how-to/resolve-abuse.mdx | 2 --
pages/account/how-to/switch-account-to-corporate.mdx | 2 --
pages/account/how-to/use-2fa.mdx | 2 --
pages/account/how-to/use-the-search-bar.mdx | 2 --
pages/account/how-to/verify-identity.mdx | 2 --
pages/account/quickstart.mdx | 2 --
pages/account/reference-content/products-availability.mdx | 2 --
.../reference-content/protecting-yourself-fraud-phishing.mdx | 2 --
.../reference-content/scaleway-network-information.mdx | 2 --
pages/account/reference-content/scaleway-status-updates.mdx | 2 --
.../account/reference-content/understanding-support-plans.mdx | 2 --
.../reference-content/use-case-informational-website.mdx | 2 --
pages/account/troubleshooting/cannot-erase-account.mdx | 2 --
pages/account/troubleshooting/cannot-log-into-my-account.mdx | 2 --
pages/account/troubleshooting/index.mdx | 2 --
.../account/troubleshooting/quotas-exceeded-error-message.mdx | 2 --
pages/apple-silicon/concepts.mdx | 2 --
pages/apple-silicon/how-to/access-remote-desktop-mac-mini.mdx | 2 --
pages/apple-silicon/how-to/connect-to-mac-mini-ssh.mdx | 2 --
pages/apple-silicon/how-to/create-mac-mini.mdx | 2 --
pages/apple-silicon/how-to/delete-mac-mini.mdx | 2 --
.../apple-silicon/how-to/install-package-manager-mac-mini.mdx | 2 --
pages/apple-silicon/how-to/manage-commitment-plan.mdx | 2 --
pages/apple-silicon/how-to/reboot-mac-mini.mdx | 2 --
pages/apple-silicon/how-to/reinstall-mac-mini.mdx | 2 --
pages/apple-silicon/how-to/remove-public-ip.mdx | 2 --
pages/apple-silicon/how-to/setup-vm-with-utm.mdx | 2 --
pages/apple-silicon/how-to/shutdown-mac-mini.mdx | 2 --
pages/apple-silicon/how-to/test-mdm-workflows.mdx | 2 --
pages/apple-silicon/how-to/update-os-mac-mini.mdx | 2 --
pages/apple-silicon/how-to/upgrade-macos-to-beta.mdx | 2 --
pages/apple-silicon/how-to/use-private-networks.mdx | 2 --
pages/apple-silicon/quickstart.mdx | 2 --
.../apple-silicon/troubleshooting/cant-connect-using-ssh.mdx | 2 --
.../apple-silicon/troubleshooting/cant-connect-using-vnc.mdx | 2 --
.../troubleshooting/cant-create-apple-account.mdx | 2 --
pages/apple-silicon/troubleshooting/cant-delete-mac-mini.mdx | 2 --
pages/apple-silicon/troubleshooting/index.mdx | 2 --
.../audit-trail/how-to/configure-audit-trail-permissions.mdx | 2 --
pages/audit-trail/how-to/use-audit-trail.mdx | 2 --
.../audit-trail/reference-content/adt-supported-endpoints.mdx | 2 --
.../reference-content/resource-integration-with-adt.mdx | 2 --
pages/audit-trail/troubleshooting/cannot-see-events.mdx | 2 --
pages/audit-trail/troubleshooting/index.mdx | 2 --
pages/billing/additional-content/reading-an-invoice.mdx | 2 --
.../additional-content/understanding-savings-plans.mdx | 2 --
pages/billing/api-cli/retrieve-monthly-consumption.mdx | 2 --
pages/billing/concepts.mdx | 2 --
pages/billing/how-to/add-billing-contact.mdx | 2 --
pages/billing/how-to/add-payment-method.mdx | 2 --
pages/billing/how-to/change-billing-information.mdx | 2 --
pages/billing/how-to/change-payment-method.mdx | 2 --
pages/billing/how-to/download-an-invoice.mdx | 2 --
pages/billing/how-to/purchase-savings-plan.mdx | 2 --
pages/billing/how-to/redeem-voucher-code.mdx | 2 --
pages/billing/how-to/use-billing-alerts.mdx | 2 --
pages/billing/how-to/use-the-cost-manager.mdx | 2 --
pages/billing/quickstart.mdx | 2 --
pages/billing/troubleshooting/cannot-add-payment-method.mdx | 2 --
pages/billing/troubleshooting/fix-common-billing-issues.mdx | 2 --
pages/billing/troubleshooting/index.mdx | 2 --
.../block-storage/api-cli/identifying-volume-snapshot-api.mdx | 2 --
pages/block-storage/api-cli/increasing-volume-size.mdx | 3 ---
pages/block-storage/api-cli/managing-a-volume.mdx | 3 ---
pages/block-storage/api-cli/unmounting-a-volume.mdx | 3 ---
pages/block-storage/concepts.mdx | 3 ---
pages/block-storage/how-to/attach-a-volume.mdx | 3 ---
pages/block-storage/how-to/create-a-snapshot.mdx | 3 ---
pages/block-storage/how-to/create-a-volume.mdx | 3 ---
pages/block-storage/how-to/create-volume-from-snapshot.mdx | 3 ---
pages/block-storage/how-to/delete-a-snapshot.mdx | 3 ---
pages/block-storage/how-to/delete-a-volume.mdx | 3 ---
pages/block-storage/how-to/detach-a-volume.mdx | 3 ---
pages/block-storage/how-to/identify-api-managing-volumes.mdx | 2 --
pages/block-storage/how-to/increase-block-volume.mdx | 3 ---
.../block-storage/how-to/migrate-volumes-snapshots-to-sbs.mdx | 2 --
pages/block-storage/how-to/unmount-a-volume.mdx | 3 ---
pages/block-storage/quickstart.mdx | 3 ---
.../reference-content/advantages-migrating-to-sbs.mdx | 2 --
.../reference-content/differences-between-5kiops-volumes.mdx | 2 --
pages/block-storage/troubleshooting/index.mdx | 2 --
pages/classic-hosting/concepts.mdx | 2 --
pages/classic-hosting/how-to/access-logcenter.mdx | 2 --
pages/classic-hosting/how-to/access-statistics.mdx | 2 --
.../classic-hosting/how-to/change-email-account-password.mdx | 2 --
pages/classic-hosting/how-to/change-ftp-account-password.mdx | 2 --
.../classic-hosting/how-to/change-password-mysql-database.mdx | 2 --
.../how-to/change-password-postgresql-database.mdx | 2 --
pages/classic-hosting/how-to/check-emails.mdx | 2 --
pages/classic-hosting/how-to/configure-backup-option.mdx | 2 --
pages/classic-hosting/how-to/configure-htaccess-file.mdx | 2 --
pages/classic-hosting/how-to/configure-outlook.mdx | 2 --
pages/classic-hosting/how-to/configure-php.mdx | 2 --
pages/classic-hosting/how-to/connect-via-ftp.mdx | 2 --
pages/classic-hosting/how-to/create-alias.mdx | 2 --
pages/classic-hosting/how-to/create-email-account.mdx | 2 --
pages/classic-hosting/how-to/create-email-redirection.mdx | 2 --
pages/classic-hosting/how-to/create-email-transfer.mdx | 2 --
pages/classic-hosting/how-to/create-ftp-account.mdx | 2 --
pages/classic-hosting/how-to/create-mysql-database.mdx | 2 --
pages/classic-hosting/how-to/create-postgresql-database.mdx | 2 --
pages/classic-hosting/how-to/create-subdomain.mdx | 2 --
pages/classic-hosting/how-to/delete-email-account.mdx | 2 --
pages/classic-hosting/how-to/delete-email-redirection.mdx | 2 --
pages/classic-hosting/how-to/delete-email-transfer.mdx | 2 --
pages/classic-hosting/how-to/delete-ftp-account.mdx | 2 --
pages/classic-hosting/how-to/delete-mysql-database.mdx | 2 --
pages/classic-hosting/how-to/delete-postgresql-database.mdx | 2 --
pages/classic-hosting/how-to/delete-subdomain.mdx | 2 --
pages/classic-hosting/how-to/enable-https.mdx | 2 --
.../how-to/encrypt-emails-with-pgp-using-webmail.mdx | 2 --
pages/classic-hosting/how-to/manage-email-filter.mdx | 2 --
.../how-to/manage-mysql-database-phpmyadmin.mdx | 2 --
.../how-to/manage-postgresql-database-adminer.mdx | 2 --
pages/classic-hosting/how-to/retrieve-headers-of-email.mdx | 2 --
.../how-to/solve-email-account-connection-problems.mdx | 2 --
.../how-to/terminate-online-classic-hosting.mdx | 2 --
pages/classic-hosting/quickstart.mdx | 2 --
pages/cockpit/api-cli/querying-logs-with-logcli.mdx | 2 --
pages/cockpit/concepts.mdx | 2 --
.../cockpit/how-to/access-grafana-and-managed-dashboards.mdx | 2 --
pages/cockpit/how-to/activate-managed-alerts.mdx | 2 --
pages/cockpit/how-to/activate-push-traces.mdx | 2 --
pages/cockpit/how-to/add-contact-points.mdx | 2 --
pages/cockpit/how-to/change-data-retention.mdx | 2 --
pages/cockpit/how-to/configure-alerts-for-scw-resources.mdx | 2 --
pages/cockpit/how-to/create-external-data-sources.mdx | 2 --
pages/cockpit/how-to/create-token.mdx | 2 --
pages/cockpit/how-to/delete-external-data-sources.mdx | 2 --
pages/cockpit/how-to/enable-alert-manager.mdx | 2 --
pages/cockpit/how-to/federate-scaleway-metrics.mdx | 2 --
pages/cockpit/how-to/retrieve-grafana-credentials.mdx | 2 --
pages/cockpit/how-to/send-logs-from-k8s-to-cockpit.mdx | 2 --
pages/cockpit/how-to/send-metrics-from-k8s-to-cockpit.mdx | 2 --
pages/cockpit/how-to/send-metrics-logs-to-cockpit.mdx | 2 --
pages/cockpit/how-to/send-metrics-with-grafana-alloy.mdx | 2 --
pages/cockpit/quickstart.mdx | 2 --
pages/cockpit/reference-content/cockpit-limitations.mdx | 2 --
.../cockpit/reference-content/cockpit-supported-endpoints.mdx | 2 --
.../cockpit/reference-content/understanding-cockpit-usage.mdx | 2 --
pages/cockpit/troubleshooting/index.mdx | 2 --
.../pusher-does-not-support-custom-http-headers.mdx | 2 --
.../resetting-grafana-password-via-the-api.mdx | 2 --
.../troubleshooting/synchronize-grafana-data-sources.mdx | 2 --
pages/container-registry/concepts.mdx | 2 --
pages/container-registry/how-to/connect-docker-cli.mdx | 2 --
pages/container-registry/how-to/create-namespace.mdx | 2 --
pages/container-registry/how-to/delete-image.mdx | 2 --
pages/container-registry/how-to/delete-namespace.mdx | 2 --
pages/container-registry/how-to/display-image-versions.mdx | 2 --
.../how-to/manage-image-privacy-settings.mdx | 2 --
.../how-to/manage-namespace-privacy-policies.mdx | 2 --
pages/container-registry/how-to/pull-images.mdx | 2 --
pages/container-registry/how-to/push-images.mdx | 2 --
pages/container-registry/quickstart.mdx | 2 --
...ommon-errors-when-pushing-images-to-container-registry.mdx | 2 --
pages/container-registry/troubleshooting/index.mdx | 2 --
pages/cpanel-hosting/quickstart.mdx | 2 --
pages/cpanel-hosting/reference-content.mdx | 2 --
pages/data-lab/concepts.mdx | 2 --
pages/data-lab/how-to/connect-to-data-lab.mdx | 3 ---
pages/data-lab/how-to/create-data-lab.mdx | 3 ---
pages/data-lab/how-to/manage-delete-data-lab.mdx | 3 ---
pages/data-lab/quickstart.mdx | 3 ---
pages/data-lab/troubleshooting/cannot-run-data-lab.mdx | 2 --
pages/data-warehouse/concepts.mdx | 2 --
pages/data-warehouse/how-to/connect-applications.mdx | 2 --
pages/data-warehouse/how-to/connect-bi-tools.mdx | 2 --
pages/data-warehouse/how-to/create-deployment.mdx | 2 --
pages/data-warehouse/how-to/edit-autoscaling.mdx | 2 --
pages/data-warehouse/how-to/import-data.mdx | 2 --
pages/data-warehouse/how-to/manage-databases.mdx | 2 --
pages/data-warehouse/how-to/manage-delete-deployment.mdx | 2 --
pages/data-warehouse/how-to/manage-users.mdx | 2 --
pages/data-warehouse/quickstart.mdx | 2 --
pages/data-warehouse/reference-content/example-datasets.mdx | 2 --
pages/dedibox-account/concepts.mdx | 2 --
pages/dedibox-account/how-to/accept-outsourcing.mdx | 2 --
pages/dedibox-account/how-to/add-payment-method.mdx | 2 --
pages/dedibox-account/how-to/contact-support.mdx | 2 --
pages/dedibox-account/how-to/create-a-dedibox-account.mdx | 2 --
.../how-to/disable-two-factor-authentication.mdx | 2 --
.../how-to/enable-two-factor-authentication.mdx | 2 --
pages/dedibox-account/how-to/manage-data-settings.mdx | 2 --
pages/dedibox-account/how-to/outsource-dedibox.mdx | 2 --
pages/dedibox-account/how-to/outsource-failover-ip.mdx | 2 --
pages/dedibox-account/how-to/recover-password-lost-email.mdx | 2 --
pages/dedibox-account/how-to/report-incident.mdx | 2 --
pages/dedibox-account/how-to/resolve-abuse.mdx | 2 --
pages/dedibox-account/how-to/revoke-outsourcing.mdx | 2 --
pages/dedibox-account/how-to/update-email.mdx | 2 --
pages/dedibox-account/how-to/update-password.mdx | 2 --
pages/dedibox-account/how-to/upload-an-ssh-key.mdx | 2 --
pages/dedibox-account/quickstart.mdx | 2 --
pages/dedibox-dns/concepts.mdx | 2 --
pages/dedibox-dns/how-to/add-dns-delegation.mdx | 2 --
pages/dedibox-dns/how-to/configure-reverse-dns.mdx | 2 --
pages/dedibox-dns/how-to/configure-secondary-dns.mdx | 2 --
pages/dedibox-domains/concepts.mdx | 2 --
pages/dedibox-domains/how-to/enable-dnssec.mdx | 2 --
pages/dedibox-domains/how-to/file-contact-info.mdx | 2 --
pages/dedibox-domains/how-to/manage-dns-servers.mdx | 2 --
pages/dedibox-domains/how-to/manage-dns-zones.mdx | 2 --
pages/dedibox-domains/how-to/purchase-domain.mdx | 2 --
pages/dedibox-domains/how-to/renew-domain.mdx | 2 --
pages/dedibox-domains/how-to/transfer-domain.mdx | 2 --
pages/dedibox-domains/how-to/validate-waps-info.mdx | 2 --
pages/dedibox-domains/quickstart.mdx | 2 --
pages/dedibox-hardware/concepts.mdx | 2 --
pages/dedibox-hardware/how-to/configure-dell-perc-h200.mdx | 2 --
.../configure-dell-perc-h310-h700-h710-h730p-lsi9361.mdx | 2 --
.../how-to/configure-hardware-raid-console.mdx | 2 --
pages/dedibox-hardware/how-to/configure-hp-smart-array.mdx | 2 --
pages/dedibox-hardware/how-to/configure-raid-kvm-h200.mdx | 2 --
pages/dedibox-hardware/how-to/configure-raid-kvm-h310.mdx | 2 --
pages/dedibox-hardware/how-to/configure-raid-kvm-p410.mdx | 2 --
pages/dedibox-hardware/how-to/configure-raid-kvm-p420.mdx | 2 --
.../reference-content/server-comparison-table.mdx | 2 --
.../troubleshooting/diagnose-defective-disk.mdx | 2 --
pages/dedibox-hardware/troubleshooting/index.mdx | 2 --
pages/dedibox-ip-failover/concepts.mdx | 2 --
pages/dedibox-ip-failover/how-to/assign-failover-ip.mdx | 2 --
pages/dedibox-ip-failover/how-to/configure-centos.mdx | 2 --
pages/dedibox-ip-failover/how-to/configure-debian-ubuntu.mdx | 2 --
pages/dedibox-ip-failover/how-to/configure-freebsd.mdx | 2 --
.../how-to/configure-multiip-virtualmac.mdx | 2 --
.../how-to/configure-network-virtual-machine.mdx | 2 --
pages/dedibox-ip-failover/how-to/configure-reverse-dns.mdx | 2 --
pages/dedibox-ip-failover/how-to/configure-windows.mdx | 2 --
pages/dedibox-ip-failover/how-to/create-virtual-mac.mdx | 2 --
pages/dedibox-ip-failover/how-to/order-failover-ip.mdx | 2 --
pages/dedibox-ip-failover/quickstart.mdx | 2 --
pages/dedibox-ipv6/concepts.mdx | 2 --
pages/dedibox-ipv6/how-to/configure-ipv6-linux.mdx | 2 --
pages/dedibox-ipv6/how-to/configure-ipv6-windows.mdx | 2 --
pages/dedibox-ipv6/how-to/create-subnet.mdx | 2 --
pages/dedibox-ipv6/how-to/debug-ipv6.mdx | 2 --
pages/dedibox-ipv6/how-to/enable-ipv6-slaac.mdx | 2 --
pages/dedibox-ipv6/how-to/request-prefix.mdx | 2 --
pages/dedibox-ipv6/quickstart.mdx | 2 --
pages/dedibox-kvm-over-ip/concepts.mdx | 2 --
pages/dedibox-kvm-over-ip/how-to/dell-idrac6.mdx | 2 --
pages/dedibox-kvm-over-ip/how-to/dell-idrac7.mdx | 2 --
pages/dedibox-kvm-over-ip/how-to/dell-idrac8.mdx | 2 --
pages/dedibox-kvm-over-ip/how-to/dell-idrac9.mdx | 2 --
.../dedibox-kvm-over-ip/how-to/disable-boot-errors-idrac.mdx | 2 --
pages/dedibox-kvm-over-ip/how-to/hp-ilo.mdx | 2 --
pages/dedibox-kvm-over-ip/how-to/quanta-computer.mdx | 2 --
pages/dedibox-kvm-over-ip/how-to/quantaplex.mdx | 2 --
pages/dedibox-kvm-over-ip/how-to/supermicro.mdx | 2 --
pages/dedibox-kvm-over-ip/how-to/understanding-bmc.mdx | 2 --
pages/dedibox-kvm-over-ip/quickstart.mdx | 2 --
pages/dedibox-network/how-to/configure-network-netplan.mdx | 2 --
pages/dedibox-network/how-to/subscribe-to-jmrp.mdx | 2 --
pages/dedibox-network/reference-content/anti-ddos.mdx | 2 --
pages/dedibox-network/troubleshooting/index.mdx | 2 --
.../troubleshooting/network-troubleshooting.mdx | 2 --
pages/dedibox-rpn/concepts.mdx | 2 --
pages/dedibox-rpn/how-to/configure-jumboframes.mdx | 2 --
pages/dedibox-rpn/how-to/configure-rpnv1-gateway.mdx | 2 --
pages/dedibox-rpn/how-to/configure-rpnv1.mdx | 2 --
pages/dedibox-rpn/how-to/configure-rpnv2.mdx | 2 --
pages/dedibox-rpn/how-to/connect-rpn-san-windows.mdx | 2 --
pages/dedibox-rpn/how-to/connect-rpn-san.mdx | 2 --
pages/dedibox-rpn/how-to/find-rpn-gateway.mdx | 2 --
pages/dedibox-rpn/how-to/mount-rpn-san-linux.mdx | 2 --
pages/dedibox-rpn/how-to/use-rpn-san-esxi-v7.mdx | 2 --
pages/dedibox-rpn/how-to/use-rpn-san-esxi.mdx | 2 --
pages/dedibox-rpn/how-to/use-rpn-san-proxmox.mdx | 2 --
pages/dedibox-rpn/how-to/use-rpn-vpn.mdx | 2 --
pages/dedibox-rpn/quickstart.mdx | 2 --
.../reference-content/private-networks-overview.mdx | 2 --
pages/dedibox-scaleway/concepts.mdx | 2 --
.../dedibox-scaleway/reference-content/dedibox-datasheet.mdx | 2 --
pages/dedibox-vps/concepts.mdx | 2 --
pages/dedibox-vps/how-to/connect-vps.mdx | 2 --
pages/dedibox-vps/how-to/create-vps.mdx | 2 --
pages/dedibox-vps/how-to/delete-vps.mdx | 2 --
pages/dedibox-vps/how-to/manage-vps.mdx | 2 --
pages/dedibox-vps/how-to/reinstall-vps.mdx | 2 --
pages/dedibox-vps/quickstart.mdx | 2 --
pages/dedibox/concepts.mdx | 2 --
pages/dedibox/how-to/change-root-password.mdx | 2 --
pages/dedibox/how-to/change-win-server-language.mdx | 2 --
pages/dedibox/how-to/connect-to-server.mdx | 2 --
pages/dedibox/how-to/get-started-with-server.mdx | 2 --
pages/dedibox/how-to/install-a-server.mdx | 2 --
pages/dedibox/how-to/manage-packages.mdx | 2 --
pages/dedibox/how-to/migrate-server.mdx | 2 --
pages/dedibox/how-to/monitor-server.mdx | 2 --
pages/dedibox/how-to/order-a-server.mdx | 2 --
pages/dedibox/how-to/rescue-your-data.mdx | 2 --
pages/dedibox/how-to/restart-server.mdx | 2 --
pages/dedibox/how-to/terminate-dedibox-server.mdx | 2 --
pages/dedibox/how-to/use-dedibackup-ftp-backup.mdx | 2 --
pages/dedibox/how-to/use-ipmi-on-server.mdx | 2 --
pages/dedibox/how-to/use-rescue-mode.mdx | 2 --
pages/dedibox/how-to/use-serial-console.mdx | 2 --
pages/dedibox/quickstart.mdx | 2 --
pages/dedibox/reference-content/basic-linux-commands.mdx | 2 --
pages/domains-and-dns/concepts.mdx | 2 --
pages/domains-and-dns/how-to/add-external-domain.mdx | 2 --
pages/domains-and-dns/how-to/configure-autorenew.mdx | 2 --
pages/domains-and-dns/how-to/configure-dns-zones.mdx | 2 --
.../how-to/configure-dnssec-internal-domain.mdx | 2 --
pages/domains-and-dns/how-to/delete-external-domain.mdx | 2 --
pages/domains-and-dns/how-to/lock-domain.mdx | 2 --
pages/domains-and-dns/how-to/manage-dns-records.mdx | 2 --
pages/domains-and-dns/how-to/manage-external-domain.mdx | 2 --
.../how-to/manage-nameservers-internal-domain.mdx | 2 --
pages/domains-and-dns/how-to/register-internal-domain.mdx | 2 --
pages/domains-and-dns/how-to/renew-domain.mdx | 2 --
pages/domains-and-dns/how-to/test-dns-zones-with-dig.mdx | 2 --
pages/domains-and-dns/how-to/trade-domain.mdx | 2 --
pages/domains-and-dns/how-to/transfer-external-domain.mdx | 2 --
pages/domains-and-dns/how-to/unlock-internal-domain.mdx | 2 --
pages/domains-and-dns/quickstart.mdx | 2 --
.../reference-content/understanding-dns-records.mdx | 2 --
.../reference-content/understanding-domains-and-dns.mdx | 2 --
.../troubleshooting/cannot-transfer-domain.mdx | 2 --
pages/domains-and-dns/troubleshooting/index.mdx | 2 --
pages/edge-services/concepts.mdx | 2 --
pages/edge-services/how-to/configure-cache.mdx | 2 --
pages/edge-services/how-to/configure-custom-domain.mdx | 2 --
pages/edge-services/how-to/configure-waf.mdx | 2 --
pages/edge-services/how-to/create-pipeline-bucket.mdx | 2 --
pages/edge-services/how-to/create-pipeline-lb.mdx | 2 --
pages/edge-services/how-to/delete-pipeline.mdx | 2 --
pages/edge-services/how-to/monitor-cockpit.mdx | 2 --
pages/edge-services/how-to/subscribe-edge-services.mdx | 2 --
pages/edge-services/how-to/terminate-edge-services.mdx | 2 --
pages/edge-services/quickstart.mdx | 2 --
pages/edge-services/reference-content/cname-record.mdx | 2 --
pages/edge-services/reference-content/ssl-tls-certificate.mdx | 2 --
pages/edge-services/reference-content/understanding-ga.mdx | 2 --
.../edge-services/reference-content/understanding-pricing.mdx | 2 --
pages/edge-services/reference-content/understanding-waf.mdx | 2 --
pages/edge-services/troubleshooting/certificate-errors.mdx | 2 --
pages/edge-services/troubleshooting/cname-errors.mdx | 2 --
pages/edge-services/troubleshooting/index.mdx | 2 --
pages/elastic-metal/api-cli/elastic-metal-with-api.mdx | 3 ---
pages/elastic-metal/api-cli/elastic-metal-with-cli.mdx | 2 --
pages/elastic-metal/concepts.mdx | 3 ---
pages/elastic-metal/how-to/activate-remote-access.mdx | 2 --
pages/elastic-metal/how-to/add-virtual-mac-address.mdx | 2 --
pages/elastic-metal/how-to/attach-detach-flexible-ip.mdx | 2 --
pages/elastic-metal/how-to/change-billing-period.mdx | 2 --
pages/elastic-metal/how-to/configure-disk-partitions.mdx | 2 --
pages/elastic-metal/how-to/configure-flexible-ip.mdx | 2 --
pages/elastic-metal/how-to/configure-flexible-ipv6.mdx | 2 --
pages/elastic-metal/how-to/configure-ipv6-hypervisor.mdx | 2 --
.../how-to/configure-reverse-dns-flexible-ip.mdx | 2 --
pages/elastic-metal/how-to/connect-to-server.mdx | 2 --
pages/elastic-metal/how-to/create-server.mdx | 2 --
pages/elastic-metal/how-to/create-virtual-mac-group.mdx | 2 --
pages/elastic-metal/how-to/delete-server.mdx | 2 --
pages/elastic-metal/how-to/enable-smtp.mdx | 2 --
pages/elastic-metal/how-to/get-use-loyalty-reward.mdx | 2 --
pages/elastic-metal/how-to/install-server.mdx | 2 --
pages/elastic-metal/how-to/kubernetes-on-riscv.mdx | 2 --
pages/elastic-metal/how-to/order-flexible-ip.mdx | 2 --
pages/elastic-metal/how-to/reboot-server.mdx | 2 --
pages/elastic-metal/how-to/reinstall-server.mdx | 2 --
pages/elastic-metal/how-to/send-metrics-logs-to-cockpit.mdx | 2 --
pages/elastic-metal/how-to/shutdown-server.mdx | 2 --
pages/elastic-metal/how-to/use-private-networks.mdx | 2 --
pages/elastic-metal/how-to/use-rescue-mode.mdx | 2 --
pages/elastic-metal/how-to/view-the-event-logs.mdx | 2 --
pages/elastic-metal/quickstart.mdx | 2 --
.../reference-content/elastic-metal-datasheet.mdx | 2 --
.../reference-content/elastic-metal-networking.mdx | 2 --
.../reference-content/elastic-metal-rv1-guidelines.mdx | 2 --
.../reference-content/elastic-metal-stock-levels.mdx | 2 --
pages/elastic-metal/reference-content/end-of-support-esxi.mdx | 2 --
.../reference-content/shared-responsibility-model.mdx | 2 --
.../enable-ssh-virtualization-distribution.mdx | 3 ---
pages/elastic-metal/troubleshooting/index.mdx | 2 --
.../troubleshooting/replace-failed-drive-software-raid.mdx | 3 ---
.../troubleshooting/reset-admin-password-windows-server.mdx | 3 ---
.../troubleshooting/troubleshoot-access-issues.mdx | 2 --
.../troubleshooting/troubleshoot-installation.mdx | 2 --
.../troubleshooting/troubleshoot-remote-access-issues.mdx | 2 --
.../troubleshooting/troubleshoot-rescue-your-data.mdx | 3 ---
.../elastic-metal/troubleshooting/troubleshoot-ssh-issues.mdx | 2 --
.../additional-content/bare-metal-env-footprint.mdx | 3 ---
.../additional-content/block-storage-env-footprint.mdx | 3 ---
.../additional-content/calculation-values-reference.mdx | 3 ---
.../environmental-footprint-calculator-estimation.mdx | 2 --
.../additional-content/environmental-footprint-calculator.mdx | 2 --
.../environmental-footprint-integration.mdx | 2 --
.../additional-content/instances-env-footprint.mdx | 3 ---
.../how-to/track-monthly-footprint.mdx | 2 --
pages/generative-apis/concepts.mdx | 2 --
pages/generative-apis/quickstart.mdx | 2 --
pages/generative-apis/troubleshooting/index.mdx | 2 --
pages/gpu/concepts.mdx | 2 --
pages/gpu/how-to/create-manage-gpu-instance.mdx | 2 --
pages/gpu/how-to/use-gpu-with-docker.mdx | 2 --
pages/gpu/how-to/use-mig-with-kubernetes.mdx | 2 --
pages/gpu/how-to/use-nvidia-mig-technology.mdx | 2 --
pages/gpu/how-to/use-pipenv.mdx | 2 --
pages/gpu/how-to/use-preinstalled-env.mdx | 2 --
pages/gpu/how-to/use-scratch-storage-h100-instances.mdx | 2 --
pages/gpu/quickstart.mdx | 2 --
pages/gpu/reference-content/choosing-gpu-instance-type.mdx | 2 --
pages/gpu/reference-content/docker-images.mdx | 2 --
.../reference-content/gpu-instances-bandwidth-overview.mdx | 2 --
pages/gpu/reference-content/kubernetes-gpu-time-slicing.mdx | 2 --
pages/gpu/reference-content/understanding-nvidia-fp8.mdx | 2 --
pages/gpu/reference-content/understanding-nvidia-nemo.mdx | 2 --
pages/gpu/reference-content/understanding-nvidia-ngc.mdx | 2 --
pages/gpu/reference-content/understanding-nvidia-nvlink.mdx | 2 --
pages/gpu/reference-content/understanding-nvidia-tao.mdx | 2 --
pages/gpu/troubleshooting/fix-driver-issues.mdx | 2 --
pages/gpu/troubleshooting/index.mdx | 2 --
pages/gpu/troubleshooting/install-nvidia-drivers-ubuntu.mdx | 2 --
.../troubleshooting/updating-gpu-instance-with-cloud-init.mdx | 2 --
pages/iam/api-cli/using-api-key-object-storage.mdx | 2 --
pages/iam/how-to/enforce-security-requirements-members.mdx | 2 --
pages/iam/reference-content/auto-generated-iam-resources.mdx | 2 --
pages/iam/reference-content/guests-to-members-migration.mdx | 3 ---
pages/iam/reference-content/overview.mdx | 3 ---
pages/iam/reference-content/policy.mdx | 3 ---
.../reference-content/reproduce-roles-project-api-keys.mdx | 3 ---
.../iam/reference-content/understanding-policy-conditions.mdx | 3 ---
pages/iam/troubleshooting/cannot-use-resources.mdx | 2 --
pages/iam/troubleshooting/index.mdx | 2 --
pages/instances/api-cli/attaching-a-volume.mdx | 3 ---
pages/instances/api-cli/cli-cheatsheet.mdx | 2 --
pages/instances/api-cli/creating-a-volume.mdx | 3 ---
pages/instances/api-cli/creating-backups.mdx | 2 --
.../api-cli/creating-managing-instances-with-cliv2.mdx | 2 --
pages/instances/api-cli/detaching-a-volume.mdx | 3 ---
pages/instances/api-cli/increasing-volume-size.mdx | 3 ---
.../instances/api-cli/managing-instance-snapshot-via-cli.mdx | 2 --
pages/instances/api-cli/migrating-instances.mdx | 2 --
pages/instances/api-cli/snapshot-import-export-feature.mdx | 2 --
pages/instances/api-cli/using-cloud-init.mdx | 2 --
pages/instances/api-cli/using-placement-groups.mdx | 2 --
pages/instances/api-cli/using-routed-ips.mdx | 2 --
pages/instances/concepts.mdx | 2 --
pages/instances/how-to/configure-reverse-dns.mdx | 2 --
pages/instances/how-to/connect-to-instance.mdx | 2 --
pages/instances/how-to/create-a-backup.mdx | 2 --
pages/instances/how-to/create-an-instance.mdx | 2 --
pages/instances/how-to/create-image-from-snapshot.mdx | 2 --
pages/instances/how-to/delete-instance.mdx | 2 --
pages/instances/how-to/enable-openssh-windows.mdx | 3 ---
pages/instances/how-to/manage-storage.mdx | 2 --
pages/instances/how-to/migrate-instances.mdx | 2 --
pages/instances/how-to/migrate-local-storage-to-sbs.mdx | 2 --
pages/instances/how-to/migrate-volumes-snapshots-to-sbs.mdx | 2 --
pages/instances/how-to/power-off-instance.mdx | 2 --
pages/instances/how-to/resize-instances.mdx | 2 --
pages/instances/how-to/send-emails-from-your-instance.mdx | 2 --
pages/instances/how-to/snapshot-import-export-feature.mdx | 2 --
pages/instances/how-to/use-boot-modes.mdx | 2 --
pages/instances/how-to/use-flexips.mdx | 2 --
pages/instances/how-to/use-placement-groups.mdx | 2 --
pages/instances/how-to/use-private-networks.mdx | 2 --
pages/instances/how-to/use-protected-instance.mdx | 2 --
pages/instances/how-to/use-security-groups.mdx | 2 --
pages/instances/how-to/use-serial-console.mdx | 2 --
pages/instances/how-to/use-standby-mode.mdx | 2 --
pages/instances/quickstart.mdx | 2 --
.../add-instance-specific-ssh-keys-using-tags.mdx | 2 --
pages/instances/reference-content/choosing-instance-type.mdx | 2 --
.../reference-content/choosing-shared-vs-dedicated-cpus.mdx | 2 --
.../comaptibility-scw-os-images-flexible-ip.mdx | 2 --
pages/instances/reference-content/cost-optimized.mdx | 2 --
pages/instances/reference-content/identify-devices.mdx | 2 --
pages/instances/reference-content/images-and-instantapps.mdx | 2 --
.../reference-content/instances-bandwidth-overview.mdx | 2 --
pages/instances/reference-content/instances-datasheet.mdx | 2 --
pages/instances/reference-content/learning.mdx | 2 --
.../reference-content/manual-configuration-private-ips.mdx | 2 --
.../reference-content/migrating-vms-vmware-scaleway.mdx | 2 --
.../instances/reference-content/preventing-outgoing-ddos.mdx | 2 --
pages/instances/reference-content/production-optimized.mdx | 2 --
.../understanding-automatic-network-hot-reconfiguration.mdx | 2 --
.../reference-content/understanding-differences-x86-arm.mdx | 2 --
.../reference-content/understanding-instance-pricing.mdx | 2 --
.../reference-content/understanding-qemu-guest-agent.mdx | 2 --
pages/instances/reference-content/workload-optimized.mdx | 2 --
pages/instances/troubleshooting/bootscript-eol.mdx | 2 --
pages/instances/troubleshooting/cant-connect-ssh.mdx | 2 --
.../cant-connect-to-instance-with-pn-gateway.mdx | 2 --
pages/instances/troubleshooting/change-rescue-mode.mdx | 2 --
.../fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip.mdx | 2 --
pages/instances/troubleshooting/fix-cloud-init-debian12.mdx | 2 --
pages/instances/troubleshooting/fix-common-issues.mdx | 2 --
.../fix-dns-routed-ipv6-only-debian-bullseye.mdx | 2 --
.../fix-error-message-in-scw-fetch-ssh-keys.mdx | 2 --
.../fix-long-delays-booting-without-public-ip.mdx | 2 --
.../fix-lost-ip-connectivity-on-debian-buster.mdx | 2 --
.../troubleshooting/fix-noble-wrong-ppa-configuration.mdx | 2 --
.../fix-unreachable-focal-with-two-public-ips.mdx | 2 --
.../fix-unreachable-ipv6-rhel-based-instance.mdx | 2 --
.../troubleshooting/fix-unreachable-noble-after-reboot.mdx | 2 --
pages/instances/troubleshooting/index.mdx | 2 --
pages/instances/troubleshooting/reboot-from-faulty-kernel.mdx | 2 --
pages/interlink/concepts.mdx | 2 --
pages/interlink/how-to/complete-provisioning.mdx | 2 --
pages/interlink/how-to/configure-interlink.mdx | 2 --
pages/interlink/how-to/create-routing-policy.mdx | 2 --
pages/interlink/how-to/delete-interlink.mdx | 2 --
pages/interlink/how-to/order-interlink.mdx | 2 --
pages/interlink/quickstart.mdx | 2 --
pages/interlink/reference-content/bgp-communities.mdx | 3 ---
pages/interlink/reference-content/configuring.mdx | 3 ---
pages/interlink/reference-content/overview.mdx | 3 ---
pages/interlink/reference-content/provisioning.mdx | 3 ---
pages/interlink/reference-content/statuses.mdx | 3 ---
pages/iot-hub/api-cli/cli-db-tips-tricks.mdx | 2 --
pages/iot-hub/api-cli/getting-started-with-iot-hub-api.mdx | 2 --
pages/iot-hub/api-cli/getting-started-with-iot-hub-cli.mdx | 3 ---
pages/iot-hub/api-cli/iot-hub-routes.mdx | 2 --
pages/iot-hub/api-cli/migrating-from-api-v1beta1.mdx | 2 --
pages/iot-hub/concepts.mdx | 2 --
pages/iot-hub/how-to/add-device.mdx | 2 --
pages/iot-hub/how-to/change-plan.mdx | 2 --
pages/iot-hub/how-to/connect-default-mqtt-network.mdx | 2 --
pages/iot-hub/how-to/connect-default-websocket-network.mdx | 2 --
pages/iot-hub/how-to/create-hub.mdx | 2 --
pages/iot-hub/how-to/create-route.mdx | 2 --
pages/iot-hub/how-to/delete-device.mdx | 2 --
pages/iot-hub/how-to/delete-hub.mdx | 2 --
pages/iot-hub/how-to/delete-route.mdx | 2 --
pages/iot-hub/how-to/enable-auto-provisioning.mdx | 2 --
pages/iot-hub/how-to/enable-disable-hub.mdx | 2 --
pages/iot-hub/how-to/provide-own-certificate-authority.mdx | 2 --
pages/iot-hub/how-to/provide-own-device-certificate.mdx | 2 --
pages/iot-hub/how-to/renew-device-certificate.mdx | 2 --
pages/iot-hub/how-to/setup-use-rest-network.mdx | 2 --
pages/iot-hub/how-to/setup-use-sigfox-network.mdx | 2 --
pages/iot-hub/how-to/simulate-event.mdx | 2 --
pages/iot-hub/how-to/trigger-functions-from-messages.mdx | 2 --
pages/iot-hub/how-to/understand-event-messages.mdx | 2 --
pages/iot-hub/how-to/use-mqtt-webclient.mdx | 2 --
pages/iot-hub/how-to/view-metrics.mdx | 2 --
pages/iot-hub/quickstart.mdx | 2 --
pages/iot-hub/reference-content/certificate.mdx | 2 --
pages/iot-hub/reference-content/devices.mdx | 2 --
pages/iot-hub/reference-content/hubs.mdx | 2 --
pages/iot-hub/reference-content/networks.mdx | 2 --
pages/iot-hub/reference-content/overview.mdx | 2 --
pages/iot-hub/reference-content/routes.mdx | 2 --
pages/ipam/api-cli/set-ip-reverse.mdx | 2 --
pages/ipam/concepts.mdx | 2 --
pages/ipam/how-to/list-ips.mdx | 2 --
pages/ipam/how-to/manage-ips.mdx | 2 --
pages/ipam/how-to/reserve-ip.mdx | 2 --
pages/ipam/quickstart.mdx | 2 --
pages/ipam/reference-content/ipv6.mdx | 2 --
.../reference-content/public-connectivity-best-practices.mdx | 2 --
pages/ipam/reference-content/understanding-ip-billing.mdx | 2 --
pages/ipam/troubleshooting/cant-delete-pn-reserved-ip.mdx | 2 --
pages/ipam/troubleshooting/index.mdx | 2 --
.../reference-content/cryptographic-details-key-manager.mdx | 2 --
pages/kubernetes/api-cli/changing-control-plane-offer.mdx | 2 --
pages/kubernetes/api-cli/cluster-monitoring.mdx | 2 --
.../api-cli/creating-managing-kubernetes-lifecycle-cliv2.mdx | 2 --
pages/kubernetes/api-cli/external-secrets-kubernetes.mdx | 2 --
pages/kubernetes/api-cli/managing-storage.mdx | 2 --
pages/kubernetes/api-cli/managing-tags.mdx | 2 --
pages/kubernetes/concepts.mdx | 2 --
pages/kubernetes/how-to/access-audit-logs.mdx | 2 --
pages/kubernetes/how-to/access-kubernetes-dashboard.mdx | 2 --
pages/kubernetes/how-to/connect-cluster-kubectl.mdx | 2 --
pages/kubernetes/how-to/create-cluster.mdx | 2 --
pages/kubernetes/how-to/create-kosmos-cluster.mdx | 2 --
pages/kubernetes/how-to/delete-cluster.mdx | 2 --
.../how-to/deploy-image-from-container-registry.mdx | 2 --
pages/kubernetes/how-to/deploy-ingress-controller.mdx | 2 --
pages/kubernetes/how-to/deploy-x86-arm-images.mdx | 2 --
pages/kubernetes/how-to/edit-cluster.mdx | 2 --
pages/kubernetes/how-to/edit-kosmos-cluster.mdx | 2 --
pages/kubernetes/how-to/enable-disable-ssh.mdx | 2 --
pages/kubernetes/how-to/enable-easy-deploy.mdx | 2 --
pages/kubernetes/how-to/manage-allowed-ips.mdx | 2 --
pages/kubernetes/how-to/manage-node-pools.mdx | 2 --
pages/kubernetes/how-to/monitor-cluster.mdx | 2 --
pages/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx | 2 --
pages/kubernetes/how-to/recover-space-etcd.mdx | 2 --
pages/kubernetes/how-to/upgrade-kubernetes-version.mdx | 2 --
pages/kubernetes/how-to/use-nvidia-gpu-operator.mdx | 3 ---
pages/kubernetes/how-to/use-scratch-storage-h100.mdx | 3 ---
pages/kubernetes/quickstart.mdx | 2 --
pages/kubernetes/reference-content/exposing-services.mdx | 2 --
.../reference-content/introduction-to-kubernetes.mdx | 2 --
pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx | 2 --
.../reference-content/kubernetes-control-plane-offers.mdx | 2 --
.../kubernetes/reference-content/kubernetes-decision-tree.mdx | 2 --
.../kubernetes/reference-content/kubernetes-load-balancer.mdx | 2 --
pages/kubernetes/reference-content/lb-ingress-controller.mdx | 3 ---
.../managed-kubernetes-service-definition.mdx | 2 --
.../reference-content/managing-load-balancer-ips.mdx | 2 --
.../migrate-end-of-life-pools-to-newer-instances.mdx | 2 --
.../modifying-kernel-parameters-kubernetes-cluster.mdx | 2 --
pages/kubernetes/reference-content/multi-az-clusters.mdx | 2 --
.../reference-content/secure-cluster-with-private-network.mdx | 2 --
.../reference-content/security-group-management.mdx | 2 --
.../set-iam-permissions-and-implement-rbac.mdx | 2 --
.../understanding-differences-kapsule-kosmos.mdx | 2 --
.../reference-content/using-kapsule-autoheal-feature.mdx | 2 --
.../reference-content/using-load-balancer-annotations.mdx | 2 --
pages/kubernetes/reference-content/version-support-policy.mdx | 2 --
pages/kubernetes/reference-content/wildcard-dns.mdx | 2 --
.../troubleshooting/configuring-sql-storage-backend-helm.mdx | 2 --
.../troubleshooting/containers-not-starting-arm-instances.mdx | 2 --
pages/kubernetes/troubleshooting/index.mdx | 2 --
pages/kubernetes/videos.mdx | 2 --
pages/load-balancer/api-cli/configuring-balancing-rules.mdx | 2 --
pages/load-balancer/api-cli/setting-up-ssl-offloading.mdx | 2 --
pages/load-balancer/concepts.mdx | 2 --
pages/load-balancer/how-to/create-frontends-backends.mdx | 2 --
pages/load-balancer/how-to/create-load-balancer.mdx | 2 --
pages/load-balancer/how-to/create-manage-acls.mdx | 2 --
pages/load-balancer/how-to/create-manage-flex-ips.mdx | 2 --
pages/load-balancer/how-to/create-manage-routes.mdx | 2 --
pages/load-balancer/how-to/delete-load-balancer.mdx | 2 --
pages/load-balancer/how-to/manage-frontends-and-backends.mdx | 2 --
pages/load-balancer/how-to/monitor-lb-cockpit.mdx | 2 --
pages/load-balancer/how-to/resize-lb.mdx | 2 --
pages/load-balancer/how-to/set-up-s3-failover.mdx | 2 --
pages/load-balancer/how-to/use-edge-services.mdx | 2 --
pages/load-balancer/how-to/use-with-private-network.mdx | 2 --
pages/load-balancer/quickstart.mdx | 2 --
pages/load-balancer/reference-content/acls.mdx | 3 ---
.../load-balancer/reference-content/configuring-backends.mdx | 3 ---
.../load-balancer/reference-content/configuring-frontends.mdx | 3 ---
.../reference-content/configuring-health-checks.mdx | 3 ---
pages/load-balancer/reference-content/http2-http3.mdx | 3 ---
.../reference-content/kubernetes-load-balancer.mdx | 3 ---
.../reference-content/public-private-accessibility.mdx | 3 ---
.../load-balancer/reference-content/sni-route-deprecation.mdx | 3 ---
.../reference-content/ssl-bridging-offloading-passthrough.mdx | 3 ---
pages/load-balancer/troubleshooting/certificates.mdx | 2 --
pages/load-balancer/troubleshooting/configuration.mdx | 2 --
.../load-balancer/troubleshooting/http-connection-errors.mdx | 2 --
pages/load-balancer/troubleshooting/index.mdx | 2 --
pages/load-balancer/troubleshooting/k8s-errors.mdx | 2 --
.../troubleshooting/load-balancer-limitations.mdx | 2 --
pages/local-storage/concepts.mdx | 2 --
pages/local-storage/how-to/attach-volume.mdx | 3 ---
pages/local-storage/how-to/create-snapshot.mdx | 2 --
pages/local-storage/how-to/create-volume-from-snapshot.mdx | 3 ---
pages/local-storage/how-to/create-volume.mdx | 3 ---
pages/local-storage/how-to/delete-snapshot.mdx | 3 ---
pages/local-storage/how-to/delete-volume.mdx | 3 ---
pages/local-storage/how-to/detach-volume.mdx | 3 ---
pages/local-storage/quickstart.mdx | 3 ---
.../api-cli/migrating-endpoints.mdx | 3 ---
.../api-cli/pg-audit.mdx | 3 ---
.../api-cli/setting-up-encryption-at-rest.mdx | 3 ---
.../api-cli/using-pgcron.mdx | 3 ---
.../api-cli/verify-ca-postgresql.mdx | 2 --
pages/managed-databases-for-postgresql-and-mysql/concepts.mdx | 3 ---
.../how-to/add-a-database.mdx | 2 --
.../how-to/add-users.mdx | 3 ---
.../how-to/apply-maintenance.mdx | 3 ---
.../how-to/change-volume-type.mdx | 3 ---
.../how-to/clone-a-database-instance.mdx | 3 ---
.../how-to/configure-advanced-settings.mdx | 3 ---
.../how-to/connect-database-instance.mdx | 3 ---
.../how-to/connect-database-private-network.mdx | 3 ---
.../how-to/create-a-database.mdx | 3 ---
.../how-to/create-read-replica.mdx | 3 ---
.../how-to/delete-a-database.mdx | 3 ---
.../how-to/delete-db.mdx | 2 --
.../how-to/enable-autobackup.mdx | 3 ---
.../how-to/enable-high-availability.mdx | 3 ---
.../how-to/manage-allowed-ip-addresses.mdx | 3 ---
.../how-to/manage-manual-backups.mdx | 3 ---
.../how-to/manage-permissions.mdx | 3 ---
.../how-to/manage-read-replica.mdx | 3 ---
.../how-to/manage-snapshots.mdx | 3 ---
.../how-to/monitor-databases-cockpit.mdx | 3 ---
.../how-to/remove-public-endpoint.mdx | 3 ---
.../how-to/renew-tls-certificate.mdx | 3 ---
.../how-to/upgrade-a-database.mdx | 3 ---
.../how-to/upgrade-version.mdx | 3 ---
.../managed-databases-for-postgresql-and-mysql/quickstart.mdx | 3 ---
.../reference-content/autohealing.mdx | 3 ---
.../encryption-at-rest-performance-benchmark.mdx | 3 ---
.../reference-content/migrating-databases.mdx | 2 --
.../reference-content/pg-version-updates.mdx | 3 ---
.../reference-content/postgresql-extensions.mdx | 3 ---
.../reference-content/security-and-reliability.mdx | 3 ---
.../troubleshooting/database-instance-connectivity-issues.mdx | 3 ---
.../troubleshooting/database-instance-performance-issues.mdx | 3 ---
.../troubleshooting/database-instance-unavailable.mdx | 3 ---
.../troubleshooting/disk-full.mdx | 3 ---
.../troubleshooting/extension-errors.mdx | 3 ---
.../troubleshooting/index.mdx | 2 --
.../api-cli/managing-username-and-password.mdx | 3 ---
.../api-cli/using-pub-sub-feature.mdx | 3 ---
pages/managed-databases-for-redis/concepts.mdx | 3 ---
.../how-to/configure-advanced-settings-redis.mdx | 3 ---
.../how-to/connect-to-redis-database-instance.mdx | 3 ---
.../how-to/create-a-database-for-redis.mdx | 3 ---
.../how-to/delete-a-database-for-redis.mdx | 3 ---
.../how-to/manage-allowed-ip-addresses-redis.mdx | 3 ---
.../how-to/monitor-redis-databases-cockpit.mdx | 3 ---
.../how-to/scale-up-a-database-for-redis.mdx | 3 ---
pages/managed-databases-for-redis/quickstart.mdx | 3 ---
.../reference-content/default-user-permissions.mdx | 3 ---
.../reference-content/ensuring-data-persistence.mdx | 3 ---
.../troubleshooting/database-instance-connectivity-issues.mdx | 3 ---
.../troubleshooting/database-instance-performance-issues.mdx | 3 ---
.../troubleshooting/database-instance-unavailable.mdx | 3 ---
pages/managed-databases-for-redis/troubleshooting/index.mdx | 2 --
pages/managed-inference/concepts.mdx | 2 --
pages/managed-inference/how-to/configure-autoscaling.mdx | 2 --
pages/managed-inference/how-to/delete-deployment.mdx | 2 --
pages/managed-inference/how-to/import-custom-model.mdx | 2 --
pages/managed-inference/how-to/manage-allowed-ips.mdx | 2 --
.../how-to/managed-inference-with-private-network.mdx | 2 --
pages/managed-inference/how-to/monitor-deployment.mdx | 2 --
pages/managed-inference/quickstart.mdx | 2 --
.../data-privacy-security-scaleway-ai-services.mdx | 2 --
.../reference-content/function-calling-support.mdx | 2 --
pages/managed-inference/reference-content/model-catalog.mdx | 2 --
.../reference-content/openai-compatibility.mdx | 2 --
.../managed-inference/reference-content/supported-models.mdx | 2 --
.../additional-content/migrating-to-managed-mongodb.mdx | 3 ---
.../managed-mongodb-databases/api-cli/backup-and-restore.mdx | 3 ---
.../api-cli/cluster-to-cluster-sync.mdx | 3 ---
pages/managed-mongodb-databases/concepts.mdx | 2 --
.../how-to/connect-database-instance.mdx | 2 --
.../how-to/connect-database-private-network.mdx | 3 ---
.../how-to/create-a-database-instance.mdx | 2 --
.../how-to/delete-a-database-instance.mdx | 2 --
pages/managed-mongodb-databases/how-to/increase-volume.mdx | 2 --
pages/managed-mongodb-databases/how-to/manage-snapshots.mdx | 2 --
pages/managed-mongodb-databases/how-to/manage-users.mdx | 2 --
pages/managed-mongodb-databases/quickstart.mdx | 2 --
pages/nats/api-cli/nats-cli.mdx | 3 ---
pages/nats/concepts.mdx | 3 ---
pages/nats/how-to/create-account.mdx | 3 ---
pages/nats/how-to/create-credentials.mdx | 3 ---
pages/nats/how-to/delete-account.mdx | 3 ---
pages/nats/how-to/manage-credentials.mdx | 3 ---
pages/nats/how-to/monitor-nats-cockpit.mdx | 3 ---
pages/nats/quickstart.mdx | 3 ---
pages/nats/reference-content/limitations.mdx | 3 ---
pages/nats/reference-content/nats-overview.mdx | 3 ---
pages/nats/troubleshooting/cant-delete-namespace.mdx | 2 --
pages/nats/troubleshooting/index.mdx | 2 --
pages/nats/troubleshooting/nats-message-counting.mdx | 2 --
pages/object-storage/api-cli/bucket-operations.mdx | 3 ---
pages/object-storage/api-cli/bucket-policy.mdx | 3 ---
pages/object-storage/api-cli/bucket-website-api.mdx | 3 ---
.../api-cli/combining-iam-and-object-storage.mdx | 3 ---
pages/object-storage/api-cli/common-operations.mdx | 3 ---
pages/object-storage/api-cli/create-bucket-policy.mdx | 2 --
pages/object-storage/api-cli/enable-sse-c.mdx | 3 ---
pages/object-storage/api-cli/generate-aws4-auth-signature.mdx | 3 ---
pages/object-storage/api-cli/installing-minio-client.mdx | 3 ---
pages/object-storage/api-cli/installing-rclone.mdx | 3 ---
pages/object-storage/api-cli/lifecycle-rules-api.mdx | 3 ---
pages/object-storage/api-cli/manage-bucket-permissions-ip.mdx | 3 ---
pages/object-storage/api-cli/managing-lifecycle-cliv2.mdx | 3 ---
pages/object-storage/api-cli/migrating-buckets.mdx | 3 ---
pages/object-storage/api-cli/multipart-uploads.mdx | 3 ---
pages/object-storage/api-cli/object-lock.mdx | 3 ---
pages/object-storage/api-cli/object-operations.mdx | 3 ---
pages/object-storage/api-cli/object-storage-aws-cli.mdx | 3 ---
pages/object-storage/api-cli/post-object.mdx | 3 ---
pages/object-storage/api-cli/setting-cors-rules.mdx | 3 ---
pages/object-storage/api-cli/using-api-call-list.mdx | 3 ---
pages/object-storage/concepts.mdx | 3 ---
pages/object-storage/how-to/abort-incomplete-mpu.mdx | 3 ---
pages/object-storage/how-to/access-objects-via-https.mdx | 3 ---
pages/object-storage/how-to/create-a-bucket.mdx | 3 ---
pages/object-storage/how-to/create-bucket-policy.mdx | 3 ---
pages/object-storage/how-to/delete-a-bucket.mdx | 3 ---
pages/object-storage/how-to/delete-an-object.mdx | 3 ---
pages/object-storage/how-to/download-files-from-a-bucket.mdx | 3 ---
pages/object-storage/how-to/edit-storage-class.mdx | 3 ---
pages/object-storage/how-to/get-started-edge-services.mdx | 3 ---
pages/object-storage/how-to/manage-lifecycle-rules.mdx | 3 ---
pages/object-storage/how-to/manage-object-visibility.mdx | 3 ---
pages/object-storage/how-to/monitor-consumption.mdx | 3 ---
.../object-storage/how-to/restore-an-object-from-glacier.mdx | 3 ---
pages/object-storage/how-to/upload-files-into-a-bucket.mdx | 3 ---
pages/object-storage/how-to/use-bucket-versioning.mdx | 3 ---
pages/object-storage/how-to/use-bucket-website.mdx | 3 ---
.../how-to/use-obj-stor-with-private-networks.mdx | 3 ---
pages/object-storage/quickstart.mdx | 3 ---
pages/object-storage/reference-content/cname-record.mdx | 2 --
.../reference-content/optimize-object-storage-performance.mdx | 3 ---
.../reference-content/s3-iam-permissions-equivalence.mdx | 3 ---
.../object-storage/reference-content/ssl-tls-certificate.mdx | 2 --
.../object-storage/reference-content/supported-checksums.mdx | 2 --
.../object-storage/troubleshooting/api-key-does-not-work.mdx | 3 ---
pages/object-storage/troubleshooting/cannot-access-data.mdx | 3 ---
pages/object-storage/troubleshooting/cannot-delete-bucket.mdx | 3 ---
.../object-storage/troubleshooting/cannot-restore-glacier.mdx | 3 ---
.../troubleshooting/deleted-objects-still-billed.mdx | 3 ---
.../object-storage/troubleshooting/error-messages-access.mdx | 3 ---
pages/object-storage/troubleshooting/index.mdx | 2 --
.../troubleshooting/issues-dns-edge-services.mdx | 3 ---
.../object-storage/troubleshooting/lifecycle-rules-issues.mdx | 3 ---
.../troubleshooting/lost-bucket-access-bucket-policy.mdx | 3 ---
pages/object-storage/troubleshooting/low-performance.mdx | 3 ---
.../object-storage/troubleshooting/object-deletion-issues.mdx | 3 ---
pages/object-storage/troubleshooting/presigned-url-errors.mdx | 3 ---
pages/object-storage/troubleshooting/request-rate-error.mdx | 3 ---
pages/object-storage/videos.mdx | 3 ---
.../additional-content/organization-quotas.mdx | 2 --
.../organizations-and-projects/api-cli/managing-projects.mdx | 2 --
pages/organizations-and-projects/concepts.mdx | 2 --
.../how-to/add-resources-project.mdx | 2 --
.../organizations-and-projects/how-to/change-project-name.mdx | 2 --
pages/organizations-and-projects/how-to/create-a-project.mdx | 2 --
pages/organizations-and-projects/how-to/create-ssh-key.mdx | 2 --
pages/organizations-and-projects/how-to/delete-a-project.mdx | 2 --
pages/organizations-and-projects/how-to/enforce-mfa.mdx | 2 --
pages/organizations-and-projects/how-to/manage-quotas.mdx | 2 --
pages/organizations-and-projects/quickstart.mdx | 2 --
pages/partner-space/concepts.mdx | 2 --
pages/partner-space/how-to/add-client.mdx | 2 --
pages/partner-space/how-to/edit-client-information.mdx | 2 --
pages/partner-space/how-to/grant-access-to-partner-space.mdx | 2 --
pages/partner-space/how-to/lock-client-organization.mdx | 2 --
pages/partner-space/how-to/track-client-consumption.mdx | 2 --
pages/partner-space/how-to/unlock-client-organization.mdx | 2 --
pages/partner-space/quickstart.mdx | 2 --
pages/public-gateways/concepts.mdx | 2 --
pages/public-gateways/how-to/configure-a-public-gateway.mdx | 2 --
pages/public-gateways/how-to/create-a-public-gateway.mdx | 2 --
pages/public-gateways/how-to/delete-a-public-gateway.mdx | 2 --
pages/public-gateways/how-to/move-to-routed-ip.mdx | 2 --
pages/public-gateways/how-to/upgrade-public-gateway.mdx | 2 --
pages/public-gateways/how-to/use-flexible-ips.mdx | 2 --
pages/public-gateways/how-to/use-ssh-bastion.mdx | 2 --
pages/public-gateways/quickstart.mdx | 2 --
pages/public-gateways/reference-content/understanding-v2.mdx | 2 --
.../cant-connect-to-instance-with-pn-gateway.mdx | 2 --
.../troubleshooting/gateway-services-not-working.mdx | 2 --
pages/public-gateways/troubleshooting/gw-limitations.mdx | 2 --
pages/public-gateways/troubleshooting/index.mdx | 2 --
pages/queues/api-cli/connect-aws-cli.mdx | 3 ---
pages/queues/api-cli/python-node-queues.mdx | 3 ---
pages/queues/api-cli/queues-aws-cli.mdx | 3 ---
pages/queues/concepts.mdx | 3 ---
pages/queues/faq.mdx | 3 ---
pages/queues/how-to/create-credentials.mdx | 3 ---
pages/queues/how-to/create-manage-queues.mdx | 3 ---
pages/queues/how-to/manage-credentials.mdx | 3 ---
pages/queues/how-to/monitor-queues-cockpit.mdx | 3 ---
pages/queues/quickstart.mdx | 3 ---
pages/queues/reference-content/limitations.mdx | 3 ---
pages/queues/reference-content/queues-overview.mdx | 3 ---
pages/queues/reference-content/queues-support.mdx | 3 ---
.../troubleshooting/approximate-messages-unexpected.mdx | 2 --
pages/queues/troubleshooting/cant-delete-namespace.mdx | 2 --
pages/queues/troubleshooting/index.mdx | 2 --
pages/scaleway-cli/quickstart.mdx | 2 --
pages/scaleway-cli/reference-content/cli-reference.mdx | 2 --
.../reference-content/console-keyboard-shortcuts.mdx | 2 --
.../scaleway-cli/reference-content/environment-variables.mdx | 2 --
.../reference-content/scaleway-configuration-file.mdx | 2 --
pages/scaleway-sdk/go-sdk.mdx | 2 --
pages/scaleway-sdk/js-sdk.mdx | 2 --
pages/scaleway-sdk/python-sdk.mdx | 2 --
.../scaleway-sdk/reference-content/environment-variables.mdx | 2 --
.../reference-content/scaleway-configuration-file.mdx | 2 --
pages/secret-manager/api-cli/create-secret-with-type.mdx | 2 --
pages/secret-manager/api-cli/external-secrets.mdx | 2 --
pages/secret-manager/how-to/create-secret.mdx | 2 --
pages/secret-manager/how-to/create-version.mdx | 2 --
pages/secret-manager/how-to/delete-secret.mdx | 2 --
pages/secret-manager/how-to/delete-version.mdx | 2 --
pages/secret-manager/how-to/filter-secrets.mdx | 2 --
pages/secret-manager/how-to/manage-secret.mdx | 2 --
pages/secret-manager/how-to/manage-version.mdx | 2 --
pages/secret-manager/how-to/recover-secrets.mdx | 2 --
pages/secret-manager/how-to/recover-version.mdx | 2 --
.../reference-content/data-encryption-with-secret-manager.mdx | 2 --
.../reference-content/secret-manager-capabilities-limits.mdx | 2 --
.../reference-content/secret-types-json-format.mdx | 2 --
pages/serverless-containers/api-cli/deploy-container-api.mdx | 2 --
pages/serverless-containers/api-cli/deploy-container-cli.mdx | 2 --
.../api-cli/migrate-external-image-to-scaleway-registry.mdx | 2 --
pages/serverless-containers/concepts.mdx | 2 --
.../how-to/add-a-custom-domain-to-a-container.mdx | 3 ---
.../how-to/add-trigger-to-a-container.mdx | 3 ---
.../how-to/build-push-container-image.mdx | 3 ---
.../how-to/configure-alerts-containers.mdx | 2 --
.../how-to/create-auth-token-from-console.mdx | 3 ---
.../how-to/create-manage-delete-containers-namespace.mdx | 3 ---
pages/serverless-containers/how-to/delete-a-container.mdx | 3 ---
pages/serverless-containers/how-to/deploy-container.mdx | 3 ---
pages/serverless-containers/how-to/manage-a-container.mdx | 3 ---
.../serverless-containers/how-to/modify-container-privacy.mdx | 3 ---
pages/serverless-containers/how-to/monitor-container.mdx | 3 ---
pages/serverless-containers/how-to/secure-a-container.mdx | 3 ---
pages/serverless-containers/how-to/test-a-container.mdx | 2 --
pages/serverless-containers/how-to/use-private-networks.mdx | 2 --
pages/serverless-containers/quickstart.mdx | 3 ---
.../reference-content/configure-trigger-inputs.mdx | 3 ---
.../reference-content/containers-autoscaling.mdx | 3 ---
.../reference-content/containers-billing.mdx | 2 --
.../reference-content/containers-concurrency.mdx | 3 ---
.../reference-content/containers-limitations.mdx | 3 ---
.../reference-content/containers-sandbox.mdx | 3 ---
.../reference-content/cron-schedules.mdx | 3 ---
.../difference-jobs-functions-containers.mdx | 3 ---
.../reference-content/dns-query-rate-limit.mdx | 3 ---
.../reference-content/port-parameter-variable.mdx | 4 ----
.../reference-content/serverless-overview.mdx | 3 ---
pages/serverless-containers/reference-content/use-cases.mdx | 2 --
.../troubleshooting/502-error-when-scaling.mdx | 2 --
.../troubleshooting/cannot-access-container.mdx | 2 --
.../troubleshooting/cannot-create-namespace.mdx | 2 --
.../troubleshooting/cannot-deploy-image.mdx | 2 --
.../troubleshooting/cannot-inject-secret-variable.mdx | 2 --
.../troubleshooting/cannot-retrieve-external-image.mdx | 2 --
.../troubleshooting/container-clock-drift.mdx | 3 ---
.../troubleshooting/container-error-state.mdx | 2 --
.../troubleshooting/container-stopped-after-redeploy.mdx | 2 --
pages/serverless-containers/troubleshooting/index.mdx | 2 --
.../troubleshooting/known-dns-containers-errors.mdx | 2 --
.../troubleshooting/no-data-grafana-dashboards.mdx | 2 --
.../troubleshooting/tests-fail-on-container.mdx | 2 --
pages/serverless-functions/api-cli/deploy-function-api.mdx | 2 --
pages/serverless-functions/api-cli/deploy-function-cli.mdx | 2 --
pages/serverless-functions/concepts.mdx | 2 --
.../how-to/add-a-custom-domain-name-to-a-function.mdx | 2 --
.../serverless-functions/how-to/add-trigger-to-a-function.mdx | 3 ---
.../how-to/configure-alerts-functions.mdx | 2 --
pages/serverless-functions/how-to/create-a-function.mdx | 2 --
.../how-to/create-auth-token-from-console.mdx | 2 --
.../how-to/create-manage-delete-functions-namespace.mdx | 2 --
pages/serverless-functions/how-to/manage-a-function.mdx | 2 --
pages/serverless-functions/how-to/monitor-function.mdx | 3 ---
.../how-to/package-function-dependencies-in-zip.mdx | 2 --
pages/serverless-functions/how-to/secure-a-function.mdx | 2 --
pages/serverless-functions/how-to/test-a-function.mdx | 2 --
pages/serverless-functions/how-to/use-private-networks.mdx | 2 --
pages/serverless-functions/quickstart.mdx | 2 --
.../serverless-functions/reference-content/code-examples.mdx | 2 --
.../reference-content/configure-trigger-inputs.mdx | 3 ---
.../serverless-functions/reference-content/cron-schedules.mdx | 3 ---
.../difference-jobs-functions-containers.mdx | 3 ---
.../reference-content/dns-query-rate-limit.mdx | 3 ---
.../reference-content/functions-autoscaling.mdx | 3 ---
.../reference-content/functions-billing.mdx | 2 --
.../reference-content/functions-handlers.mdx | 3 ---
.../reference-content/functions-limitations.mdx | 2 --
.../reference-content/functions-runtimes.mdx | 2 --
.../reference-content/functions-sandbox.mdx | 3 ---
.../serverless-functions/reference-content/local-testing.mdx | 2 --
.../reference-content/serverless-overview.mdx | 3 ---
pages/serverless-functions/reference-content/use-cases.mdx | 2 --
.../troubleshooting/cannot-create-namespace.mdx | 2 --
.../troubleshooting/cannot-inject-secret-variable.mdx | 2 --
.../troubleshooting/function-build-error.mdx | 2 --
.../troubleshooting/function-clock-drift.mdx | 3 ---
.../troubleshooting/function-in-error-state.mdx | 2 --
.../troubleshooting/function-stopped-after-redeploy.mdx | 2 --
.../troubleshooting/go-function-version-error.mdx | 2 --
.../troubleshooting/handler-not-found.mdx | 2 --
pages/serverless-functions/troubleshooting/index.mdx | 2 --
.../troubleshooting/no-data-grafana-dashboards.mdx | 2 --
.../troubleshooting/tests-fail-on-function.mdx | 2 --
pages/serverless-functions/troubleshooting/timeout-error.mdx | 2 --
.../serverless-functions/troubleshooting/too-many-retries.mdx | 2 --
.../api-cli/migrate-external-image-to-scaleway-registry.mdx | 2 --
pages/serverless-jobs/concepts.mdx | 2 --
.../serverless-jobs/how-to/automate-resources-management.mdx | 3 ---
pages/serverless-jobs/how-to/build-push-container-image.mdx | 3 ---
pages/serverless-jobs/how-to/configure-alerts-jobs.mdx | 2 --
pages/serverless-jobs/how-to/create-job.mdx | 3 ---
pages/serverless-jobs/how-to/delete-job.mdx | 3 ---
pages/serverless-jobs/how-to/manage-job-schedule.mdx | 3 ---
pages/serverless-jobs/how-to/monitor-job.mdx | 3 ---
pages/serverless-jobs/how-to/reference-secret-in-job.mdx | 3 ---
pages/serverless-jobs/how-to/run-job.mdx | 3 ---
pages/serverless-jobs/how-to/stop-job.mdx | 3 ---
pages/serverless-jobs/quickstart.mdx | 3 ---
pages/serverless-jobs/reference-content/cron-schedules.mdx | 3 ---
.../difference-jobs-functions-containers.mdx | 3 ---
pages/serverless-jobs/reference-content/jobs-limitations.mdx | 3 ---
.../serverless-jobs/reference-content/serverless-overview.mdx | 3 ---
.../troubleshooting/cannot-inject-secret-variable.mdx | 2 --
.../troubleshooting/cannot-retrieve-external-image.mdx | 2 --
pages/serverless-jobs/troubleshooting/index.mdx | 2 --
pages/serverless-jobs/troubleshooting/job-in-error-state.mdx | 2 --
pages/serverless-jobs/troubleshooting/missing-metrics.mdx | 2 --
.../troubleshooting/no-data-grafana-dashboards.mdx | 2 --
.../api-cli/postgrest-row-level-security.mdx | 2 --
pages/serverless-sql-databases/concepts.mdx | 2 --
pages/serverless-sql-databases/how-to/add-users.mdx | 2 --
.../serverless-sql-databases/how-to/configure-autoscaling.mdx | 2 --
.../serverless-sql-databases/how-to/connect-to-a-database.mdx | 2 --
pages/serverless-sql-databases/how-to/create-a-database.mdx | 2 --
pages/serverless-sql-databases/how-to/delete-a-database.mdx | 2 --
pages/serverless-sql-databases/how-to/manage-backups.mdx | 2 --
pages/serverless-sql-databases/how-to/manage-permissions.mdx | 2 --
.../how-to/use-row-level-security.mdx | 2 --
pages/serverless-sql-databases/quickstart.mdx | 2 --
.../reference-content/known-differences.mdx | 2 --
.../reference-content/serverless-sql-databases-overview.mdx | 2 --
.../reference-content/supported-postgresql-extensions.mdx | 2 --
.../troubleshooting/connection-errors.mdx | 2 --
.../troubleshooting/connection-timeout.mdx | 2 --
.../troubleshooting/database-unavailable.mdx | 2 --
.../troubleshooting/failing-backup-restore.mdx | 2 --
.../site-to-site-vpn/reference-content/security-proposals.mdx | 3 ---
pages/site-to-site-vpn/reference-content/statuses.mdx | 3 ---
.../reference-content/understanding-s2svpn.mdx | 3 ---
pages/terraform/quickstart.mdx | 2 --
pages/terraform/reference-content/environment-variables.mdx | 2 --
.../reference-content/scaleway-configuration-file.mdx | 2 --
pages/topics-and-events/api-cli/connect-aws-cli.mdx | 3 ---
pages/topics-and-events/api-cli/python-node-topics-events.mdx | 3 ---
pages/topics-and-events/api-cli/topics-events-aws-cli.mdx | 3 ---
pages/topics-and-events/concepts.mdx | 3 ---
pages/topics-and-events/how-to/create-credentials.mdx | 3 ---
.../topics-and-events/how-to/create-manage-subscriptions.mdx | 3 ---
pages/topics-and-events/how-to/create-manage-topics.mdx | 3 ---
pages/topics-and-events/how-to/manage-credentials.mdx | 3 ---
pages/topics-and-events/how-to/monitor-topics-cockpit.mdx | 3 ---
pages/topics-and-events/quickstart.mdx | 3 ---
pages/topics-and-events/reference-content/limitations.mdx | 3 ---
.../reference-content/topics-and-events-overview.mdx | 3 ---
.../reference-content/topics-and-events-support.mdx | 3 ---
.../troubleshooting/cant-confirm-subscription.mdx | 2 --
.../troubleshooting/cant-delete-namespace.mdx | 2 --
pages/topics-and-events/troubleshooting/index.mdx | 2 --
pages/transactional-email/api-cli/send-emails-with-api.mdx | 2 --
.../api-cli/use-webhooks-with-sns-topics.mdx | 2 --
pages/transactional-email/concepts.mdx | 2 --
pages/transactional-email/how-to/add-dmarc-record.mdx | 2 --
.../how-to/add-mx-record-to-your-domain.mdx | 2 --
.../how-to/add-spf-dkim-records-to-your-domain.mdx | 2 --
pages/transactional-email/how-to/autoconfigure-domain.mdx | 2 --
pages/transactional-email/how-to/configure-bimi.mdx | 2 --
.../how-to/configure-domain-with-transactional-email.mdx | 2 --
pages/transactional-email/how-to/create-webhooks.mdx | 2 --
pages/transactional-email/how-to/delete-tem-domain.mdx | 2 --
pages/transactional-email/how-to/manage-blocklists.mdx | 2 --
pages/transactional-email/how-to/manage-email-activity.mdx | 2 --
pages/transactional-email/how-to/manage-tem-plans.mdx | 2 --
.../how-to/monitor-transactional-email-cockpit.mdx | 2 --
pages/transactional-email/quickstart.mdx | 2 --
.../reference-content/dmarc-configuration.mdx | 2 --
.../reference-content/protecting-your-domain-reputation.mdx | 2 --
.../reference-content/smtp-configuration.mdx | 2 --
.../reference-content/tem-capabilities-and-limits.mdx | 2 --
.../reference-content/tem-dedicated-ip.mdx | 2 --
.../reference-content/understanding-tem-reputation-score.mdx | 2 --
.../reference-content/webhook-events-payloads.mdx | 2 --
pages/transactional-email/troubleshooting/delist-domain.mdx | 2 --
pages/transactional-email/troubleshooting/index.mdx | 2 --
pages/vpc/concepts.mdx | 2 --
pages/vpc/how-to/activate-dhcp.mdx | 2 --
pages/vpc/how-to/attach-resources-to-pn.mdx | 2 --
pages/vpc/how-to/create-private-network.mdx | 2 --
pages/vpc/how-to/create-vpc.mdx | 2 --
pages/vpc/how-to/delete-private-network.mdx | 2 --
pages/vpc/how-to/delete-vpc.mdx | 2 --
pages/vpc/how-to/manage-routing.mdx | 2 --
pages/vpc/quickstart.mdx | 2 --
pages/vpc/reference-content/dns.mdx | 2 --
pages/vpc/reference-content/getting-most-private-networks.mdx | 2 --
pages/vpc/reference-content/understanding-nacls.mdx | 2 --
pages/vpc/reference-content/understanding-routing.mdx | 2 --
pages/vpc/reference-content/use-case-basic.mdx | 2 --
pages/vpc/reference-content/vpc-migration.mdx | 2 --
pages/vpc/troubleshooting/autoconfig-not-working.mdx | 2 --
pages/vpc/troubleshooting/cant-delete-vpc-pn.mdx | 2 --
pages/vpc/troubleshooting/connectivity-tests.mdx | 2 --
pages/vpc/troubleshooting/index.mdx | 2 --
pages/vpc/troubleshooting/pn-name.mdx | 2 --
pages/vpc/troubleshooting/private-dns-dhcp-not-working.mdx | 2 --
pages/vpc/troubleshooting/resource-attached-no-ip.mdx | 2 --
pages/vpc/troubleshooting/vpc-limitations.mdx | 2 --
.../troubleshooting/vpc-pn-routing-connectivity-issues.mdx | 2 --
pages/webhosting/concepts.mdx | 2 --
pages/webhosting/how-to/configure-dns-webhosting.mdx | 2 --
pages/webhosting/how-to/manage-cpanel-webhosting.mdx | 2 --
pages/webhosting/how-to/manage-databases.mdx | 2 --
pages/webhosting/how-to/manage-email-accounts.mdx | 2 --
pages/webhosting/how-to/manage-ftp-accounts.mdx | 2 --
pages/webhosting/how-to/manage-webhosting.mdx | 2 --
pages/webhosting/how-to/manage-wordpress-webhosting.mdx | 2 --
pages/webhosting/how-to/migrate-webhosting-plan.mdx | 2 --
pages/webhosting/how-to/order-dedicated-ip.mdx | 2 --
pages/webhosting/how-to/order-webhosting.mdx | 2 --
pages/webhosting/how-to/protect-webhosting.mdx | 2 --
pages/webhosting/how-to/terminate-webhosting.mdx | 2 --
pages/webhosting/quickstart.mdx | 2 --
.../classic-hosting-migration-information.mdx | 2 --
.../webhosting/reference-content/cpanel-reference-content.mdx | 2 --
pages/webhosting/reference-content/php-version-overview.mdx | 2 --
.../reference-content/shared-hosting-best-practices.mdx | 2 --
.../understanding-differences-cpanel-plesk.mdx | 2 --
pages/webhosting/troubleshooting/cant-access-website-mail.mdx | 2 --
pages/webhosting/troubleshooting/cant-connect-ftp.mdx | 2 --
pages/webhosting/troubleshooting/index.mdx | 2 --
.../troubleshooting-access-issues-cpanel-plesk.mdx | 2 --
.../webhosting/troubleshooting/troubleshooting-dns-issues.mdx | 2 --
pages/webhosting/troubleshooting/troubleshooting-email.mdx | 2 --
1121 files changed, 2506 deletions(-)
diff --git a/pages/account/concepts.mdx b/pages/account/concepts.mdx
index d0c96bf0c8..4ea8c79d27 100644
--- a/pages/account/concepts.mdx
+++ b/pages/account/concepts.mdx
@@ -4,8 +4,6 @@ description: Understand key concepts related to Scaleway accounts.
tags: active-session abuse api-key billing-alert kyc 2fa ssh-key mac-address
dates:
validation: 2025-02-24
-categories:
- - console
---
## Abuse
diff --git a/pages/account/how-to/change-console-appearance.mdx b/pages/account/how-to/change-console-appearance.mdx
index 096bd83412..95416dbb80 100644
--- a/pages/account/how-to/change-console-appearance.mdx
+++ b/pages/account/how-to/change-console-appearance.mdx
@@ -5,8 +5,6 @@ tags: color-scheme change color theme dark-mode change-color
dates:
validation: 2025-02-28
posted: 2022-10-12
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/change-language.mdx b/pages/account/how-to/change-language.mdx
index baba994088..d670682597 100644
--- a/pages/account/how-to/change-language.mdx
+++ b/pages/account/how-to/change-language.mdx
@@ -5,8 +5,6 @@ tags: account language change
dates:
validation: 2025-02-28
posted: 2021-06-22
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/change-password.mdx b/pages/account/how-to/change-password.mdx
index 5553be3058..59acb43fe3 100644
--- a/pages/account/how-to/change-password.mdx
+++ b/pages/account/how-to/change-password.mdx
@@ -5,8 +5,6 @@ tags: account password recovery login
dates:
validation: 2025-03-10
posted: 2025-03-10
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/close-account.mdx b/pages/account/how-to/close-account.mdx
index d2fd357cf7..66655c25cb 100644
--- a/pages/account/how-to/close-account.mdx
+++ b/pages/account/how-to/close-account.mdx
@@ -5,8 +5,6 @@ tags: account close cancel delete deactivate close-account
dates:
validation: 2025-02-28
posted: 2021-06-22
-categories:
- - console
---
import CloseVsErase from '@macros/console/close-vs-erase.mdx'
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/configure-support-plans.mdx b/pages/account/how-to/configure-support-plans.mdx
index de3f527134..2d9d2a6bd3 100644
--- a/pages/account/how-to/configure-support-plans.mdx
+++ b/pages/account/how-to/configure-support-plans.mdx
@@ -5,8 +5,6 @@ tags: support-plans support-plan configure
dates:
validation: 2025-02-11
posted: 2021-06-22
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/create-an-account.mdx b/pages/account/how-to/create-an-account.mdx
index 60bb99903e..f2e526fb16 100644
--- a/pages/account/how-to/create-an-account.mdx
+++ b/pages/account/how-to/create-an-account.mdx
@@ -5,8 +5,6 @@ tags: create account console create-account
dates:
validation: 2025-01-20
posted: 2021-06-22
-categories:
- - console
---
import CreateAccount from '@macros/console/create-account.mdx'
diff --git a/pages/account/how-to/download-scaleway-contracts.mdx b/pages/account/how-to/download-scaleway-contracts.mdx
index e2a1d96c54..bf0fe6cbea 100644
--- a/pages/account/how-to/download-scaleway-contracts.mdx
+++ b/pages/account/how-to/download-scaleway-contracts.mdx
@@ -5,8 +5,6 @@ tags: account contracts gdpr
dates:
validation: 2025-06-23
posted: 2024-12-12
-categories:
- - console
---
Scaleway contracts define the terms, conditions, and commitments that govern the use of our services. They ensure transparency and compliance with legal and regulatory requirements while outlining the rights and responsibilities of both Scaleway and its customers.
diff --git a/pages/account/how-to/log-in-to-the-console.mdx b/pages/account/how-to/log-in-to-the-console.mdx
index ebc61fec38..2be3771829 100644
--- a/pages/account/how-to/log-in-to-the-console.mdx
+++ b/pages/account/how-to/log-in-to-the-console.mdx
@@ -5,8 +5,6 @@ tags: account login password access magic-link magic link SSO
dates:
validation: 2025-06-09
posted: 2024-06-11
-categories:
- - console
---
import LoginMember from '@macros/iam/login-member.mdx'
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/manage-my-personal-data-gdpr.mdx b/pages/account/how-to/manage-my-personal-data-gdpr.mdx
index d393e4b3a2..c2440bbe0b 100644
--- a/pages/account/how-to/manage-my-personal-data-gdpr.mdx
+++ b/pages/account/how-to/manage-my-personal-data-gdpr.mdx
@@ -5,8 +5,6 @@ tags: personal-data manage privacy portability
dates:
validation: 2025-02-11
posted: 2021-05-28
-categories:
- - console
---
import CloseVsErase from '@macros/console/close-vs-erase.mdx'
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/manage-notifications.mdx b/pages/account/how-to/manage-notifications.mdx
index 973f183dad..4b503d58d0 100644
--- a/pages/account/how-to/manage-notifications.mdx
+++ b/pages/account/how-to/manage-notifications.mdx
@@ -5,8 +5,6 @@ tags: account notification
dates:
validation: 2025-06-09
posted: 2024-12-04
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/open-a-support-ticket.mdx b/pages/account/how-to/open-a-support-ticket.mdx
index f601fabd2e..74aab17548 100644
--- a/pages/account/how-to/open-a-support-ticket.mdx
+++ b/pages/account/how-to/open-a-support-ticket.mdx
@@ -5,8 +5,6 @@ tags: support help ticket support-ticket assistance
dates:
validation: 2025-07-22
posted: 2021-06-22
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/recover-a-lost-password.mdx b/pages/account/how-to/recover-a-lost-password.mdx
index a2386873b7..d22f27c099 100644
--- a/pages/account/how-to/recover-a-lost-password.mdx
+++ b/pages/account/how-to/recover-a-lost-password.mdx
@@ -5,8 +5,6 @@ tags: account password recovery login
dates:
validation: 2025-04-08
posted: 2021-06-11
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/report-abuse.mdx b/pages/account/how-to/report-abuse.mdx
index 66f60d8f16..4cc0871da7 100644
--- a/pages/account/how-to/report-abuse.mdx
+++ b/pages/account/how-to/report-abuse.mdx
@@ -5,8 +5,6 @@ tags: report incident abuse
dates:
validation: 2025-07-15
posted: 2024-02-19
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/resolve-abuse.mdx b/pages/account/how-to/resolve-abuse.mdx
index 46681ed026..0aaa67499c 100644
--- a/pages/account/how-to/resolve-abuse.mdx
+++ b/pages/account/how-to/resolve-abuse.mdx
@@ -5,8 +5,6 @@ tags: resolve abuse complaint ticket scaleway
dates:
validation: 2025-03-03
posted: 2024-02-19
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/switch-account-to-corporate.mdx b/pages/account/how-to/switch-account-to-corporate.mdx
index d67cfa9db4..d8f09fc6b1 100644
--- a/pages/account/how-to/switch-account-to-corporate.mdx
+++ b/pages/account/how-to/switch-account-to-corporate.mdx
@@ -5,8 +5,6 @@ tags: account personal corporate business
dates:
validation: 2025-07-15
posted: 2023-09-03
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/use-2fa.mdx b/pages/account/how-to/use-2fa.mdx
index ef9cfc988c..c09366fe4b 100644
--- a/pages/account/how-to/use-2fa.mdx
+++ b/pages/account/how-to/use-2fa.mdx
@@ -5,8 +5,6 @@ tags: authentication 2FA two-factor two multifactor security google authenticato
dates:
validation: 2025-02-28
posted: 2022-01-14
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/use-the-search-bar.mdx b/pages/account/how-to/use-the-search-bar.mdx
index b77b58c77b..ea6651de9b 100644
--- a/pages/account/how-to/use-the-search-bar.mdx
+++ b/pages/account/how-to/use-the-search-bar.mdx
@@ -5,8 +5,6 @@ tags: account search-bar resource
dates:
validation: 2025-07-15
posted: 2024-03-14
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/how-to/verify-identity.mdx b/pages/account/how-to/verify-identity.mdx
index d58c82adbb..9cc2cc67b6 100644
--- a/pages/account/how-to/verify-identity.mdx
+++ b/pages/account/how-to/verify-identity.mdx
@@ -5,8 +5,6 @@ tags: verification identify account id id-verification
dates:
validation: 2025-02-11
posted: 2021-06-11
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/account/quickstart.mdx b/pages/account/quickstart.mdx
index 67f9c3ebe0..3f34b6ab4e 100644
--- a/pages/account/quickstart.mdx
+++ b/pages/account/quickstart.mdx
@@ -5,8 +5,6 @@ tags: create-account delete-account create-resources create corporate
dates:
validation: 2025-02-11
posted: 2021-05-26
-categories:
- - console
---
import CloseVsErase from '@macros/console/close-vs-erase.mdx'
import CreateAccount from '@macros/console/create-account.mdx'
diff --git a/pages/account/reference-content/products-availability.mdx b/pages/account/reference-content/products-availability.mdx
index 8342ae7724..76d86213bb 100644
--- a/pages/account/reference-content/products-availability.mdx
+++ b/pages/account/reference-content/products-availability.mdx
@@ -5,8 +5,6 @@ tags: availability region zone availability-zone
dates:
validation: 2025-06-17
posted: 2023-01-05
-categories:
- - console
---
Scaleway products are available in multiple regions and locations worldwide. This page provides an overview of the availability of all Scaleway products in our regions and Availability Zones.
diff --git a/pages/account/reference-content/protecting-yourself-fraud-phishing.mdx b/pages/account/reference-content/protecting-yourself-fraud-phishing.mdx
index c77e567629..fbc961af00 100644
--- a/pages/account/reference-content/protecting-yourself-fraud-phishing.mdx
+++ b/pages/account/reference-content/protecting-yourself-fraud-phishing.mdx
@@ -5,8 +5,6 @@ tags: login unrecognized-ip phishing fraud
dates:
validation: 2025-06-09
posted: 2024-05-22
-categories:
- - console
---
Phishing and fraud attempts are a significant threat to online security. This guide provides essential steps to safeguard your Scaleway account from such attacks.
diff --git a/pages/account/reference-content/scaleway-network-information.mdx b/pages/account/reference-content/scaleway-network-information.mdx
index 28a2b42438..f8b428583e 100644
--- a/pages/account/reference-content/scaleway-network-information.mdx
+++ b/pages/account/reference-content/scaleway-network-information.mdx
@@ -5,8 +5,6 @@ tags: scaleway ip-range ntp rpn vpn dns
dates:
validation: 2025-06-27
posted: 2021-08-20
-categories:
- - console
---
This page serves as a hub for information related to the Scaleway network infrastructure.
diff --git a/pages/account/reference-content/scaleway-status-updates.mdx b/pages/account/reference-content/scaleway-status-updates.mdx
index 885a496101..4ab5adf894 100644
--- a/pages/account/reference-content/scaleway-status-updates.mdx
+++ b/pages/account/reference-content/scaleway-status-updates.mdx
@@ -5,8 +5,6 @@ tags: troubleshooting status
dates:
validation: 2025-03-04
posted: 2025-03-04
-categories:
- - console
---
Stay informed about Scaleway’s service status by subscribing to our [status page](https://status.scaleway.com/). This page provides real-time updates on incidents, maintenance, and service disruptions affecting our services.
diff --git a/pages/account/reference-content/understanding-support-plans.mdx b/pages/account/reference-content/understanding-support-plans.mdx
index f894028fcf..37f81107e8 100644
--- a/pages/account/reference-content/understanding-support-plans.mdx
+++ b/pages/account/reference-content/understanding-support-plans.mdx
@@ -5,8 +5,6 @@ tags: support plans pricing
dates:
validation: 2025-05-26
posted: 2025-05-26
-categories:
- - support
---
Four levels of support plans are available at Scaleway. Find the details of each plan in the table below:
diff --git a/pages/account/reference-content/use-case-informational-website.mdx b/pages/account/reference-content/use-case-informational-website.mdx
index 52d4f087e1..6d61dedac3 100644
--- a/pages/account/reference-content/use-case-informational-website.mdx
+++ b/pages/account/reference-content/use-case-informational-website.mdx
@@ -5,8 +5,6 @@ tags: use-case informational-website website blog portfolio showcase
dates:
validation: 2025-05-15
posted: 2025-05-15
-categories:
- - use-cases
---
An informational website, such as a portfolio, blog, or showcase, offers numerous benefits. It provides a platform to easily share your ideas, work, and expertise with a global audience. The process of deploying such a site is straightforward and cost-effective. With built-in security features, it ensures your content is protected, while reliable performance guarantees a smooth user experience for your visitors.
diff --git a/pages/account/troubleshooting/cannot-erase-account.mdx b/pages/account/troubleshooting/cannot-erase-account.mdx
index 06bc72748b..1915f9797e 100644
--- a/pages/account/troubleshooting/cannot-erase-account.mdx
+++ b/pages/account/troubleshooting/cannot-erase-account.mdx
@@ -5,8 +5,6 @@ tags: account close delete deactivate close-account
dates:
validation: 2025-06-02
posted: 2024-03-28
-categories:
- - console
---
## My request to close my account and erase personal data has failed
diff --git a/pages/account/troubleshooting/cannot-log-into-my-account.mdx b/pages/account/troubleshooting/cannot-log-into-my-account.mdx
index 0109f6db3d..18003f1f61 100644
--- a/pages/account/troubleshooting/cannot-log-into-my-account.mdx
+++ b/pages/account/troubleshooting/cannot-log-into-my-account.mdx
@@ -5,8 +5,6 @@ tags: login unrecognized-ip password 2fa
dates:
validation: 2025-06-02
posted: 2022-10-19
-categories:
- - console
---
import image from './assets/scaleway-unrecognized-ip.webp'
diff --git a/pages/account/troubleshooting/index.mdx b/pages/account/troubleshooting/index.mdx
index 02f377c64f..438603710b 100644
--- a/pages/account/troubleshooting/index.mdx
+++ b/pages/account/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Account
description: Find troubleshooting resources for resolving issues with Scaleway accounts.
dates:
posted: 2023-10-05
-categories:
- - account
productIcon: AccountExperienceProductIcon
---
diff --git a/pages/account/troubleshooting/quotas-exceeded-error-message.mdx b/pages/account/troubleshooting/quotas-exceeded-error-message.mdx
index d231c2b206..1217b26478 100644
--- a/pages/account/troubleshooting/quotas-exceeded-error-message.mdx
+++ b/pages/account/troubleshooting/quotas-exceeded-error-message.mdx
@@ -5,8 +5,6 @@ tags: quotas
dates:
validation: 2025-03-20
posted: 2025-03-20
-categories:
- - console
---
## Problem
diff --git a/pages/apple-silicon/concepts.mdx b/pages/apple-silicon/concepts.mdx
index 52d8f00c8d..754a28a644 100644
--- a/pages/apple-silicon/concepts.mdx
+++ b/pages/apple-silicon/concepts.mdx
@@ -2,8 +2,6 @@
title: Apple silicon - Concepts
description: This page explains all the concepts related to Apple silicon
tags: apple-silicon apple-m1 m1 availability-zone mac-mini-m1 mac-mini vnc
-categories:
- - bare-metal
---
import RegionAndAz from '@macros/console/region-and-az.mdx'
diff --git a/pages/apple-silicon/how-to/access-remote-desktop-mac-mini.mdx b/pages/apple-silicon/how-to/access-remote-desktop-mac-mini.mdx
index 30047df445..ba7f9c3552 100644
--- a/pages/apple-silicon/how-to/access-remote-desktop-mac-mini.mdx
+++ b/pages/apple-silicon/how-to/access-remote-desktop-mac-mini.mdx
@@ -5,8 +5,6 @@ tags: apple-silicon connection mac-mini mac-mini
dates:
validation: 2025-01-30
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/connect-to-mac-mini-ssh.mdx b/pages/apple-silicon/how-to/connect-to-mac-mini-ssh.mdx
index b6c3f1ab8c..5ddc515f78 100644
--- a/pages/apple-silicon/how-to/connect-to-mac-mini-ssh.mdx
+++ b/pages/apple-silicon/how-to/connect-to-mac-mini-ssh.mdx
@@ -5,8 +5,6 @@ tags: apple-silicon connection mac-mini mac-mini-m1
dates:
validation: 2025-01-30
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/create-mac-mini.mdx b/pages/apple-silicon/how-to/create-mac-mini.mdx
index 0e7eefbea7..8242580e4f 100644
--- a/pages/apple-silicon/how-to/create-mac-mini.mdx
+++ b/pages/apple-silicon/how-to/create-mac-mini.mdx
@@ -5,8 +5,6 @@ tags: mac-mini mac-mini apple-silicon
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/delete-mac-mini.mdx b/pages/apple-silicon/how-to/delete-mac-mini.mdx
index 2e7aca31fa..ea88132252 100644
--- a/pages/apple-silicon/how-to/delete-mac-mini.mdx
+++ b/pages/apple-silicon/how-to/delete-mac-mini.mdx
@@ -5,8 +5,6 @@ tags: mac-mini mac-mini-m1 m1 apple-silicon
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/install-package-manager-mac-mini.mdx b/pages/apple-silicon/how-to/install-package-manager-mac-mini.mdx
index 1a86e88bfa..be1b7bd065 100644
--- a/pages/apple-silicon/how-to/install-package-manager-mac-mini.mdx
+++ b/pages/apple-silicon/how-to/install-package-manager-mac-mini.mdx
@@ -5,8 +5,6 @@ tags: apple-silicon connection mac-mini mac-mini-m1
dates:
validation: 2025-01-30
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/manage-commitment-plan.mdx b/pages/apple-silicon/how-to/manage-commitment-plan.mdx
index 119e14b27c..865ae2f966 100644
--- a/pages/apple-silicon/how-to/manage-commitment-plan.mdx
+++ b/pages/apple-silicon/how-to/manage-commitment-plan.mdx
@@ -5,8 +5,6 @@ tags: apple-silicon mac-mini commitment-plan
dates:
validation: 2025-03-12
posted: 2025-03-12
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/reboot-mac-mini.mdx b/pages/apple-silicon/how-to/reboot-mac-mini.mdx
index 6003043a63..08903b1925 100644
--- a/pages/apple-silicon/how-to/reboot-mac-mini.mdx
+++ b/pages/apple-silicon/how-to/reboot-mac-mini.mdx
@@ -5,8 +5,6 @@ tags: mac-mini mac-mini m1 apple-silicon reboot
dates:
validation: 2025-06-23
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/reinstall-mac-mini.mdx b/pages/apple-silicon/how-to/reinstall-mac-mini.mdx
index 9bd97035f5..0859db9a4c 100644
--- a/pages/apple-silicon/how-to/reinstall-mac-mini.mdx
+++ b/pages/apple-silicon/how-to/reinstall-mac-mini.mdx
@@ -5,8 +5,6 @@ tags: reinstall mac-mini mac-mini apple-silicon
dates:
validation: 2025-06-23
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/remove-public-ip.mdx b/pages/apple-silicon/how-to/remove-public-ip.mdx
index 5d364afb1d..25cf4b5943 100644
--- a/pages/apple-silicon/how-to/remove-public-ip.mdx
+++ b/pages/apple-silicon/how-to/remove-public-ip.mdx
@@ -5,8 +5,6 @@ tags: mac-mini private network bastion
dates:
validation: 2025-05-13
posted: 2025-05-13
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/setup-vm-with-utm.mdx b/pages/apple-silicon/how-to/setup-vm-with-utm.mdx
index c1319185e4..e5ba8a11d6 100644
--- a/pages/apple-silicon/how-to/setup-vm-with-utm.mdx
+++ b/pages/apple-silicon/how-to/setup-vm-with-utm.mdx
@@ -5,8 +5,6 @@ tags: vm utm virtual-machine
dates:
validation: 2025-04-15
posted: 2025-04-15
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/shutdown-mac-mini.mdx b/pages/apple-silicon/how-to/shutdown-mac-mini.mdx
index 57bcc134b5..90e78542ca 100644
--- a/pages/apple-silicon/how-to/shutdown-mac-mini.mdx
+++ b/pages/apple-silicon/how-to/shutdown-mac-mini.mdx
@@ -5,8 +5,6 @@ tags: mac-mini mac-mini-m1 apple-silicon shutdown
dates:
validation: 2025-01-30
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/test-mdm-workflows.mdx b/pages/apple-silicon/how-to/test-mdm-workflows.mdx
index b272f8083c..a51e63f7fd 100644
--- a/pages/apple-silicon/how-to/test-mdm-workflows.mdx
+++ b/pages/apple-silicon/how-to/test-mdm-workflows.mdx
@@ -5,8 +5,6 @@ tags: vm utm mdm
dates:
validation: 2025-04-15
posted: 2025-04-15
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/update-os-mac-mini.mdx b/pages/apple-silicon/how-to/update-os-mac-mini.mdx
index ebe476b1ee..8e51f0a64e 100644
--- a/pages/apple-silicon/how-to/update-os-mac-mini.mdx
+++ b/pages/apple-silicon/how-to/update-os-mac-mini.mdx
@@ -5,8 +5,6 @@ tags: apple-silicon connection mac-mini mac-mini-m1
dates:
validation: 2025-01-30
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/upgrade-macos-to-beta.mdx b/pages/apple-silicon/how-to/upgrade-macos-to-beta.mdx
index a8a92b5508..f214d7aeab 100644
--- a/pages/apple-silicon/how-to/upgrade-macos-to-beta.mdx
+++ b/pages/apple-silicon/how-to/upgrade-macos-to-beta.mdx
@@ -5,8 +5,6 @@ tags: apple-silicon mac-mini beta macos
dates:
validation: 2025-01-30
posted: 2024-07-30
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/how-to/use-private-networks.mdx b/pages/apple-silicon/how-to/use-private-networks.mdx
index e24ff47e17..62b3552205 100644
--- a/pages/apple-silicon/how-to/use-private-networks.mdx
+++ b/pages/apple-silicon/how-to/use-private-networks.mdx
@@ -5,8 +5,6 @@ tags: mac-mini mac-mini apple-silicon private-network vpc
dates:
validation: 2025-01-28
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/quickstart.mdx b/pages/apple-silicon/quickstart.mdx
index 2afce8958a..443f49fc3d 100644
--- a/pages/apple-silicon/quickstart.mdx
+++ b/pages/apple-silicon/quickstart.mdx
@@ -5,8 +5,6 @@ tags: apple-silicon mac-mini- mac mini mac-mini ios
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/troubleshooting/cant-connect-using-ssh.mdx b/pages/apple-silicon/troubleshooting/cant-connect-using-ssh.mdx
index b2ec2b747f..9c22b41c08 100644
--- a/pages/apple-silicon/troubleshooting/cant-connect-using-ssh.mdx
+++ b/pages/apple-silicon/troubleshooting/cant-connect-using-ssh.mdx
@@ -5,8 +5,6 @@ tags: ssh ssh-key connection
dates:
validation: 2025-01-30
posted: 2024-06-12
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/troubleshooting/cant-connect-using-vnc.mdx b/pages/apple-silicon/troubleshooting/cant-connect-using-vnc.mdx
index 2a64f676ec..d4d0bd3743 100644
--- a/pages/apple-silicon/troubleshooting/cant-connect-using-vnc.mdx
+++ b/pages/apple-silicon/troubleshooting/cant-connect-using-vnc.mdx
@@ -5,8 +5,6 @@ tags: remote vnc connection apple-silicon error
dates:
validation: 2025-01-30
posted: 2023-04-07
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/apple-silicon/troubleshooting/cant-create-apple-account.mdx b/pages/apple-silicon/troubleshooting/cant-create-apple-account.mdx
index b46af61c99..fa01cb70bc 100644
--- a/pages/apple-silicon/troubleshooting/cant-create-apple-account.mdx
+++ b/pages/apple-silicon/troubleshooting/cant-create-apple-account.mdx
@@ -5,8 +5,6 @@ tags: apple-id apple account creation issues
dates:
validation: 2025-01-30
posted: 2024-10-24
-categories:
- - bare-metal
---
diff --git a/pages/apple-silicon/troubleshooting/cant-delete-mac-mini.mdx b/pages/apple-silicon/troubleshooting/cant-delete-mac-mini.mdx
index 69e6ba406d..3bde2b35aa 100644
--- a/pages/apple-silicon/troubleshooting/cant-delete-mac-mini.mdx
+++ b/pages/apple-silicon/troubleshooting/cant-delete-mac-mini.mdx
@@ -5,8 +5,6 @@ tags: mac-mini deletion
dates:
validation: 2025-01-30
posted: 2024-10-24
-categories:
- - bare-metal
---
## Problem
diff --git a/pages/apple-silicon/troubleshooting/index.mdx b/pages/apple-silicon/troubleshooting/index.mdx
index 651783d2b6..a7734480ad 100644
--- a/pages/apple-silicon/troubleshooting/index.mdx
+++ b/pages/apple-silicon/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Apple silicon
description: Find troubleshooting resources for resolving issues with Apple silicon.
dates:
posted: 2025-03-10
-categories:
- - apple-silicon
productIcon: AppleSiliconProductIcon
---
diff --git a/pages/audit-trail/how-to/configure-audit-trail-permissions.mdx b/pages/audit-trail/how-to/configure-audit-trail-permissions.mdx
index 3137e3183a..061e42c40d 100644
--- a/pages/audit-trail/how-to/configure-audit-trail-permissions.mdx
+++ b/pages/audit-trail/how-to/configure-audit-trail-permissions.mdx
@@ -5,8 +5,6 @@ tags: audit-trail events tracking iam permissions
dates:
validation: 2025-06-03
posted: 2024-11-28
-categories:
- - identity-and-access-management
---
This page teaches you how to configure the necessary IAM permission set to access [Audit Trail](/audit-trail/concepts/#audit-trail).
diff --git a/pages/audit-trail/how-to/use-audit-trail.mdx b/pages/audit-trail/how-to/use-audit-trail.mdx
index 036e0c273f..6bd3301e20 100644
--- a/pages/audit-trail/how-to/use-audit-trail.mdx
+++ b/pages/audit-trail/how-to/use-audit-trail.mdx
@@ -5,8 +5,6 @@ tags: audit-trail events track filter
dates:
validation: 2025-06-03
posted: 2024-11-28
-categories:
- - identity-and-access-management
---
This page shows you how to see and filter events for your Scaleway resources in Audit Trail.
diff --git a/pages/audit-trail/reference-content/adt-supported-endpoints.mdx b/pages/audit-trail/reference-content/adt-supported-endpoints.mdx
index 86a8ead6f3..f5efbf7ffa 100644
--- a/pages/audit-trail/reference-content/adt-supported-endpoints.mdx
+++ b/pages/audit-trail/reference-content/adt-supported-endpoints.mdx
@@ -5,8 +5,6 @@ tags: audit-trail product-integration products endpoints
dates:
validation: 2025-07-09
posted: 2025-03-27
-categories:
- - identity-and-access-management
---
import AdtAccountEndpoints from '@macros/audit-trail/account-endpoints.mdx'
import AdtIamEndpoints from '@macros/audit-trail/iam-endpoints.mdx'
diff --git a/pages/audit-trail/reference-content/resource-integration-with-adt.mdx b/pages/audit-trail/reference-content/resource-integration-with-adt.mdx
index 18455ceb76..21e69d4ff8 100644
--- a/pages/audit-trail/reference-content/resource-integration-with-adt.mdx
+++ b/pages/audit-trail/reference-content/resource-integration-with-adt.mdx
@@ -5,8 +5,6 @@ tags: audit-trail product-integration scaleway-resources
dates:
validation: 2025-07-09
posted: 2024-11-28
-categories:
- - identity-and-access-management
---
The following table provides details about the Scaleway products that are integrated with Audit Trail.
diff --git a/pages/audit-trail/troubleshooting/cannot-see-events.mdx b/pages/audit-trail/troubleshooting/cannot-see-events.mdx
index a581bf617a..7417cb842a 100644
--- a/pages/audit-trail/troubleshooting/cannot-see-events.mdx
+++ b/pages/audit-trail/troubleshooting/cannot-see-events.mdx
@@ -5,8 +5,6 @@ tags: audit-trail events debug troubleshoot
dates:
validation: 2025-06-03
posted: 2024-11-28
-categories:
- - identity-and-access-management
---
This page provides information on what to do if you cannot find any events in Audit Trail.
diff --git a/pages/audit-trail/troubleshooting/index.mdx b/pages/audit-trail/troubleshooting/index.mdx
index fd47fcedb2..0b152a9f86 100644
--- a/pages/audit-trail/troubleshooting/index.mdx
+++ b/pages/audit-trail/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Audit Trail
description: Find troubleshooting resources for resolving issues with Audit Trail.
dates:
posted: 2025-03-13
-categories:
- - identity-and-access-management
productIcon: AuditTrailProductIcon
---
diff --git a/pages/billing/additional-content/reading-an-invoice.mdx b/pages/billing/additional-content/reading-an-invoice.mdx
index 45c8407f61..337f977fd8 100644
--- a/pages/billing/additional-content/reading-an-invoice.mdx
+++ b/pages/billing/additional-content/reading-an-invoice.mdx
@@ -5,8 +5,6 @@ tags: billing invoice payment
dates:
validation: 2025-05-13
posted: 2024-02-23
-categories:
- - billing
---
import image from './assets/scaleway-invoice-1.webp'
diff --git a/pages/billing/additional-content/understanding-savings-plans.mdx b/pages/billing/additional-content/understanding-savings-plans.mdx
index a1810cc166..32c1331549 100644
--- a/pages/billing/additional-content/understanding-savings-plans.mdx
+++ b/pages/billing/additional-content/understanding-savings-plans.mdx
@@ -5,8 +5,6 @@ tags: billing invoice payment savings plans
dates:
validation: 2025-06-23
posted: 2024-06-10
-categories:
- - billing
---
import image from './assets/scaleway-savings-plan.webp'
import image2 from './assets/scaleway-invoice-taxes.webp'
diff --git a/pages/billing/api-cli/retrieve-monthly-consumption.mdx b/pages/billing/api-cli/retrieve-monthly-consumption.mdx
index c5ccb93c2b..0ee1252839 100644
--- a/pages/billing/api-cli/retrieve-monthly-consumption.mdx
+++ b/pages/billing/api-cli/retrieve-monthly-consumption.mdx
@@ -5,8 +5,6 @@ tags: billing consumption report api export
dates:
validation: 2025-04-08
posted: 2024-03-26
-categories:
- - billing
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/billing/concepts.mdx b/pages/billing/concepts.mdx
index 95f3e2be62..81fa3842d8 100644
--- a/pages/billing/concepts.mdx
+++ b/pages/billing/concepts.mdx
@@ -4,8 +4,6 @@ description: Understand the key billing concepts in the Scaleway console.
tags: billing account pricing payment
dates:
validation: 2025-02-17
-categories:
- - billing
---
## Billing alerts
diff --git a/pages/billing/how-to/add-billing-contact.mdx b/pages/billing/how-to/add-billing-contact.mdx
index b1faae2778..f9c1cb5426 100644
--- a/pages/billing/how-to/add-billing-contact.mdx
+++ b/pages/billing/how-to/add-billing-contact.mdx
@@ -5,8 +5,6 @@ tags: billing payment contact
dates:
validation: 2025-03-03
posted: 2024-02-16
-categories:
- - billing
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/billing/how-to/add-payment-method.mdx b/pages/billing/how-to/add-payment-method.mdx
index bab2b02c61..2d98648bc4 100644
--- a/pages/billing/how-to/add-payment-method.mdx
+++ b/pages/billing/how-to/add-payment-method.mdx
@@ -5,8 +5,6 @@ tags: billing payment sepa credit-card
dates:
validation: 2025-02-24
posted: 2024-02-16
-categories:
- - billing
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/billing/how-to/change-billing-information.mdx b/pages/billing/how-to/change-billing-information.mdx
index 71091fcafe..6f965f9638 100644
--- a/pages/billing/how-to/change-billing-information.mdx
+++ b/pages/billing/how-to/change-billing-information.mdx
@@ -5,8 +5,6 @@ tags: billing payment change address
dates:
validation: 2025-02-24
posted: 2024-02-15
-categories:
- - billing
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/billing/how-to/change-payment-method.mdx b/pages/billing/how-to/change-payment-method.mdx
index 19100b8077..a1a67ed10a 100644
--- a/pages/billing/how-to/change-payment-method.mdx
+++ b/pages/billing/how-to/change-payment-method.mdx
@@ -5,8 +5,6 @@ tags: billing change default payment
dates:
validation: 2025-02-24
posted: 2024-02-15
-categories:
- - billing
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/billing/how-to/download-an-invoice.mdx b/pages/billing/how-to/download-an-invoice.mdx
index 0938df5a69..17d2f6d18d 100644
--- a/pages/billing/how-to/download-an-invoice.mdx
+++ b/pages/billing/how-to/download-an-invoice.mdx
@@ -5,8 +5,6 @@ tags: billing payment invoice download
dates:
validation: 2025-03-03
posted: 2024-02-23
-categories:
- - billing
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/billing/how-to/purchase-savings-plan.mdx b/pages/billing/how-to/purchase-savings-plan.mdx
index 5f40773adb..dfe9226650 100644
--- a/pages/billing/how-to/purchase-savings-plan.mdx
+++ b/pages/billing/how-to/purchase-savings-plan.mdx
@@ -5,8 +5,6 @@ tags: billing payment invoice savings plans
dates:
validation: 2025-04-04
posted: 2024-06-10
-categories:
- - billing
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/billing/how-to/redeem-voucher-code.mdx b/pages/billing/how-to/redeem-voucher-code.mdx
index 0bf2bcb267..3cf98dd428 100644
--- a/pages/billing/how-to/redeem-voucher-code.mdx
+++ b/pages/billing/how-to/redeem-voucher-code.mdx
@@ -5,8 +5,6 @@ tags: discount voucher billing redeem
dates:
validation: 2025-06-02
posted: 2024-02-15
-categories:
- - billing
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/billing/how-to/use-billing-alerts.mdx b/pages/billing/how-to/use-billing-alerts.mdx
index 414604e707..ee59131bb4 100644
--- a/pages/billing/how-to/use-billing-alerts.mdx
+++ b/pages/billing/how-to/use-billing-alerts.mdx
@@ -5,8 +5,6 @@ tags: billing-alert alerts billing budget
dates:
validation: 2025-02-24
posted: 2024-02-14
-categories:
- - billing
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/billing/how-to/use-the-cost-manager.mdx b/pages/billing/how-to/use-the-cost-manager.mdx
index a467844b69..9a9ad26429 100644
--- a/pages/billing/how-to/use-the-cost-manager.mdx
+++ b/pages/billing/how-to/use-the-cost-manager.mdx
@@ -5,8 +5,6 @@ tags: billing budget cost-manager
dates:
validation: 2025-04-08
posted: 2024-03-26
-categories:
- - billing
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/billing/quickstart.mdx b/pages/billing/quickstart.mdx
index 03c8cf3e74..e85d3b5270 100644
--- a/pages/billing/quickstart.mdx
+++ b/pages/billing/quickstart.mdx
@@ -5,8 +5,6 @@ tags: billing payment
dates:
validation: 2025-03-03
posted: 2024-02-20
-categories:
- - billing
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/billing/troubleshooting/cannot-add-payment-method.mdx b/pages/billing/troubleshooting/cannot-add-payment-method.mdx
index 6ff11d3d69..c162f9e0af 100644
--- a/pages/billing/troubleshooting/cannot-add-payment-method.mdx
+++ b/pages/billing/troubleshooting/cannot-add-payment-method.mdx
@@ -5,8 +5,6 @@ tags: billing credit card
dates:
validation: 2025-02-24
posted: 2025-02-24
-categories:
- - billing
---
diff --git a/pages/billing/troubleshooting/fix-common-billing-issues.mdx b/pages/billing/troubleshooting/fix-common-billing-issues.mdx
index 94c4db667b..e599e09680 100644
--- a/pages/billing/troubleshooting/fix-common-billing-issues.mdx
+++ b/pages/billing/troubleshooting/fix-common-billing-issues.mdx
@@ -5,8 +5,6 @@ tags: billing credit card invoice
dates:
validation: 2025-02-24
posted: 2025-02-24
-categories:
- - billing
---
## I cannot pay my invoice
diff --git a/pages/billing/troubleshooting/index.mdx b/pages/billing/troubleshooting/index.mdx
index ae01a48643..a87f474916 100644
--- a/pages/billing/troubleshooting/index.mdx
+++ b/pages/billing/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Billing
description: Find troubleshooting resources for resolving issues with Scaleway Billing.
dates:
posted: 2023-10-05
-categories:
- - billing
productIcon: BillingProductIcon
---
diff --git a/pages/block-storage/api-cli/identifying-volume-snapshot-api.mdx b/pages/block-storage/api-cli/identifying-volume-snapshot-api.mdx
index a42eac5d2f..7f0e551d05 100644
--- a/pages/block-storage/api-cli/identifying-volume-snapshot-api.mdx
+++ b/pages/block-storage/api-cli/identifying-volume-snapshot-api.mdx
@@ -4,8 +4,6 @@ description: Learn how to determine which API (Instance or Block Storage) manage
dates:
validation: 2025-01-13
posted: 2025-01-13
-categories:
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
import BlockStorageMigration from '@macros/storage/block-storage-migration.mdx'
diff --git a/pages/block-storage/api-cli/increasing-volume-size.mdx b/pages/block-storage/api-cli/increasing-volume-size.mdx
index 66791f0d69..7d10edcc50 100644
--- a/pages/block-storage/api-cli/increasing-volume-size.mdx
+++ b/pages/block-storage/api-cli/increasing-volume-size.mdx
@@ -5,9 +5,6 @@ tags: increase expand increment raise storage volume block
dates:
validation: 2025-03-04
posted: 2025-03-04
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/block-storage/api-cli/managing-a-volume.mdx b/pages/block-storage/api-cli/managing-a-volume.mdx
index 4324688c07..5a4183c65d 100644
--- a/pages/block-storage/api-cli/managing-a-volume.mdx
+++ b/pages/block-storage/api-cli/managing-a-volume.mdx
@@ -5,9 +5,6 @@ tags: volume block-storage block mount format use
dates:
validation: 2025-06-09
posted: 2019-11-29
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/block-storage/api-cli/unmounting-a-volume.mdx b/pages/block-storage/api-cli/unmounting-a-volume.mdx
index 021e290ca0..1949e5474c 100644
--- a/pages/block-storage/api-cli/unmounting-a-volume.mdx
+++ b/pages/block-storage/api-cli/unmounting-a-volume.mdx
@@ -5,9 +5,6 @@ tags: volume block-storage block unmount
dates:
validation: 2025-06-09
posted: 2023-11-23
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/block-storage/concepts.mdx b/pages/block-storage/concepts.mdx
index 36af07ad8b..78f9dc97bc 100644
--- a/pages/block-storage/concepts.mdx
+++ b/pages/block-storage/concepts.mdx
@@ -5,9 +5,6 @@ tags: block storage volumes concept
dates:
validation: 2025-06-09
posted: 2023-11-23
-categories:
- - block-storage
- - storage
---
import AvailabilityZone from '@macros/concepts/availability-zone.mdx'
import BlockSnapshot from '@macros/concepts/block-snapshot.mdx'
diff --git a/pages/block-storage/how-to/attach-a-volume.mdx b/pages/block-storage/how-to/attach-a-volume.mdx
index 121659ce98..cda2273f3b 100644
--- a/pages/block-storage/how-to/attach-a-volume.mdx
+++ b/pages/block-storage/how-to/attach-a-volume.mdx
@@ -5,9 +5,6 @@ tags: attach block storage volume
dates:
validation: 2025-03-24
posted: 2023-11-23
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/block-storage/how-to/create-a-snapshot.mdx b/pages/block-storage/how-to/create-a-snapshot.mdx
index ac2c4b2756..b2c2bf193f 100644
--- a/pages/block-storage/how-to/create-a-snapshot.mdx
+++ b/pages/block-storage/how-to/create-a-snapshot.mdx
@@ -5,9 +5,6 @@ tags: create snapshot block storage volume
dates:
validation: 2025-03-24
posted: 2023-11-23
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/block-storage/how-to/create-a-volume.mdx b/pages/block-storage/how-to/create-a-volume.mdx
index 26df0f442a..03137c01df 100644
--- a/pages/block-storage/how-to/create-a-volume.mdx
+++ b/pages/block-storage/how-to/create-a-volume.mdx
@@ -5,9 +5,6 @@ tags: create block storage volume add
dates:
validation: 2025-03-21
posted: 2023-11-23
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/block-storage/how-to/create-volume-from-snapshot.mdx b/pages/block-storage/how-to/create-volume-from-snapshot.mdx
index cc2a2da064..9c7cd8d336 100644
--- a/pages/block-storage/how-to/create-volume-from-snapshot.mdx
+++ b/pages/block-storage/how-to/create-volume-from-snapshot.mdx
@@ -5,9 +5,6 @@ tags: create snapshot block storage volume
dates:
validation: 2025-03-24
posted: 2023-11-23
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/block-storage/how-to/delete-a-snapshot.mdx b/pages/block-storage/how-to/delete-a-snapshot.mdx
index c945b626c9..023df54ce4 100644
--- a/pages/block-storage/how-to/delete-a-snapshot.mdx
+++ b/pages/block-storage/how-to/delete-a-snapshot.mdx
@@ -5,9 +5,6 @@ tags: delete snapshot block volume storage
dates:
validation: 2025-03-24
posted: 2023-11-23
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/block-storage/how-to/delete-a-volume.mdx b/pages/block-storage/how-to/delete-a-volume.mdx
index ad8cafd4ec..91172c4b4e 100644
--- a/pages/block-storage/how-to/delete-a-volume.mdx
+++ b/pages/block-storage/how-to/delete-a-volume.mdx
@@ -5,9 +5,6 @@ tags: delete cancel terminate block volume storage
dates:
validation: 2025-03-24
posted: 2023-11-23
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/block-storage/how-to/detach-a-volume.mdx b/pages/block-storage/how-to/detach-a-volume.mdx
index 31d0ebe741..b2cc6fe4c3 100644
--- a/pages/block-storage/how-to/detach-a-volume.mdx
+++ b/pages/block-storage/how-to/detach-a-volume.mdx
@@ -5,9 +5,6 @@ tags: detach unlock disconnect block storage volume
dates:
validation: 2025-03-24
posted: 2020-01-10
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/block-storage/how-to/identify-api-managing-volumes.mdx b/pages/block-storage/how-to/identify-api-managing-volumes.mdx
index 8429e6d260..606e7b98b4 100644
--- a/pages/block-storage/how-to/identify-api-managing-volumes.mdx
+++ b/pages/block-storage/how-to/identify-api-managing-volumes.mdx
@@ -5,8 +5,6 @@ tags: identify-volume-type identify-snapshot bssd sbs volume snapshot api
dates:
validation: 2025-03-24
posted: 2025-03-24
-categories:
- - block-storage
---
import Requirements from '@macros/iam/requirements.mdx'
import BlockStorageMigration from '@macros/storage/block-storage-migration.mdx'
diff --git a/pages/block-storage/how-to/increase-block-volume.mdx b/pages/block-storage/how-to/increase-block-volume.mdx
index b7ebf8db2c..deb79c933a 100644
--- a/pages/block-storage/how-to/increase-block-volume.mdx
+++ b/pages/block-storage/how-to/increase-block-volume.mdx
@@ -5,9 +5,6 @@ tags: block storage block-storage increase maximize expand volume size
dates:
validation: 2025-03-24
posted: 2023-11-23
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/block-storage/how-to/migrate-volumes-snapshots-to-sbs.mdx b/pages/block-storage/how-to/migrate-volumes-snapshots-to-sbs.mdx
index e68ef43eae..3e706643cb 100644
--- a/pages/block-storage/how-to/migrate-volumes-snapshots-to-sbs.mdx
+++ b/pages/block-storage/how-to/migrate-volumes-snapshots-to-sbs.mdx
@@ -5,8 +5,6 @@ tags: instance snapshot volume b_ssd sbs block
dates:
validation: 2025-06-09
posted: 2025-06-09
-categories:
- - compute
---
import HowToMigrateToSbs from '@macros/compute/how-to-migrate-to-sbs.mdx'
diff --git a/pages/block-storage/how-to/unmount-a-volume.mdx b/pages/block-storage/how-to/unmount-a-volume.mdx
index 49abdb2e29..8f003afbef 100644
--- a/pages/block-storage/how-to/unmount-a-volume.mdx
+++ b/pages/block-storage/how-to/unmount-a-volume.mdx
@@ -5,9 +5,6 @@ tags: unmount umount disconnect unlink block volume
dates:
validation: 2025-03-24
posted: 2019-11-29
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/block-storage/quickstart.mdx b/pages/block-storage/quickstart.mdx
index 5b9a293b14..3e0fc4b9c1 100644
--- a/pages/block-storage/quickstart.mdx
+++ b/pages/block-storage/quickstart.mdx
@@ -5,9 +5,6 @@ tags: block storage overview get started
dates:
validation: 2025-06-20
posted: 2023-11-23
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
import BlockStorageMigration from '@macros/storage/block-storage-migration.mdx'
diff --git a/pages/block-storage/reference-content/advantages-migrating-to-sbs.mdx b/pages/block-storage/reference-content/advantages-migrating-to-sbs.mdx
index cb76e41d99..ad99ba885a 100644
--- a/pages/block-storage/reference-content/advantages-migrating-to-sbs.mdx
+++ b/pages/block-storage/reference-content/advantages-migrating-to-sbs.mdx
@@ -5,8 +5,6 @@ tags: volumes block-storage 5kiops 10kiops sbs low-latency migration
dates:
validation: 2025-03-03
posted: 2025-01-14
-categories:
- - storage
---
import BlockStorageNoMigrationForK8s from '@macros/storage/block-storage-no-migration-for-k8s.mdx'
diff --git a/pages/block-storage/reference-content/differences-between-5kiops-volumes.mdx b/pages/block-storage/reference-content/differences-between-5kiops-volumes.mdx
index 3358e46e46..4dc63c662b 100644
--- a/pages/block-storage/reference-content/differences-between-5kiops-volumes.mdx
+++ b/pages/block-storage/reference-content/differences-between-5kiops-volumes.mdx
@@ -5,8 +5,6 @@ tags: differences-5kiops volumes block-storage 5kiops
dates:
validation: 2025-03-13
posted: 2024-09-05
-categories:
- - storage
---
import BlockStorageVolumeTypes from '@macros/block-storage/block-storage-volume-types.mdx'
diff --git a/pages/block-storage/troubleshooting/index.mdx b/pages/block-storage/troubleshooting/index.mdx
index dc6dc39342..53e4c15993 100644
--- a/pages/block-storage/troubleshooting/index.mdx
+++ b/pages/block-storage/troubleshooting/index.mdx
@@ -4,8 +4,6 @@ description: Find troubleshooting resources for resolving issues with Scaleway B
dates:
posted: 2025-03-12
validation: 2025-03-12
-categories:
- - block-storage
productIcon: BlockStorageProductIcon
---
diff --git a/pages/data-lab/concepts.mdx b/pages/data-lab/concepts.mdx
index 44c9712151..ff237fff48 100644
--- a/pages/data-lab/concepts.mdx
+++ b/pages/data-lab/concepts.mdx
@@ -4,8 +4,6 @@ description: Learn the fundamental concepts of Scaleway Data Lab for Apache Spar
tags: data lab for apache spark notebook jupyter processing
dates:
validation: 2025-02-24
-categories:
- - managed-services
---
## Apache Spark cluster
diff --git a/pages/data-lab/how-to/connect-to-data-lab.mdx b/pages/data-lab/how-to/connect-to-data-lab.mdx
index c3c363c87c..c9bf3c8999 100644
--- a/pages/data-lab/how-to/connect-to-data-lab.mdx
+++ b/pages/data-lab/how-to/connect-to-data-lab.mdx
@@ -5,9 +5,6 @@ tags: data lab for apache spark create process
dates:
validation: 2025-02-24
posted: 2024-07-31
-categories:
- - managed-services
- - data-lab
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-lab/how-to/create-data-lab.mdx b/pages/data-lab/how-to/create-data-lab.mdx
index d9eb4e3710..ee47b90963 100644
--- a/pages/data-lab/how-to/create-data-lab.mdx
+++ b/pages/data-lab/how-to/create-data-lab.mdx
@@ -5,9 +5,6 @@ tags: data lab apache spark create process
dates:
validation: 2025-02-24
posted: 2024-07-31
-categories:
- - managed-services
- - data-lab
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-lab/how-to/manage-delete-data-lab.mdx b/pages/data-lab/how-to/manage-delete-data-lab.mdx
index e14827408d..e4fa53b6e8 100644
--- a/pages/data-lab/how-to/manage-delete-data-lab.mdx
+++ b/pages/data-lab/how-to/manage-delete-data-lab.mdx
@@ -5,9 +5,6 @@ tags: data lab apache spark delete remove suppress
dates:
validation: 2025-02-24
posted: 2024-07-31
-categories:
- - managed-services
- - data-lab
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-lab/quickstart.mdx b/pages/data-lab/quickstart.mdx
index f9180e6176..766e92bb38 100644
--- a/pages/data-lab/quickstart.mdx
+++ b/pages/data-lab/quickstart.mdx
@@ -5,9 +5,6 @@ tags: data lab apache spark notebook jupyter processing
dates:
validation: 2025-02-24
posted: 2024-07-10
-categories:
- - managed-services
- - data-lab
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-lab/troubleshooting/cannot-run-data-lab.mdx b/pages/data-lab/troubleshooting/cannot-run-data-lab.mdx
index 63dea291b6..700e789486 100644
--- a/pages/data-lab/troubleshooting/cannot-run-data-lab.mdx
+++ b/pages/data-lab/troubleshooting/cannot-run-data-lab.mdx
@@ -5,8 +5,6 @@ tags: execution run data lab worker node error cannot process issue troubleshoot
dates:
validation: 2025-04-16
posted: 2024-10-08
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-warehouse/concepts.mdx b/pages/data-warehouse/concepts.mdx
index a4b488e322..1341eef6c2 100644
--- a/pages/data-warehouse/concepts.mdx
+++ b/pages/data-warehouse/concepts.mdx
@@ -5,8 +5,6 @@ tags: data warehouse clickhouse concepts glossary terms definitions
dates:
published: 2025-05-07
validation: 2025-06-03
-categories:
- - data-warehouse
---
## Autoscaling
diff --git a/pages/data-warehouse/how-to/connect-applications.mdx b/pages/data-warehouse/how-to/connect-applications.mdx
index d2377f7f20..89ae225ffb 100644
--- a/pages/data-warehouse/how-to/connect-applications.mdx
+++ b/pages/data-warehouse/how-to/connect-applications.mdx
@@ -5,8 +5,6 @@ tags: connect applications deployment data warehouse clickhouse
dates:
validation: 2025-06-03
posted: 2025-06-03
-categories:
- - data-warehouse
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-warehouse/how-to/connect-bi-tools.mdx b/pages/data-warehouse/how-to/connect-bi-tools.mdx
index 4e02ab7653..cee52e3485 100644
--- a/pages/data-warehouse/how-to/connect-bi-tools.mdx
+++ b/pages/data-warehouse/how-to/connect-bi-tools.mdx
@@ -5,8 +5,6 @@ tags: connect bi-tools deployment data warehouse ClickHouse® integrate integrat
dates:
validation: 2025-06-03
posted: 2025-06-03
-categories:
- - data-warehouse
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-warehouse/how-to/create-deployment.mdx b/pages/data-warehouse/how-to/create-deployment.mdx
index 3a0de4d113..f921343806 100644
--- a/pages/data-warehouse/how-to/create-deployment.mdx
+++ b/pages/data-warehouse/how-to/create-deployment.mdx
@@ -5,8 +5,6 @@ tags: clickhouse data-warehouse deployment
dates:
validation: 2025-06-03
posted: 2025-06-03
-categories:
- - data-warehouse
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-warehouse/how-to/edit-autoscaling.mdx b/pages/data-warehouse/how-to/edit-autoscaling.mdx
index 6966df2941..345bf583d8 100644
--- a/pages/data-warehouse/how-to/edit-autoscaling.mdx
+++ b/pages/data-warehouse/how-to/edit-autoscaling.mdx
@@ -5,8 +5,6 @@ tags: autoscaling data warehouse ClickHouse® configuration scaling admin admini
dates:
validation: 2025-06-03
posted: 2025-06-03
-categories:
- - data-warehouse
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-warehouse/how-to/import-data.mdx b/pages/data-warehouse/how-to/import-data.mdx
index d71042b070..560461e8a5 100644
--- a/pages/data-warehouse/how-to/import-data.mdx
+++ b/pages/data-warehouse/how-to/import-data.mdx
@@ -5,8 +5,6 @@ tags: clickhouse data-warehouse deployment import copy transfer migrate data fed
dates:
validation: 2025-06-03
posted: 2025-06-03
-categories:
- - data-warehouse
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-warehouse/how-to/manage-databases.mdx b/pages/data-warehouse/how-to/manage-databases.mdx
index 994ca72137..6d8e402582 100644
--- a/pages/data-warehouse/how-to/manage-databases.mdx
+++ b/pages/data-warehouse/how-to/manage-databases.mdx
@@ -5,8 +5,6 @@ tags: manage databases data warehouse clickhouse admin administrator db table cr
dates:
validation: 2025-06-03
posted: 2025-06-03
-categories:
- - data-warehouse
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-warehouse/how-to/manage-delete-deployment.mdx b/pages/data-warehouse/how-to/manage-delete-deployment.mdx
index 5a04f82759..ceb5ae1771 100644
--- a/pages/data-warehouse/how-to/manage-delete-deployment.mdx
+++ b/pages/data-warehouse/how-to/manage-delete-deployment.mdx
@@ -5,8 +5,6 @@ tags: clickhouse data-warehouse deployment management
dates:
validation: 2025-06-03
posted: 2025-06-03
-categories:
- - data-warehouse
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-warehouse/how-to/manage-users.mdx b/pages/data-warehouse/how-to/manage-users.mdx
index d8c741e241..90586137cc 100644
--- a/pages/data-warehouse/how-to/manage-users.mdx
+++ b/pages/data-warehouse/how-to/manage-users.mdx
@@ -5,8 +5,6 @@ tags: manage users data warehouse ClickHouse® roles permissions admin administr
dates:
validation: 2025-06-03
posted: 2025-06-03
-categories:
- - data-warehouse
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-warehouse/quickstart.mdx b/pages/data-warehouse/quickstart.mdx
index 43bf8bebae..48471bac79 100644
--- a/pages/data-warehouse/quickstart.mdx
+++ b/pages/data-warehouse/quickstart.mdx
@@ -5,8 +5,6 @@ tags: data warehouse quickstart clickhouse example guide step guide
dates:
validation: 2025-06-03
posted: 2025-06-03
-categories:
- - data-warehouse
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/data-warehouse/reference-content/example-datasets.mdx b/pages/data-warehouse/reference-content/example-datasets.mdx
index 0bb019a9c1..187494c574 100644
--- a/pages/data-warehouse/reference-content/example-datasets.mdx
+++ b/pages/data-warehouse/reference-content/example-datasets.mdx
@@ -5,8 +5,6 @@ tags: clickhouse datasets example data-warehouse
dates:
validation: 2025-06-03
posted: 2025-06-03
-categories:
- - data-warehouse
---
You can test your Scaleway Data Warehouse for ClickHouse® deployment using one of [ClickHouse®'s official example dataset](https://clickhouse.com/docs/getting-started/example-datasets):
diff --git a/pages/dedibox-account/concepts.mdx b/pages/dedibox-account/concepts.mdx
index 327c4c913c..39872d158f 100644
--- a/pages/dedibox-account/concepts.mdx
+++ b/pages/dedibox-account/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to your Dedibox account
tags: dedibox dedibox-console account logs google authenticator authenticator
dates:
validation: 2025-02-24
-categories:
- - account
---
## Abuse
diff --git a/pages/dedibox-account/how-to/accept-outsourcing.mdx b/pages/dedibox-account/how-to/accept-outsourcing.mdx
index 32c74d2a4c..9230f49d74 100644
--- a/pages/dedibox-account/how-to/accept-outsourcing.mdx
+++ b/pages/dedibox-account/how-to/accept-outsourcing.mdx
@@ -5,8 +5,6 @@ tags: dedibox outsource outsourcing-request
dates:
validation: 2025-02-11
posted: 2020-03-12
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-account/how-to/add-payment-method.mdx b/pages/dedibox-account/how-to/add-payment-method.mdx
index 0c3f14d58c..f1863e9c29 100644
--- a/pages/dedibox-account/how-to/add-payment-method.mdx
+++ b/pages/dedibox-account/how-to/add-payment-method.mdx
@@ -5,8 +5,6 @@ tags: dedibox dedibox-console payment billing
dates:
validation: 2025-02-11
posted: 2020-03-12
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-account/how-to/contact-support.mdx b/pages/dedibox-account/how-to/contact-support.mdx
index efbe007d23..c2fcc85a7f 100644
--- a/pages/dedibox-account/how-to/contact-support.mdx
+++ b/pages/dedibox-account/how-to/contact-support.mdx
@@ -5,8 +5,6 @@ tags: contact support help assistance dedibox-console
dates:
validation: 2025-02-11
posted: 2021-08-05
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-account/how-to/create-a-dedibox-account.mdx b/pages/dedibox-account/how-to/create-a-dedibox-account.mdx
index 3cb215b0fb..457a97b710 100644
--- a/pages/dedibox-account/how-to/create-a-dedibox-account.mdx
+++ b/pages/dedibox-account/how-to/create-a-dedibox-account.mdx
@@ -5,8 +5,6 @@ tags: dedibox account create signup
dates:
validation: 2025-02-17
posted: 2020-03-12
-categories:
- - account
---
By creating a Scaleway Dedibox account, you gain access to powerful servers with excellent reliability and redundancy, backed by over 15 years of industry experience.
diff --git a/pages/dedibox-account/how-to/disable-two-factor-authentication.mdx b/pages/dedibox-account/how-to/disable-two-factor-authentication.mdx
index aadc9b1122..2f4b869a06 100644
--- a/pages/dedibox-account/how-to/disable-two-factor-authentication.mdx
+++ b/pages/dedibox-account/how-to/disable-two-factor-authentication.mdx
@@ -5,8 +5,6 @@ tags: dedibox-console dedibox disable mfa 2fa multifactor authentication
dates:
validation: 2025-02-11
posted: 2020-03-12
-categories:
- - account
---
import image from './assets/scaleway-dedibox-console-security-menu.webp'
diff --git a/pages/dedibox-account/how-to/enable-two-factor-authentication.mdx b/pages/dedibox-account/how-to/enable-two-factor-authentication.mdx
index afdfe172e3..c73ec25f3e 100644
--- a/pages/dedibox-account/how-to/enable-two-factor-authentication.mdx
+++ b/pages/dedibox-account/how-to/enable-two-factor-authentication.mdx
@@ -5,8 +5,6 @@ tags: dedibox-console 2fa authentication enable multifactor
dates:
validation: 2025-02-11
posted: 2020-03-12
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-account/how-to/manage-data-settings.mdx b/pages/dedibox-account/how-to/manage-data-settings.mdx
index ac6e836ffe..920d937e17 100644
--- a/pages/dedibox-account/how-to/manage-data-settings.mdx
+++ b/pages/dedibox-account/how-to/manage-data-settings.mdx
@@ -5,8 +5,6 @@ tags: manage data privacy dedibox-console
dates:
validation: 2025-02-11
posted: 2020-03-12
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-account/how-to/outsource-dedibox.mdx b/pages/dedibox-account/how-to/outsource-dedibox.mdx
index a832c8f873..0f0813e64e 100644
--- a/pages/dedibox-account/how-to/outsource-dedibox.mdx
+++ b/pages/dedibox-account/how-to/outsource-dedibox.mdx
@@ -5,8 +5,6 @@ tags: dedibox outsource
dates:
validation: 2025-02-11
posted: 2020-03-12
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-account/how-to/outsource-failover-ip.mdx b/pages/dedibox-account/how-to/outsource-failover-ip.mdx
index f56215a77f..b42e5e437e 100644
--- a/pages/dedibox-account/how-to/outsource-failover-ip.mdx
+++ b/pages/dedibox-account/how-to/outsource-failover-ip.mdx
@@ -5,8 +5,6 @@ tags: dedibox-console dedibox outsource failover failover-ip
dates:
validation: 2025-02-17
posted: 2020-03-12
-categories:
- - account
---
Outsourcing a Dedibox dedicated server and its allocated failover IPs allows another Dedibox user to manage these resources on your behalf.
diff --git a/pages/dedibox-account/how-to/recover-password-lost-email.mdx b/pages/dedibox-account/how-to/recover-password-lost-email.mdx
index 72d75dac7b..c868410438 100644
--- a/pages/dedibox-account/how-to/recover-password-lost-email.mdx
+++ b/pages/dedibox-account/how-to/recover-password-lost-email.mdx
@@ -5,8 +5,6 @@ tags: dedibox-console recover password email account
dates:
validation: 2025-02-11
posted: 2020-03-12
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-account/how-to/report-incident.mdx b/pages/dedibox-account/how-to/report-incident.mdx
index 3d5124fb96..f36a5b75a6 100644
--- a/pages/dedibox-account/how-to/report-incident.mdx
+++ b/pages/dedibox-account/how-to/report-incident.mdx
@@ -5,8 +5,6 @@ tags: report incident dedibox-console
dates:
validation: 2025-02-11
posted: 2021-08-05
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-account/how-to/resolve-abuse.mdx b/pages/dedibox-account/how-to/resolve-abuse.mdx
index 482884f3d1..2289661c64 100644
--- a/pages/dedibox-account/how-to/resolve-abuse.mdx
+++ b/pages/dedibox-account/how-to/resolve-abuse.mdx
@@ -5,8 +5,6 @@ tags: resolve abuse complaint ticket dedibox-console
dates:
validation: 2025-03-11
posted: 2020-03-12
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-account/how-to/revoke-outsourcing.mdx b/pages/dedibox-account/how-to/revoke-outsourcing.mdx
index 00c91d6a8c..2b86cdb317 100644
--- a/pages/dedibox-account/how-to/revoke-outsourcing.mdx
+++ b/pages/dedibox-account/how-to/revoke-outsourcing.mdx
@@ -5,8 +5,6 @@ tags: dedibox revoke outsourcing
dates:
validation: 2025-02-11
posted: 2020-03-12
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-account/how-to/update-email.mdx b/pages/dedibox-account/how-to/update-email.mdx
index 2d55469ba1..4e2c44c397 100644
--- a/pages/dedibox-account/how-to/update-email.mdx
+++ b/pages/dedibox-account/how-to/update-email.mdx
@@ -5,8 +5,6 @@ tags: dedibox update account email
dates:
validation: 2025-02-24
posted: 2020-03-12
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-account/how-to/update-password.mdx b/pages/dedibox-account/how-to/update-password.mdx
index acbb34d3db..eb6e5fb3fb 100644
--- a/pages/dedibox-account/how-to/update-password.mdx
+++ b/pages/dedibox-account/how-to/update-password.mdx
@@ -5,8 +5,6 @@ tags: dedibox account password security
dates:
validation: 2025-02-11
posted: 2020-03-12
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-account/how-to/upload-an-ssh-key.mdx b/pages/dedibox-account/how-to/upload-an-ssh-key.mdx
index cab39941ba..d0ecdc8154 100644
--- a/pages/dedibox-account/how-to/upload-an-ssh-key.mdx
+++ b/pages/dedibox-account/how-to/upload-an-ssh-key.mdx
@@ -5,8 +5,6 @@ tags: upload ssh-key ssh dedibox
dates:
validation: 2025-02-11
posted: 2020-03-12
-categories:
- - account
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-account/quickstart.mdx b/pages/dedibox-account/quickstart.mdx
index 6d57b9b7da..1c5c380dbf 100644
--- a/pages/dedibox-account/quickstart.mdx
+++ b/pages/dedibox-account/quickstart.mdx
@@ -5,8 +5,6 @@ tags: dedibox account quickstart
dates:
validation: 2025-02-11
posted: 2021-07-13
-categories:
- - account
---
[Scaleway Dedibox](https://www.scaleway.com/en/dedibox/) offers high-quality dedicated servers. With almost 20 years of experience, our Dedibox servers are recognized for their extreme reliability and best-in-class redundancy. We manage a continuously growing park of more than 100,000 servers in our data centers in France, Poland, and the Netherlands - offering up to 99.95% SLA.
diff --git a/pages/dedibox-dns/concepts.mdx b/pages/dedibox-dns/concepts.mdx
index c3f2f35014..73a440cf29 100644
--- a/pages/dedibox-dns/concepts.mdx
+++ b/pages/dedibox-dns/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to the Dedibox DNS serv
tags: mx-record txt-record dedibox dns
dates:
validation: 2025-02-24
-categories:
- - dedibox-network
---
## Domain name / Domain
diff --git a/pages/dedibox-dns/how-to/add-dns-delegation.mdx b/pages/dedibox-dns/how-to/add-dns-delegation.mdx
index b2a0e4b275..ac06e0a750 100644
--- a/pages/dedibox-dns/how-to/add-dns-delegation.mdx
+++ b/pages/dedibox-dns/how-to/add-dns-delegation.mdx
@@ -5,8 +5,6 @@ tags: dns dedibox delegation IPv6 IPv4
dates:
validation: 2025-02-17
posted: 2021-05-26
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-dns/how-to/configure-reverse-dns.mdx b/pages/dedibox-dns/how-to/configure-reverse-dns.mdx
index a0146969d8..a2d4cc4ba1 100644
--- a/pages/dedibox-dns/how-to/configure-reverse-dns.mdx
+++ b/pages/dedibox-dns/how-to/configure-reverse-dns.mdx
@@ -5,8 +5,6 @@ tags: dedibox dns
dates:
validation: 2025-04-07
posted: 2021-05-26
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-dns/how-to/configure-secondary-dns.mdx b/pages/dedibox-dns/how-to/configure-secondary-dns.mdx
index 0ccbb75f73..5fd4bbc8da 100644
--- a/pages/dedibox-dns/how-to/configure-secondary-dns.mdx
+++ b/pages/dedibox-dns/how-to/configure-secondary-dns.mdx
@@ -5,8 +5,6 @@ tags: dedibox dns
dates:
validation: 2025-04-07
posted: 2021-05-26
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-domains/concepts.mdx b/pages/dedibox-domains/concepts.mdx
index bd0be365a2..338eec2e0c 100644
--- a/pages/dedibox-domains/concepts.mdx
+++ b/pages/dedibox-domains/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to Scaleway Dedibox Dom
tags: dedibox domain-name dns-server dns tld dnssec waps authcode
dates:
validation: 2025-03-03
-categories:
- - dedibox-network
---
## Domain name
diff --git a/pages/dedibox-domains/how-to/enable-dnssec.mdx b/pages/dedibox-domains/how-to/enable-dnssec.mdx
index 12c727a314..13c8a1ffc2 100644
--- a/pages/dedibox-domains/how-to/enable-dnssec.mdx
+++ b/pages/dedibox-domains/how-to/enable-dnssec.mdx
@@ -5,8 +5,6 @@ tags: dedibox dnssec domain
dates:
validation: 2025-02-24
posted: 2021-05-26
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-domains/how-to/file-contact-info.mdx b/pages/dedibox-domains/how-to/file-contact-info.mdx
index 240c3fd191..37fa0c49bb 100644
--- a/pages/dedibox-domains/how-to/file-contact-info.mdx
+++ b/pages/dedibox-domains/how-to/file-contact-info.mdx
@@ -5,8 +5,6 @@ tags: dedibox contact-information domain
dates:
validation: 2025-02-24
posted: 2021-05-26
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-domains/how-to/manage-dns-servers.mdx b/pages/dedibox-domains/how-to/manage-dns-servers.mdx
index 74d3a6d283..ababaeb8d9 100644
--- a/pages/dedibox-domains/how-to/manage-dns-servers.mdx
+++ b/pages/dedibox-domains/how-to/manage-dns-servers.mdx
@@ -5,8 +5,6 @@ tags: domain dns-server dns dedibox
dates:
validation: 2025-02-24
posted: 2021-05-26
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-domains/how-to/manage-dns-zones.mdx b/pages/dedibox-domains/how-to/manage-dns-zones.mdx
index 738fa842ab..0b04655f54 100644
--- a/pages/dedibox-domains/how-to/manage-dns-zones.mdx
+++ b/pages/dedibox-domains/how-to/manage-dns-zones.mdx
@@ -5,8 +5,6 @@ tags: dedibox domain dns dns-zone
dates:
validation: 2025-02-24
posted: 2021-05-26
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-domains/how-to/purchase-domain.mdx b/pages/dedibox-domains/how-to/purchase-domain.mdx
index 3f13bb053c..449cdb7a7d 100644
--- a/pages/dedibox-domains/how-to/purchase-domain.mdx
+++ b/pages/dedibox-domains/how-to/purchase-domain.mdx
@@ -5,8 +5,6 @@ tags: dedibox domain domain-name
dates:
validation: 2025-02-24
posted: 2021-05-26
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-domains/how-to/renew-domain.mdx b/pages/dedibox-domains/how-to/renew-domain.mdx
index ae298712ee..2781c15439 100644
--- a/pages/dedibox-domains/how-to/renew-domain.mdx
+++ b/pages/dedibox-domains/how-to/renew-domain.mdx
@@ -5,8 +5,6 @@ tags: dedibox domain-name domain
dates:
validation: 2025-02-25
posted: 2021-05-26
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-domains/how-to/transfer-domain.mdx b/pages/dedibox-domains/how-to/transfer-domain.mdx
index d7508434a2..d74765798e 100644
--- a/pages/dedibox-domains/how-to/transfer-domain.mdx
+++ b/pages/dedibox-domains/how-to/transfer-domain.mdx
@@ -5,8 +5,6 @@ tags: dedibox domain transfer domain-name authcode antispam
dates:
validation: 2025-02-24
posted: 2021-05-26
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-domains/how-to/validate-waps-info.mdx b/pages/dedibox-domains/how-to/validate-waps-info.mdx
index ce639dde2b..ef27c9d8aa 100644
--- a/pages/dedibox-domains/how-to/validate-waps-info.mdx
+++ b/pages/dedibox-domains/how-to/validate-waps-info.mdx
@@ -5,8 +5,6 @@ tags: dedibox waps
dates:
validation: 2025-02-24
posted: 2021-05-26
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-domains/quickstart.mdx b/pages/dedibox-domains/quickstart.mdx
index 3c27ead95b..e1a3c4d004 100644
--- a/pages/dedibox-domains/quickstart.mdx
+++ b/pages/dedibox-domains/quickstart.mdx
@@ -5,8 +5,6 @@ tags: dedibox domains domain waps whois
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-hardware/concepts.mdx b/pages/dedibox-hardware/concepts.mdx
index 3102ff589e..331264551b 100644
--- a/pages/dedibox-hardware/concepts.mdx
+++ b/pages/dedibox-hardware/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to your servers Hardwar
tags: dedibox hardware cpu hdd nvme ssd raid raid 0 raid-0 raid 1 raid-1 raid-5
dates:
validation: 2025-03-11
-categories:
- - dedibox-servers
---
## CPU
diff --git a/pages/dedibox-hardware/how-to/configure-dell-perc-h200.mdx b/pages/dedibox-hardware/how-to/configure-dell-perc-h200.mdx
index 4185658566..0bf70ab849 100644
--- a/pages/dedibox-hardware/how-to/configure-dell-perc-h200.mdx
+++ b/pages/dedibox-hardware/how-to/configure-dell-perc-h200.mdx
@@ -5,8 +5,6 @@ tags: dedibox h200 raid dell perc controller
dates:
validation: 2025-03-05
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-hardware/how-to/configure-dell-perc-h310-h700-h710-h730p-lsi9361.mdx b/pages/dedibox-hardware/how-to/configure-dell-perc-h310-h700-h710-h730p-lsi9361.mdx
index 7bb53ac428..db8b8bf351 100644
--- a/pages/dedibox-hardware/how-to/configure-dell-perc-h310-h700-h710-h730p-lsi9361.mdx
+++ b/pages/dedibox-hardware/how-to/configure-dell-perc-h310-h700-h710-h730p-lsi9361.mdx
@@ -5,8 +5,6 @@ tags: dell perc h310 raid controller dedibox
dates:
validation: 2025-03-05
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-hardware/how-to/configure-hardware-raid-console.mdx b/pages/dedibox-hardware/how-to/configure-hardware-raid-console.mdx
index f408a6fbd0..5914da4a5d 100644
--- a/pages/dedibox-hardware/how-to/configure-hardware-raid-console.mdx
+++ b/pages/dedibox-hardware/how-to/configure-hardware-raid-console.mdx
@@ -5,8 +5,6 @@ tags: dedibox raid
dates:
validation: 2025-03-05
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-hardware/how-to/configure-hp-smart-array.mdx b/pages/dedibox-hardware/how-to/configure-hp-smart-array.mdx
index ec59262a44..5c67c71b8e 100644
--- a/pages/dedibox-hardware/how-to/configure-hp-smart-array.mdx
+++ b/pages/dedibox-hardware/how-to/configure-hp-smart-array.mdx
@@ -5,8 +5,6 @@ tags: dedibox hp smart array p420 p410 p222 raid controller
dates:
validation: 2025-02-25
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-hardware/how-to/configure-raid-kvm-h200.mdx b/pages/dedibox-hardware/how-to/configure-raid-kvm-h200.mdx
index 0d201168e1..94656eb291 100644
--- a/pages/dedibox-hardware/how-to/configure-raid-kvm-h200.mdx
+++ b/pages/dedibox-hardware/how-to/configure-raid-kvm-h200.mdx
@@ -5,8 +5,6 @@ tags: dedibox dell perc h200 raid kvm
dates:
validation: 2025-03-05
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-hardware/how-to/configure-raid-kvm-h310.mdx b/pages/dedibox-hardware/how-to/configure-raid-kvm-h310.mdx
index 5001efee2b..5ca83f55e0 100644
--- a/pages/dedibox-hardware/how-to/configure-raid-kvm-h310.mdx
+++ b/pages/dedibox-hardware/how-to/configure-raid-kvm-h310.mdx
@@ -5,8 +5,6 @@ tags: dell perc h310 h710 h730 raid controller kvm
dates:
validation: 2025-05-03
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-hardware/how-to/configure-raid-kvm-p410.mdx b/pages/dedibox-hardware/how-to/configure-raid-kvm-p410.mdx
index 5d56113246..948e039de4 100644
--- a/pages/dedibox-hardware/how-to/configure-raid-kvm-p410.mdx
+++ b/pages/dedibox-hardware/how-to/configure-raid-kvm-p410.mdx
@@ -5,8 +5,6 @@ tags: dedibox hp smart array p410 raid kvm
dates:
validation: 2025-02-17
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-hardware/how-to/configure-raid-kvm-p420.mdx b/pages/dedibox-hardware/how-to/configure-raid-kvm-p420.mdx
index 5c79fec46a..3af8a3016f 100644
--- a/pages/dedibox-hardware/how-to/configure-raid-kvm-p420.mdx
+++ b/pages/dedibox-hardware/how-to/configure-raid-kvm-p420.mdx
@@ -5,8 +5,6 @@ tags: dedibox hp smart array p420 raid kvm
dates:
validation: 2025-02-17
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-hardware/reference-content/server-comparison-table.mdx b/pages/dedibox-hardware/reference-content/server-comparison-table.mdx
index ecc9e3f32f..cc8c26b616 100644
--- a/pages/dedibox-hardware/reference-content/server-comparison-table.mdx
+++ b/pages/dedibox-hardware/reference-content/server-comparison-table.mdx
@@ -5,8 +5,6 @@ tags: dedibox server
dates:
validation: 2025-05-19
posted: 2021-09-05
-categories:
- - dedibox-servers
---
These comparison tables display our Dedibox machines, grouped by categories.
diff --git a/pages/dedibox-hardware/troubleshooting/diagnose-defective-disk.mdx b/pages/dedibox-hardware/troubleshooting/diagnose-defective-disk.mdx
index fed7e95576..ce975f550c 100644
--- a/pages/dedibox-hardware/troubleshooting/diagnose-defective-disk.mdx
+++ b/pages/dedibox-hardware/troubleshooting/diagnose-defective-disk.mdx
@@ -5,8 +5,6 @@ tags: dedibox diagnosis failing-disk
dates:
validation: 2025-02-06
posted: 2021-11-02
-categories:
- - dedibox-hardware
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-hardware/troubleshooting/index.mdx b/pages/dedibox-hardware/troubleshooting/index.mdx
index 1f1cbe9d5a..278b9ae183 100644
--- a/pages/dedibox-hardware/troubleshooting/index.mdx
+++ b/pages/dedibox-hardware/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Dedibox Hardware
description: Find troubleshooting resources for resolving issues with Dedibox Hardware.
dates:
posted: 2025-03-11
-categories:
- - dedibox
productIcon: DediboxProductIcon
---
diff --git a/pages/dedibox-ip-failover/concepts.mdx b/pages/dedibox-ip-failover/concepts.mdx
index 090a8e2809..f642b3490c 100644
--- a/pages/dedibox-ip-failover/concepts.mdx
+++ b/pages/dedibox-ip-failover/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to failover IP on Scale
tags: dedibox failover failover-ip plesk bridged nat virtualization
dates:
validation: 2025-03-03
-categories:
- - dedibox-network
---
## Bridged network
diff --git a/pages/dedibox-ip-failover/how-to/assign-failover-ip.mdx b/pages/dedibox-ip-failover/how-to/assign-failover-ip.mdx
index f5fb03efcf..3a47a36e6e 100644
--- a/pages/dedibox-ip-failover/how-to/assign-failover-ip.mdx
+++ b/pages/dedibox-ip-failover/how-to/assign-failover-ip.mdx
@@ -5,8 +5,6 @@ tags: dedibox failover failover-ip
dates:
validation: 2025-01-30
posted: 2021-07-29
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
import FailoverIp from '@macros/network/failover-ip-limitations.mdx'
diff --git a/pages/dedibox-ip-failover/how-to/configure-centos.mdx b/pages/dedibox-ip-failover/how-to/configure-centos.mdx
index a8eca5096c..7440f880a5 100644
--- a/pages/dedibox-ip-failover/how-to/configure-centos.mdx
+++ b/pages/dedibox-ip-failover/how-to/configure-centos.mdx
@@ -5,8 +5,6 @@ tags: dedibox network failover ip failover-ip centos
dates:
validation: 2025-02-11
posted: 2021-07-29
-categories:
- - dedibox-ip-failover
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-ip-failover/how-to/configure-debian-ubuntu.mdx b/pages/dedibox-ip-failover/how-to/configure-debian-ubuntu.mdx
index 509e8479ae..2c1a351732 100644
--- a/pages/dedibox-ip-failover/how-to/configure-debian-ubuntu.mdx
+++ b/pages/dedibox-ip-failover/how-to/configure-debian-ubuntu.mdx
@@ -5,8 +5,6 @@ tags: failover-failover IP ip debian ubuntu dedibox linux
dates:
validation: 2025-02-13
posted: 2021-07-29
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-ip-failover/how-to/configure-freebsd.mdx b/pages/dedibox-ip-failover/how-to/configure-freebsd.mdx
index ce6df95219..3d4ea3a810 100644
--- a/pages/dedibox-ip-failover/how-to/configure-freebsd.mdx
+++ b/pages/dedibox-ip-failover/how-to/configure-freebsd.mdx
@@ -5,8 +5,6 @@ tags: dedibox failover-failover IP freebsd
dates:
validation: 2025-04-22
posted: 2021-07-29
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-ip-failover/how-to/configure-multiip-virtualmac.mdx b/pages/dedibox-ip-failover/how-to/configure-multiip-virtualmac.mdx
index 27d2b6adb9..dd7479d76f 100644
--- a/pages/dedibox-ip-failover/how-to/configure-multiip-virtualmac.mdx
+++ b/pages/dedibox-ip-failover/how-to/configure-multiip-virtualmac.mdx
@@ -5,8 +5,6 @@ tags: dedibox multi-ip virtual mac
dates:
validation: 2025-02-17
posted: 2021-07-29
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-ip-failover/how-to/configure-network-virtual-machine.mdx b/pages/dedibox-ip-failover/how-to/configure-network-virtual-machine.mdx
index 933ee714fd..1d2529ac46 100644
--- a/pages/dedibox-ip-failover/how-to/configure-network-virtual-machine.mdx
+++ b/pages/dedibox-ip-failover/how-to/configure-network-virtual-machine.mdx
@@ -5,8 +5,6 @@ tags: dedibox network virtual-machine virtual machine ubuntu debian centOS windo
dates:
validation: 2025-01-30
posted: 2021-07-29
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-ip-failover/how-to/configure-reverse-dns.mdx b/pages/dedibox-ip-failover/how-to/configure-reverse-dns.mdx
index 2b77c2a74b..a9cf9c3a7d 100644
--- a/pages/dedibox-ip-failover/how-to/configure-reverse-dns.mdx
+++ b/pages/dedibox-ip-failover/how-to/configure-reverse-dns.mdx
@@ -5,8 +5,6 @@ tags: dedibox dns failover-ip failover
dates:
validation: 2025-01-30
posted: 2021-07-29
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-ip-failover/how-to/configure-windows.mdx b/pages/dedibox-ip-failover/how-to/configure-windows.mdx
index 4bbddf16c7..6f3062c60e 100644
--- a/pages/dedibox-ip-failover/how-to/configure-windows.mdx
+++ b/pages/dedibox-ip-failover/how-to/configure-windows.mdx
@@ -5,8 +5,6 @@ tags: dedibox failover-ip windows server windows-server-2019
dates:
validation: 2025-01-30
posted: 2021-07-29
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-ip-failover/how-to/create-virtual-mac.mdx b/pages/dedibox-ip-failover/how-to/create-virtual-mac.mdx
index f274dc9e4d..9cb03e4958 100644
--- a/pages/dedibox-ip-failover/how-to/create-virtual-mac.mdx
+++ b/pages/dedibox-ip-failover/how-to/create-virtual-mac.mdx
@@ -5,8 +5,6 @@ tags: mac failover-ip briged nated network dedibox mac-address virtual mac
dates:
validation: 2025-03-03
posted: 2021-07-29
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
import FailoverIp from '@macros/network/failover-ip-limitations.mdx'
diff --git a/pages/dedibox-ip-failover/how-to/order-failover-ip.mdx b/pages/dedibox-ip-failover/how-to/order-failover-ip.mdx
index 4094c33a00..30dc3cba02 100644
--- a/pages/dedibox-ip-failover/how-to/order-failover-ip.mdx
+++ b/pages/dedibox-ip-failover/how-to/order-failover-ip.mdx
@@ -5,8 +5,6 @@ tags: dedibox failover-ip failover
dates:
validation: 2025-02-11
posted: 2021-07-29
-categories:
- - dedibox-ip-failover
---
import Requirements from '@macros/iam/requirements.mdx'
import FailoverIp from '@macros/network/failover-ip-limitations.mdx'
diff --git a/pages/dedibox-ip-failover/quickstart.mdx b/pages/dedibox-ip-failover/quickstart.mdx
index 93a8fa583f..f80c07c005 100644
--- a/pages/dedibox-ip-failover/quickstart.mdx
+++ b/pages/dedibox-ip-failover/quickstart.mdx
@@ -2,8 +2,6 @@
title: Failover IP - Quickstart
description: This page provides a quickstart guide for failover IP for Dedibox servers.
tags: dedibox failover-failover IP ip
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
import FailoverIp from '@macros/network/failover-ip-limitations.mdx'
diff --git a/pages/dedibox-ipv6/concepts.mdx b/pages/dedibox-ipv6/concepts.mdx
index 774778fc62..feed742e8f 100644
--- a/pages/dedibox-ipv6/concepts.mdx
+++ b/pages/dedibox-ipv6/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to IPv6 on Scaleway Ded
tags: dedibox ipv6 duid dhcpv6 ipv4 slaac stateful stateless dhcp
dates:
validation: 2025-03-11
-categories:
- - dedibox-network
---
## DHCPv6
diff --git a/pages/dedibox-ipv6/how-to/configure-ipv6-linux.mdx b/pages/dedibox-ipv6/how-to/configure-ipv6-linux.mdx
index a3a2cd372b..8e7b170c41 100644
--- a/pages/dedibox-ipv6/how-to/configure-ipv6-linux.mdx
+++ b/pages/dedibox-ipv6/how-to/configure-ipv6-linux.mdx
@@ -5,8 +5,6 @@ tags: dedibox ipv6 systemd-networkd
dates:
validation: 2025-04-30
posted: 2021-08-03
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-ipv6/how-to/configure-ipv6-windows.mdx b/pages/dedibox-ipv6/how-to/configure-ipv6-windows.mdx
index cf7ae5e85b..454e8711a7 100644
--- a/pages/dedibox-ipv6/how-to/configure-ipv6-windows.mdx
+++ b/pages/dedibox-ipv6/how-to/configure-ipv6-windows.mdx
@@ -5,8 +5,6 @@ tags: dedibox ipv6 windows subnet
dates:
validation: 2025-06-09
posted: 2021-08-03
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-ipv6/how-to/create-subnet.mdx b/pages/dedibox-ipv6/how-to/create-subnet.mdx
index 946beb35bd..5c59ea868a 100644
--- a/pages/dedibox-ipv6/how-to/create-subnet.mdx
+++ b/pages/dedibox-ipv6/how-to/create-subnet.mdx
@@ -5,8 +5,6 @@ tags: dedibox ipv6 subnet
dates:
validation: 2025-02-17
posted: 2021-08-03
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-ipv6/how-to/debug-ipv6.mdx b/pages/dedibox-ipv6/how-to/debug-ipv6.mdx
index 1fd34a9cf0..e893cdf0ed 100644
--- a/pages/dedibox-ipv6/how-to/debug-ipv6.mdx
+++ b/pages/dedibox-ipv6/how-to/debug-ipv6.mdx
@@ -5,8 +5,6 @@ tags: dedibox ipv6
dates:
validation: 2025-02-11
posted: 2021-08-03
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-ipv6/how-to/enable-ipv6-slaac.mdx b/pages/dedibox-ipv6/how-to/enable-ipv6-slaac.mdx
index 9d33b69581..def1ac0d2a 100644
--- a/pages/dedibox-ipv6/how-to/enable-ipv6-slaac.mdx
+++ b/pages/dedibox-ipv6/how-to/enable-ipv6-slaac.mdx
@@ -5,8 +5,6 @@ tags: dedibox slaac ipv6
dates:
validation: 2025-06-09
posted: 2021-08-03
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-ipv6/how-to/request-prefix.mdx b/pages/dedibox-ipv6/how-to/request-prefix.mdx
index dd85bafc50..b078fc5fd0 100644
--- a/pages/dedibox-ipv6/how-to/request-prefix.mdx
+++ b/pages/dedibox-ipv6/how-to/request-prefix.mdx
@@ -5,8 +5,6 @@ tags: dedibox ipv6 prefix
dates:
validation: 2025-06-09
posted: 2021-08-03
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-ipv6/quickstart.mdx b/pages/dedibox-ipv6/quickstart.mdx
index 622a5b7997..851de72668 100644
--- a/pages/dedibox-ipv6/quickstart.mdx
+++ b/pages/dedibox-ipv6/quickstart.mdx
@@ -5,8 +5,6 @@ tags: dedibox ipv6 slaac dhcp
dates:
validation: 2025-03-03
posted: 2021-08-03
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-kvm-over-ip/concepts.mdx b/pages/dedibox-kvm-over-ip/concepts.mdx
index 0b71f65ee0..ea50dcf2e0 100644
--- a/pages/dedibox-kvm-over-ip/concepts.mdx
+++ b/pages/dedibox-kvm-over-ip/concepts.mdx
@@ -2,8 +2,6 @@
title: KVM over IP - Concepts
description: This page explains all the concepts related to KVM over IP
tags: kvm iso-file idrac ilo iso
-categories:
- - dedibox-servers
dates:
validation: 2025-03-11
---
diff --git a/pages/dedibox-kvm-over-ip/how-to/dell-idrac6.mdx b/pages/dedibox-kvm-over-ip/how-to/dell-idrac6.mdx
index 9ae6a5cc1e..df669a1807 100644
--- a/pages/dedibox-kvm-over-ip/how-to/dell-idrac6.mdx
+++ b/pages/dedibox-kvm-over-ip/how-to/dell-idrac6.mdx
@@ -5,8 +5,6 @@ tags: dedibox kvm idrac
dates:
validation: 2025-02-25
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-kvm-over-ip/how-to/dell-idrac7.mdx b/pages/dedibox-kvm-over-ip/how-to/dell-idrac7.mdx
index cfa9f2265b..04d584769d 100644
--- a/pages/dedibox-kvm-over-ip/how-to/dell-idrac7.mdx
+++ b/pages/dedibox-kvm-over-ip/how-to/dell-idrac7.mdx
@@ -5,8 +5,6 @@ tags: dedibox kvm idrac7 idrac
dates:
validation: 2025-02-25
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-kvm-over-ip/how-to/dell-idrac8.mdx b/pages/dedibox-kvm-over-ip/how-to/dell-idrac8.mdx
index 217db01aa7..9d5aa00297 100644
--- a/pages/dedibox-kvm-over-ip/how-to/dell-idrac8.mdx
+++ b/pages/dedibox-kvm-over-ip/how-to/dell-idrac8.mdx
@@ -5,8 +5,6 @@ tags: dedibox kvm dell idrac idrac8
dates:
validation: 2025-02-25
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-kvm-over-ip/how-to/dell-idrac9.mdx b/pages/dedibox-kvm-over-ip/how-to/dell-idrac9.mdx
index 46efc2a1fb..ffa3c41607 100644
--- a/pages/dedibox-kvm-over-ip/how-to/dell-idrac9.mdx
+++ b/pages/dedibox-kvm-over-ip/how-to/dell-idrac9.mdx
@@ -5,8 +5,6 @@ tags: dedibox kvm idrac
dates:
validation: 2025-02-25
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import image from './assets/scaleway_idrac.webp'
import image2 from './assets/scaleway_idrac9_console.webp'
diff --git a/pages/dedibox-kvm-over-ip/how-to/disable-boot-errors-idrac.mdx b/pages/dedibox-kvm-over-ip/how-to/disable-boot-errors-idrac.mdx
index 0c8b5f7c29..e1d00a1da5 100644
--- a/pages/dedibox-kvm-over-ip/how-to/disable-boot-errors-idrac.mdx
+++ b/pages/dedibox-kvm-over-ip/how-to/disable-boot-errors-idrac.mdx
@@ -5,8 +5,6 @@ tags: boot error idrac
dates:
validation: 2025-03-05
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-kvm-over-ip/how-to/hp-ilo.mdx b/pages/dedibox-kvm-over-ip/how-to/hp-ilo.mdx
index 5a8a6b4bd0..3ffa1206eb 100644
--- a/pages/dedibox-kvm-over-ip/how-to/hp-ilo.mdx
+++ b/pages/dedibox-kvm-over-ip/how-to/hp-ilo.mdx
@@ -5,8 +5,6 @@ tags: kvm hp iLO access creation dedibox
dates:
validation: 2025-02-25
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-kvm-over-ip/how-to/quanta-computer.mdx b/pages/dedibox-kvm-over-ip/how-to/quanta-computer.mdx
index 5494332d38..0ce186ce8a 100644
--- a/pages/dedibox-kvm-over-ip/how-to/quanta-computer.mdx
+++ b/pages/dedibox-kvm-over-ip/how-to/quanta-computer.mdx
@@ -5,8 +5,6 @@ tags: kvm quanta qct
dates:
validation: 2025-07-01
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-kvm-over-ip/how-to/quantaplex.mdx b/pages/dedibox-kvm-over-ip/how-to/quantaplex.mdx
index 90fbdc5fa4..286982d980 100644
--- a/pages/dedibox-kvm-over-ip/how-to/quantaplex.mdx
+++ b/pages/dedibox-kvm-over-ip/how-to/quantaplex.mdx
@@ -5,8 +5,6 @@ tags: kvm quantaplex
dates:
validation: 2025-03-05
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-kvm-over-ip/how-to/supermicro.mdx b/pages/dedibox-kvm-over-ip/how-to/supermicro.mdx
index 5888606919..2c8a1914c4 100644
--- a/pages/dedibox-kvm-over-ip/how-to/supermicro.mdx
+++ b/pages/dedibox-kvm-over-ip/how-to/supermicro.mdx
@@ -5,8 +5,6 @@ tags: kvm supermicro
dates:
validation: 2025-03-05
posted: 2021-07-16
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-kvm-over-ip/how-to/understanding-bmc.mdx b/pages/dedibox-kvm-over-ip/how-to/understanding-bmc.mdx
index 9901eed847..ff8ad2501d 100644
--- a/pages/dedibox-kvm-over-ip/how-to/understanding-bmc.mdx
+++ b/pages/dedibox-kvm-over-ip/how-to/understanding-bmc.mdx
@@ -5,8 +5,6 @@ tags: kvm quantaplex
dates:
validation: 2025-04-01
posted: 2024-04-01
-categories:
- - dedibox-servers
---
A **Baseboard Management Controller (BMC)** is a specialized microcontroller embedded in dedicated servers that provides out-of-band management capabilities. It enables system administrators to monitor and manage hardware remotely, even when the server is powered off or unresponsive. BMCs are an essential component of modern server infrastructure, particularly for data centers and enterprise environments.
diff --git a/pages/dedibox-kvm-over-ip/quickstart.mdx b/pages/dedibox-kvm-over-ip/quickstart.mdx
index 3cc8090094..beb51d5a52 100644
--- a/pages/dedibox-kvm-over-ip/quickstart.mdx
+++ b/pages/dedibox-kvm-over-ip/quickstart.mdx
@@ -4,8 +4,6 @@ description: KVM over IP Quickstart
tags: dedibox kvm over-ip
dates:
validation: 2025-03-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-network/how-to/configure-network-netplan.mdx b/pages/dedibox-network/how-to/configure-network-netplan.mdx
index 8aaed3c034..940fc280ac 100644
--- a/pages/dedibox-network/how-to/configure-network-netplan.mdx
+++ b/pages/dedibox-network/how-to/configure-network-netplan.mdx
@@ -5,8 +5,6 @@ tags: dedibox network netplan ubuntu
dates:
validation: 2025-03-03
posted: 2021-08-20
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-network/how-to/subscribe-to-jmrp.mdx b/pages/dedibox-network/how-to/subscribe-to-jmrp.mdx
index fb9be92185..5e2a2c99f6 100644
--- a/pages/dedibox-network/how-to/subscribe-to-jmrp.mdx
+++ b/pages/dedibox-network/how-to/subscribe-to-jmrp.mdx
@@ -5,8 +5,6 @@ tags: dedibox network jmrp
dates:
validation: 2025-02-17
posted: 2021-08-20
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-network/reference-content/anti-ddos.mdx b/pages/dedibox-network/reference-content/anti-ddos.mdx
index aa11220365..56e27d2924 100644
--- a/pages/dedibox-network/reference-content/anti-ddos.mdx
+++ b/pages/dedibox-network/reference-content/anti-ddos.mdx
@@ -5,8 +5,6 @@ tags: dedibox network anti-ddos ddos
dates:
validation: 2025-03-03
posted: 2021-08-20
-categories:
- - dedibox-network
---
import image from './assets/scaleway-offre-ddos.webp'
diff --git a/pages/dedibox-network/troubleshooting/index.mdx b/pages/dedibox-network/troubleshooting/index.mdx
index bfcc0d6aca..bf6326485a 100644
--- a/pages/dedibox-network/troubleshooting/index.mdx
+++ b/pages/dedibox-network/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Dedibox Network
description: Find troubleshooting resources for resolving issues with Dedibox Network.
dates:
posted: 2025-03-11
-categories:
- - dedibox
productIcon: DediboxProductIcon
---
diff --git a/pages/dedibox-network/troubleshooting/network-troubleshooting.mdx b/pages/dedibox-network/troubleshooting/network-troubleshooting.mdx
index bc90a3adcb..cd5daea54a 100644
--- a/pages/dedibox-network/troubleshooting/network-troubleshooting.mdx
+++ b/pages/dedibox-network/troubleshooting/network-troubleshooting.mdx
@@ -5,8 +5,6 @@ tags: mtr-test dedibox network iperf mtr
dates:
validation: 2025-03-11
posted: 2021-08-20
-categories:
- - dedibox-network
---
## Problem
diff --git a/pages/dedibox-rpn/concepts.mdx b/pages/dedibox-rpn/concepts.mdx
index 59fb6feb37..0982e7aa11 100644
--- a/pages/dedibox-rpn/concepts.mdx
+++ b/pages/dedibox-rpn/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to RPN on Scaleway
tags: dedibox rpn q-in-q rpn-san vlan
dates:
validation: 2025-03-03
-categories:
- - dedibox-network
---
## Q-in-Q mode
diff --git a/pages/dedibox-rpn/how-to/configure-jumboframes.mdx b/pages/dedibox-rpn/how-to/configure-jumboframes.mdx
index 6c97bfbc03..28921b5e42 100644
--- a/pages/dedibox-rpn/how-to/configure-jumboframes.mdx
+++ b/pages/dedibox-rpn/how-to/configure-jumboframes.mdx
@@ -5,8 +5,6 @@ tags: dedibox jumbo frames jumbo-frames rpn mtu NFS
dates:
validation: 2025-03-03
posted: 2021-07-16
-categories:
- - dedibox-network
---
The RPN network supports by default jumbo frames. This allows you to configure your network interfaces with an MTU 9000 (Maximum transfer unit).
diff --git a/pages/dedibox-rpn/how-to/configure-rpnv1-gateway.mdx b/pages/dedibox-rpn/how-to/configure-rpnv1-gateway.mdx
index 210a33363f..b69a67f56f 100644
--- a/pages/dedibox-rpn/how-to/configure-rpnv1-gateway.mdx
+++ b/pages/dedibox-rpn/how-to/configure-rpnv1-gateway.mdx
@@ -5,8 +5,6 @@ tags: dedibox rpnv1 rpnv2 rpn
dates:
validation: 2025-03-03
posted: 2021-11-29
-categories:
- - dedibox-network
---
import image from './assets/scaleway_rpnv1_gateway.webp'
diff --git a/pages/dedibox-rpn/how-to/configure-rpnv1.mdx b/pages/dedibox-rpn/how-to/configure-rpnv1.mdx
index bb5a9c17df..5a5f509e44 100644
--- a/pages/dedibox-rpn/how-to/configure-rpnv1.mdx
+++ b/pages/dedibox-rpn/how-to/configure-rpnv1.mdx
@@ -5,8 +5,6 @@ tags: dedibox rpn rpnv1
dates:
validation: 2025-03-03
posted: 2022-10-17
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-rpn/how-to/configure-rpnv2.mdx b/pages/dedibox-rpn/how-to/configure-rpnv2.mdx
index 9d161d73ee..ec95c4bb7b 100644
--- a/pages/dedibox-rpn/how-to/configure-rpnv2.mdx
+++ b/pages/dedibox-rpn/how-to/configure-rpnv2.mdx
@@ -5,8 +5,6 @@ tags: dedibox rpnv2 rpn
dates:
validation: 2025-03-03
posted: 2021-07-16
-categories:
- - dedibox-network
---
import image from './assets/scaleway_esxi_vswitch.webp'
import image2 from './assets/scaleway_esxi_rpn.webp'
diff --git a/pages/dedibox-rpn/how-to/connect-rpn-san-windows.mdx b/pages/dedibox-rpn/how-to/connect-rpn-san-windows.mdx
index 5fbee63132..bc26ece4d8 100644
--- a/pages/dedibox-rpn/how-to/connect-rpn-san-windows.mdx
+++ b/pages/dedibox-rpn/how-to/connect-rpn-san-windows.mdx
@@ -5,8 +5,6 @@ tags: dedibox windows-server windows server rpn san
dates:
validation: 2025-02-17
posted: 2021-07-16
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-rpn/how-to/connect-rpn-san.mdx b/pages/dedibox-rpn/how-to/connect-rpn-san.mdx
index e281382a31..fa7375c336 100644
--- a/pages/dedibox-rpn/how-to/connect-rpn-san.mdx
+++ b/pages/dedibox-rpn/how-to/connect-rpn-san.mdx
@@ -5,8 +5,6 @@ tags: dedibox rpn san
dates:
validation: 2025-02-17
posted: 2021-07-16
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-rpn/how-to/find-rpn-gateway.mdx b/pages/dedibox-rpn/how-to/find-rpn-gateway.mdx
index 0a57b306a3..fb429a70ca 100644
--- a/pages/dedibox-rpn/how-to/find-rpn-gateway.mdx
+++ b/pages/dedibox-rpn/how-to/find-rpn-gateway.mdx
@@ -5,8 +5,6 @@ tags: dedibox rpnv1 rpn
dates:
validation: 2025-05-26
posted: 2021-11-10
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-rpn/how-to/mount-rpn-san-linux.mdx b/pages/dedibox-rpn/how-to/mount-rpn-san-linux.mdx
index 731c909cc1..f97d4ec6dd 100644
--- a/pages/dedibox-rpn/how-to/mount-rpn-san-linux.mdx
+++ b/pages/dedibox-rpn/how-to/mount-rpn-san-linux.mdx
@@ -5,8 +5,6 @@ tags: rpn san rpn-san volume linux dedibox open iscsi
dates:
validation: 2025-03-03
posted: 2021-11-10
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-rpn/how-to/use-rpn-san-esxi-v7.mdx b/pages/dedibox-rpn/how-to/use-rpn-san-esxi-v7.mdx
index ad8b96c029..0573450994 100644
--- a/pages/dedibox-rpn/how-to/use-rpn-san-esxi-v7.mdx
+++ b/pages/dedibox-rpn/how-to/use-rpn-san-esxi-v7.mdx
@@ -5,8 +5,6 @@ tags: dedibox rpn san vmware esxi esxi7
dates:
validation: 2025-02-17
posted: 2021-11-10
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-rpn/how-to/use-rpn-san-esxi.mdx b/pages/dedibox-rpn/how-to/use-rpn-san-esxi.mdx
index 07ff4843c5..e65c039b5e 100644
--- a/pages/dedibox-rpn/how-to/use-rpn-san-esxi.mdx
+++ b/pages/dedibox-rpn/how-to/use-rpn-san-esxi.mdx
@@ -5,8 +5,6 @@ tags: dedibox rpn san vmware esxi
dates:
validation: 2025-02-17
posted: 2021-11-10
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-rpn/how-to/use-rpn-san-proxmox.mdx b/pages/dedibox-rpn/how-to/use-rpn-san-proxmox.mdx
index d041ca0902..ad3b3212f2 100644
--- a/pages/dedibox-rpn/how-to/use-rpn-san-proxmox.mdx
+++ b/pages/dedibox-rpn/how-to/use-rpn-san-proxmox.mdx
@@ -5,8 +5,6 @@ tags: dedibox rpn san proxmox
dates:
validation: 2025-03-03
posted: 2021-11-10
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-rpn/how-to/use-rpn-vpn.mdx b/pages/dedibox-rpn/how-to/use-rpn-vpn.mdx
index 37027542e1..535743b649 100644
--- a/pages/dedibox-rpn/how-to/use-rpn-vpn.mdx
+++ b/pages/dedibox-rpn/how-to/use-rpn-vpn.mdx
@@ -5,8 +5,6 @@ tags: dedibox rpn vpn dedibox-server
dates:
validation: 2025-02-17
posted: 2021-10-07
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-rpn/quickstart.mdx b/pages/dedibox-rpn/quickstart.mdx
index 2f7738160d..013f95e0ab 100644
--- a/pages/dedibox-rpn/quickstart.mdx
+++ b/pages/dedibox-rpn/quickstart.mdx
@@ -5,8 +5,6 @@ tags: dedibox rpn real private network rpnv2 jumboframes
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - dedibox-network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-rpn/reference-content/private-networks-overview.mdx b/pages/dedibox-rpn/reference-content/private-networks-overview.mdx
index 82aa3da7fc..c11c6504d6 100644
--- a/pages/dedibox-rpn/reference-content/private-networks-overview.mdx
+++ b/pages/dedibox-rpn/reference-content/private-networks-overview.mdx
@@ -4,8 +4,6 @@ description: This page explains the different private network types and offers a
tags: dedibox private-networks private network
dates:
validation: 2025-03-03
-categories:
- - dedibox-network
---
import image from './assets/scaleway-private-networks-table1.webp'
import image2 from './assets/scaleway-private-networks-table2.webp'
diff --git a/pages/dedibox-scaleway/concepts.mdx b/pages/dedibox-scaleway/concepts.mdx
index 75e74b2cbf..05321f955b 100644
--- a/pages/dedibox-scaleway/concepts.mdx
+++ b/pages/dedibox-scaleway/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to Scaleway Dedibox ser
tags: dedibox concepts hostname
dates:
validation: 2025-02-11
-categories:
- - bare-metal
---
## Administrator password
diff --git a/pages/dedibox-scaleway/reference-content/dedibox-datasheet.mdx b/pages/dedibox-scaleway/reference-content/dedibox-datasheet.mdx
index fe26ad71a2..a57274a72f 100644
--- a/pages/dedibox-scaleway/reference-content/dedibox-datasheet.mdx
+++ b/pages/dedibox-scaleway/reference-content/dedibox-datasheet.mdx
@@ -4,8 +4,6 @@ description: This page shows the technical characteristics of the different Dedi
tags: dedibox server
dates:
validation: 2025-07-15
-categories:
- - compute
---
This datasheet provides a concise overview of the performance, technical features, components, materials, and associated documentation for different Dedibox offers.
diff --git a/pages/dedibox-vps/concepts.mdx b/pages/dedibox-vps/concepts.mdx
index f8784d8dc4..82a17be1a0 100644
--- a/pages/dedibox-vps/concepts.mdx
+++ b/pages/dedibox-vps/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to Dedibox Virtual Priv
tags: vps dedibox
dates:
validation: 2025-05-26
-categories:
- - dedibox-vps
---
## Bandwidth
diff --git a/pages/dedibox-vps/how-to/connect-vps.mdx b/pages/dedibox-vps/how-to/connect-vps.mdx
index cd1c0fbede..4d7bbd4186 100644
--- a/pages/dedibox-vps/how-to/connect-vps.mdx
+++ b/pages/dedibox-vps/how-to/connect-vps.mdx
@@ -5,8 +5,6 @@ tags: vps dedibox ssh connect
dates:
validation: 2025-05-26
posted: 2024-05-15
-categories:
- - dedibox-vps
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-vps/how-to/create-vps.mdx b/pages/dedibox-vps/how-to/create-vps.mdx
index 8a690f39a9..0d1d62e043 100644
--- a/pages/dedibox-vps/how-to/create-vps.mdx
+++ b/pages/dedibox-vps/how-to/create-vps.mdx
@@ -5,8 +5,6 @@ tags: vps dedibox order create
dates:
validation: 2025-05-26
posted: 2024-05-15
-categories:
- - dedibox-vps
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-vps/how-to/delete-vps.mdx b/pages/dedibox-vps/how-to/delete-vps.mdx
index 1e9fdbd72e..163b808a9d 100644
--- a/pages/dedibox-vps/how-to/delete-vps.mdx
+++ b/pages/dedibox-vps/how-to/delete-vps.mdx
@@ -5,8 +5,6 @@ tags: vps dedibox delete terminate
dates:
validation: 2025-05-26
posted: 2024-05-15
-categories:
- - dedibox-vps
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-vps/how-to/manage-vps.mdx b/pages/dedibox-vps/how-to/manage-vps.mdx
index ffb74bb56b..4e2ef57265 100644
--- a/pages/dedibox-vps/how-to/manage-vps.mdx
+++ b/pages/dedibox-vps/how-to/manage-vps.mdx
@@ -5,8 +5,6 @@ tags: vps dedibox manage
dates:
validation: 2025-05-26
posted: 2024-05-15
-categories:
- - dedibox-vps
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-vps/how-to/reinstall-vps.mdx b/pages/dedibox-vps/how-to/reinstall-vps.mdx
index c6bd263f30..a40349344b 100644
--- a/pages/dedibox-vps/how-to/reinstall-vps.mdx
+++ b/pages/dedibox-vps/how-to/reinstall-vps.mdx
@@ -5,8 +5,6 @@ tags: vps dedibox reinstall
dates:
validation: 2025-05-26
posted: 2024-05-15
-categories:
- - dedibox-vps
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox-vps/quickstart.mdx b/pages/dedibox-vps/quickstart.mdx
index 94f3023680..3e6c2fa28d 100644
--- a/pages/dedibox-vps/quickstart.mdx
+++ b/pages/dedibox-vps/quickstart.mdx
@@ -5,8 +5,6 @@ tags: dedibox vps virtual-machine
dates:
validation: 2025-05-26
posted: 2024-05-15
-categories:
- - dedibox-vps
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/concepts.mdx b/pages/dedibox/concepts.mdx
index 7ed7bb1403..aaf0b0ba4c 100644
--- a/pages/dedibox/concepts.mdx
+++ b/pages/dedibox/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to Scaleway Dedibox ded
tags: dedibox acl dedibackup os-type ipmi partitioning suchard vsphere esxi hostname
dates:
validation: 2025-03-03
-categories:
- - dedibox-servers
---
## Administrator password
diff --git a/pages/dedibox/how-to/change-root-password.mdx b/pages/dedibox/how-to/change-root-password.mdx
index 6b0648053d..6b4aaa4d56 100644
--- a/pages/dedibox/how-to/change-root-password.mdx
+++ b/pages/dedibox/how-to/change-root-password.mdx
@@ -5,8 +5,6 @@ tags: root-password root password dedibox
dates:
validation: 2025-02-24
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/change-win-server-language.mdx b/pages/dedibox/how-to/change-win-server-language.mdx
index 55464cb728..eedf2a83be 100644
--- a/pages/dedibox/how-to/change-win-server-language.mdx
+++ b/pages/dedibox/how-to/change-win-server-language.mdx
@@ -5,8 +5,6 @@ tags: language windows-server-2019 windows-server dedibox
dates:
validation: 2025-02-24
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/connect-to-server.mdx b/pages/dedibox/how-to/connect-to-server.mdx
index 4717d989dd..24c638b9eb 100644
--- a/pages/dedibox/how-to/connect-to-server.mdx
+++ b/pages/dedibox/how-to/connect-to-server.mdx
@@ -5,8 +5,6 @@ tags: dedibox dedicated-server server
dates:
validation: 2025-02-24
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/get-started-with-server.mdx b/pages/dedibox/how-to/get-started-with-server.mdx
index d1417a678f..bb2fd63f2e 100644
--- a/pages/dedibox/how-to/get-started-with-server.mdx
+++ b/pages/dedibox/how-to/get-started-with-server.mdx
@@ -5,8 +5,6 @@ tags: dedibox dedicated server x2go
dates:
validation: 2025-02-24
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/install-a-server.mdx b/pages/dedibox/how-to/install-a-server.mdx
index f43a97ca80..0f599ebb86 100644
--- a/pages/dedibox/how-to/install-a-server.mdx
+++ b/pages/dedibox/how-to/install-a-server.mdx
@@ -5,8 +5,6 @@ tags: dedibox dedicated-server server
dates:
validation: 2025-02-24
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/manage-packages.mdx b/pages/dedibox/how-to/manage-packages.mdx
index fb24120c01..6c1dc010d9 100644
--- a/pages/dedibox/how-to/manage-packages.mdx
+++ b/pages/dedibox/how-to/manage-packages.mdx
@@ -5,8 +5,6 @@ tags: dedibox package management
dates:
validation: 2025-02-17
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/migrate-server.mdx b/pages/dedibox/how-to/migrate-server.mdx
index e0ef66a0e3..bff33299bf 100644
--- a/pages/dedibox/how-to/migrate-server.mdx
+++ b/pages/dedibox/how-to/migrate-server.mdx
@@ -5,8 +5,6 @@ tags: dedibox migrate migration server
dates:
validation: 2025-02-11
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/monitor-server.mdx b/pages/dedibox/how-to/monitor-server.mdx
index c0ab8a0649..8d5c33f0ee 100644
--- a/pages/dedibox/how-to/monitor-server.mdx
+++ b/pages/dedibox/how-to/monitor-server.mdx
@@ -5,8 +5,6 @@ tags: dedibox monitoring server
dates:
validation: 2025-02-24
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/order-a-server.mdx b/pages/dedibox/how-to/order-a-server.mdx
index e7d1b22e10..a14d9efd29 100644
--- a/pages/dedibox/how-to/order-a-server.mdx
+++ b/pages/dedibox/how-to/order-a-server.mdx
@@ -5,8 +5,6 @@ tags: dedibox dedicated server
dates:
validation: 2025-03-03
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/rescue-your-data.mdx b/pages/dedibox/how-to/rescue-your-data.mdx
index b4f8b2209d..3e11de86c4 100644
--- a/pages/dedibox/how-to/rescue-your-data.mdx
+++ b/pages/dedibox/how-to/rescue-your-data.mdx
@@ -5,8 +5,6 @@ tags: recovery rescue data rescue-mode
dates:
validation: 2025-02-24
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/restart-server.mdx b/pages/dedibox/how-to/restart-server.mdx
index 536ef6ae3c..171b0400c5 100644
--- a/pages/dedibox/how-to/restart-server.mdx
+++ b/pages/dedibox/how-to/restart-server.mdx
@@ -5,8 +5,6 @@ tags: dedibox server restart
dates:
validation: 2025-02-24
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/terminate-dedibox-server.mdx b/pages/dedibox/how-to/terminate-dedibox-server.mdx
index e91b613cbe..ab383612b4 100644
--- a/pages/dedibox/how-to/terminate-dedibox-server.mdx
+++ b/pages/dedibox/how-to/terminate-dedibox-server.mdx
@@ -5,8 +5,6 @@ tags: dedibox terminate server online console delete cancel
dates:
posted: 2025-06-19
validation: 2025-06-23
-categories:
- - dedibox
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/use-dedibackup-ftp-backup.mdx b/pages/dedibox/how-to/use-dedibackup-ftp-backup.mdx
index 5d295e05ba..b3a6e67ce0 100644
--- a/pages/dedibox/how-to/use-dedibackup-ftp-backup.mdx
+++ b/pages/dedibox/how-to/use-dedibackup-ftp-backup.mdx
@@ -5,8 +5,6 @@ tags: dedibackup ftp backup ftp-backup
dates:
validation: 2025-02-11
posted: 2021-10-07
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/use-ipmi-on-server.mdx b/pages/dedibox/how-to/use-ipmi-on-server.mdx
index f96c0b3da2..f15806c0df 100644
--- a/pages/dedibox/how-to/use-ipmi-on-server.mdx
+++ b/pages/dedibox/how-to/use-ipmi-on-server.mdx
@@ -5,8 +5,6 @@ tags: dedibox ipmi server
dates:
validation: 2025-02-24
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/use-rescue-mode.mdx b/pages/dedibox/how-to/use-rescue-mode.mdx
index 462d3efbe4..d70cd9d7db 100644
--- a/pages/dedibox/how-to/use-rescue-mode.mdx
+++ b/pages/dedibox/how-to/use-rescue-mode.mdx
@@ -5,8 +5,6 @@ tags: rescue mode rescue-mode dedicated-server dedicated server
dates:
validation: 2025-02-24
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/how-to/use-serial-console.mdx b/pages/dedibox/how-to/use-serial-console.mdx
index e94f766bff..926ed7ef99 100644
--- a/pages/dedibox/how-to/use-serial-console.mdx
+++ b/pages/dedibox/how-to/use-serial-console.mdx
@@ -5,8 +5,6 @@ tags: dedibox serial console serial-console
dates:
validation: 2025-02-24
posted: 2021-06-11
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/quickstart.mdx b/pages/dedibox/quickstart.mdx
index 36c079e7cb..04a236407b 100644
--- a/pages/dedibox/quickstart.mdx
+++ b/pages/dedibox/quickstart.mdx
@@ -5,8 +5,6 @@ tags: dedibox dedicated-server dedicated servers raid
dates:
validation: 2025-02-24
posted: 2021-07-13
-categories:
- - dedibox-servers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/dedibox/reference-content/basic-linux-commands.mdx b/pages/dedibox/reference-content/basic-linux-commands.mdx
index 4c16eb65fd..3e763c8c19 100644
--- a/pages/dedibox/reference-content/basic-linux-commands.mdx
+++ b/pages/dedibox/reference-content/basic-linux-commands.mdx
@@ -4,8 +4,6 @@ description: Learn how to use some basic Linux/Unix commands
tags: dedibox linux unix command
dates:
validation: 2025-03-11
-categories:
- - dedibox-servers
---
In this document, we go through some of the most basic Linux commands. These commands can be used in the shell (the command line terminal) to get full use of your remote server. Most of these commands will be compatible with all UNIX OSes. However, depending on the version, the arguments (the parameters after the basic command) used may change.
diff --git a/pages/domains-and-dns/concepts.mdx b/pages/domains-and-dns/concepts.mdx
index de4ef49fda..ce70d8365e 100644
--- a/pages/domains-and-dns/concepts.mdx
+++ b/pages/domains-and-dns/concepts.mdx
@@ -4,8 +4,6 @@ description: Discover concepts related to Scaleway's Domains and DNS service. Le
tags: domains domain dns namespace dns-zone nameserver zone-file reverse-dns root-server
dates:
validation: 2025-05-13
-categories:
- - network
---
import image from './assets/scaleway-domain-namespace.webp'
import image2 from './assets/scaleway-dns-nameserver.webp'
diff --git a/pages/domains-and-dns/how-to/add-external-domain.mdx b/pages/domains-and-dns/how-to/add-external-domain.mdx
index dae7ad4fe0..bb961d4d16 100644
--- a/pages/domains-and-dns/how-to/add-external-domain.mdx
+++ b/pages/domains-and-dns/how-to/add-external-domain.mdx
@@ -5,8 +5,6 @@ tags: external-domain domain dns
dates:
validation: 2025-02-27
posted: 2022-10-31
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/configure-autorenew.mdx b/pages/domains-and-dns/how-to/configure-autorenew.mdx
index 0e40387ddc..7b127ed1e3 100644
--- a/pages/domains-and-dns/how-to/configure-autorenew.mdx
+++ b/pages/domains-and-dns/how-to/configure-autorenew.mdx
@@ -5,8 +5,6 @@ tags: domain dns internal-domain automatic-renewal autorenew
dates:
validation: 2025-02-27
posted: 2022-10-31
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/configure-dns-zones.mdx b/pages/domains-and-dns/how-to/configure-dns-zones.mdx
index 908902fc40..dc057fa501 100644
--- a/pages/domains-and-dns/how-to/configure-dns-zones.mdx
+++ b/pages/domains-and-dns/how-to/configure-dns-zones.mdx
@@ -5,8 +5,6 @@ tags: domain dns zone dns-zone
dates:
validation: 2025-02-27
posted: 2022-10-31
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/configure-dnssec-internal-domain.mdx b/pages/domains-and-dns/how-to/configure-dnssec-internal-domain.mdx
index 43f4759afe..415e684b1f 100644
--- a/pages/domains-and-dns/how-to/configure-dnssec-internal-domain.mdx
+++ b/pages/domains-and-dns/how-to/configure-dnssec-internal-domain.mdx
@@ -5,8 +5,6 @@ tags: domain dns dnssec internal-domain
dates:
validation: 2025-06-11
posted: 2022-10-31
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/delete-external-domain.mdx b/pages/domains-and-dns/how-to/delete-external-domain.mdx
index bb7974db37..9a148df7a7 100644
--- a/pages/domains-and-dns/how-to/delete-external-domain.mdx
+++ b/pages/domains-and-dns/how-to/delete-external-domain.mdx
@@ -5,8 +5,6 @@ tags: domain dns external-domain
dates:
validation: 2025-06-02
posted: 2022-10-31
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/lock-domain.mdx b/pages/domains-and-dns/how-to/lock-domain.mdx
index d5dccf2757..245892730c 100644
--- a/pages/domains-and-dns/how-to/lock-domain.mdx
+++ b/pages/domains-and-dns/how-to/lock-domain.mdx
@@ -5,8 +5,6 @@ tags: domain lock
dates:
validation: 2025-03-25
posted: 2025-03-25
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/manage-dns-records.mdx b/pages/domains-and-dns/how-to/manage-dns-records.mdx
index 2a82cb609e..9163083ded 100644
--- a/pages/domains-and-dns/how-to/manage-dns-records.mdx
+++ b/pages/domains-and-dns/how-to/manage-dns-records.mdx
@@ -5,8 +5,6 @@ tags: txt-record mx-record dns-record dns domain records
dates:
validation: 2025-05-13
posted: 2022-10-31
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/manage-external-domain.mdx b/pages/domains-and-dns/how-to/manage-external-domain.mdx
index 99bf45e79f..9becd6fe0c 100644
--- a/pages/domains-and-dns/how-to/manage-external-domain.mdx
+++ b/pages/domains-and-dns/how-to/manage-external-domain.mdx
@@ -5,8 +5,6 @@ tags: external-domain dns domain
dates:
validation: 2025-02-27
posted: 2022-10-31
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/manage-nameservers-internal-domain.mdx b/pages/domains-and-dns/how-to/manage-nameservers-internal-domain.mdx
index 90edde82fd..41ff48e73a 100644
--- a/pages/domains-and-dns/how-to/manage-nameservers-internal-domain.mdx
+++ b/pages/domains-and-dns/how-to/manage-nameservers-internal-domain.mdx
@@ -5,8 +5,6 @@ tags: nameserver internal-domain domain dns
dates:
validation: 2025-01-21
posted: 2022-10-31
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/register-internal-domain.mdx b/pages/domains-and-dns/how-to/register-internal-domain.mdx
index 70c01408ee..22ecb65fe6 100644
--- a/pages/domains-and-dns/how-to/register-internal-domain.mdx
+++ b/pages/domains-and-dns/how-to/register-internal-domain.mdx
@@ -5,8 +5,6 @@ tags: internal-domain domain dns
dates:
validation: 2025-02-27
posted: 2022-10-31
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/renew-domain.mdx b/pages/domains-and-dns/how-to/renew-domain.mdx
index 0637bd77d5..da495e2a67 100644
--- a/pages/domains-and-dns/how-to/renew-domain.mdx
+++ b/pages/domains-and-dns/how-to/renew-domain.mdx
@@ -5,8 +5,6 @@ tags: renew domain dns
dates:
validation: 2025-04-08
posted: 2023-09-19
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/test-dns-zones-with-dig.mdx b/pages/domains-and-dns/how-to/test-dns-zones-with-dig.mdx
index 465cc84f30..23c83e03bf 100644
--- a/pages/domains-and-dns/how-to/test-dns-zones-with-dig.mdx
+++ b/pages/domains-and-dns/how-to/test-dns-zones-with-dig.mdx
@@ -5,8 +5,6 @@ tags: dns-zone dig records configuration
dates:
validation: 2025-06-02
posted: 2024-05-15
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/trade-domain.mdx b/pages/domains-and-dns/how-to/trade-domain.mdx
index a73ae32adb..8bf5bbeaa3 100644
--- a/pages/domains-and-dns/how-to/trade-domain.mdx
+++ b/pages/domains-and-dns/how-to/trade-domain.mdx
@@ -5,8 +5,6 @@ tags: domain trade edit-registrant contact-information
dates:
validation: 2025-03-26
posted: 2024-09-17
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/transfer-external-domain.mdx b/pages/domains-and-dns/how-to/transfer-external-domain.mdx
index 0be2b4070f..7408460592 100644
--- a/pages/domains-and-dns/how-to/transfer-external-domain.mdx
+++ b/pages/domains-and-dns/how-to/transfer-external-domain.mdx
@@ -5,8 +5,6 @@ tags: external-domain domain dns
dates:
validation: 2025-06-25
posted: 2022-03-01
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/how-to/unlock-internal-domain.mdx b/pages/domains-and-dns/how-to/unlock-internal-domain.mdx
index 3703b42c88..9e41d0248e 100644
--- a/pages/domains-and-dns/how-to/unlock-internal-domain.mdx
+++ b/pages/domains-and-dns/how-to/unlock-internal-domain.mdx
@@ -5,8 +5,6 @@ tags: domain unlock transfer authcode
dates:
validation: 2025-03-25
posted: 2022-10-31
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/quickstart.mdx b/pages/domains-and-dns/quickstart.mdx
index 6c58c91707..3fdc270fea 100644
--- a/pages/domains-and-dns/quickstart.mdx
+++ b/pages/domains-and-dns/quickstart.mdx
@@ -5,8 +5,6 @@ tags: domains dns internal-domain external-domain
dates:
validation: 2025-03-25
posted: 2021-05-26
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/reference-content/understanding-dns-records.mdx b/pages/domains-and-dns/reference-content/understanding-dns-records.mdx
index 6111fdfb4c..29ee5af5c6 100644
--- a/pages/domains-and-dns/reference-content/understanding-dns-records.mdx
+++ b/pages/domains-and-dns/reference-content/understanding-dns-records.mdx
@@ -5,8 +5,6 @@ tags: domains dns record
dates:
validation: 2025-03-13
posted: 2023-08-18
-categories:
- - network
---
This page provides information about the different DNS record types available with Domains and DNS and how to use them.
diff --git a/pages/domains-and-dns/reference-content/understanding-domains-and-dns.mdx b/pages/domains-and-dns/reference-content/understanding-domains-and-dns.mdx
index 754ad9504b..392c5a64a2 100644
--- a/pages/domains-and-dns/reference-content/understanding-domains-and-dns.mdx
+++ b/pages/domains-and-dns/reference-content/understanding-domains-and-dns.mdx
@@ -5,8 +5,6 @@ tags: domains dns subdomain zone
dates:
validation: 2025-05-13
posted: 2023-04-12
-categories:
- - network
---
This page provides information about Scaleway's Domains and DNS service.
diff --git a/pages/domains-and-dns/troubleshooting/cannot-transfer-domain.mdx b/pages/domains-and-dns/troubleshooting/cannot-transfer-domain.mdx
index 2e9b680151..725de9e92b 100644
--- a/pages/domains-and-dns/troubleshooting/cannot-transfer-domain.mdx
+++ b/pages/domains-and-dns/troubleshooting/cannot-transfer-domain.mdx
@@ -5,8 +5,6 @@ tags: failed-transfer cannot-transfer transfer-not-working transfer-unavailable
dates:
validation: 2025-06-25
posted: 2025-03-14
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/domains-and-dns/troubleshooting/index.mdx b/pages/domains-and-dns/troubleshooting/index.mdx
index d88a389969..274743efd1 100644
--- a/pages/domains-and-dns/troubleshooting/index.mdx
+++ b/pages/domains-and-dns/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Domains and DNS
description: Find troubleshooting resources for resolving issues with Domains and DNS.
dates:
posted: 2025-03-14
-categories:
- - network
productIcon: DomainsProductIcon
---
diff --git a/pages/edge-services/concepts.mdx b/pages/edge-services/concepts.mdx
index 04abe76f24..76587b59f6 100644
--- a/pages/edge-services/concepts.mdx
+++ b/pages/edge-services/concepts.mdx
@@ -5,8 +5,6 @@ tags: edge-services edge services pipeline custom-domain cache
dates:
creation: 2025-05-14
validation: 2025-03-03
-categories:
- - networks
---
import image from './assets/scaleway-edge-services-pipeline.webp'
diff --git a/pages/edge-services/how-to/configure-cache.mdx b/pages/edge-services/how-to/configure-cache.mdx
index bcc1a694e5..d0d521a8a5 100644
--- a/pages/edge-services/how-to/configure-cache.mdx
+++ b/pages/edge-services/how-to/configure-cache.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-04-24
posted: 2024-07-24
tags: object-storage edge-services cdn network cache purge
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/edge-services/how-to/configure-custom-domain.mdx b/pages/edge-services/how-to/configure-custom-domain.mdx
index fc425c40fe..b78833ae30 100644
--- a/pages/edge-services/how-to/configure-custom-domain.mdx
+++ b/pages/edge-services/how-to/configure-custom-domain.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-04-24
posted: 2024-07-24
tags: object-storage edge-services cdn network domain ssl tls https
-categories:
- - network
---
import image from './assets/scaleway-edge-services-lb-dashboard.webp'
import image2 from './assets/scaleway-edge-configure-domain.webp'
diff --git a/pages/edge-services/how-to/configure-waf.mdx b/pages/edge-services/how-to/configure-waf.mdx
index 2b2cced490..90c7568da5 100644
--- a/pages/edge-services/how-to/configure-waf.mdx
+++ b/pages/edge-services/how-to/configure-waf.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-06-26
posted: 2024-07-24
tags: object-storage edge-services cdn network waf paranoia block exclusions
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/edge-services/how-to/create-pipeline-bucket.mdx b/pages/edge-services/how-to/create-pipeline-bucket.mdx
index fcbd54a6be..7150e3882a 100644
--- a/pages/edge-services/how-to/create-pipeline-bucket.mdx
+++ b/pages/edge-services/how-to/create-pipeline-bucket.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-04-24
posted: 2024-07-24
tags: object-storage edge-services cdn network cache domain https
-categories:
- - network
---
import EdgeServicesBucketBenefits from '@macros/edge-services/edge-services-bucket-benefits.mdx'
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/edge-services/how-to/create-pipeline-lb.mdx b/pages/edge-services/how-to/create-pipeline-lb.mdx
index 2a78732e2e..d72c0f5bfb 100644
--- a/pages/edge-services/how-to/create-pipeline-lb.mdx
+++ b/pages/edge-services/how-to/create-pipeline-lb.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-05-14
posted: 2024-07-24
tags: load-balancer edge-services cdn network cache domain https
-categories:
- - network
---
import EdgeServicesLbBenefits from '@macros/edge-services/edge-services-lb-benefits.mdx'
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/edge-services/how-to/delete-pipeline.mdx b/pages/edge-services/how-to/delete-pipeline.mdx
index 6eae768434..8494048ef6 100644
--- a/pages/edge-services/how-to/delete-pipeline.mdx
+++ b/pages/edge-services/how-to/delete-pipeline.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-04-24
posted: 2024-07-24
tags: load-balancer edge-services cdn network pipeline
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/edge-services/how-to/monitor-cockpit.mdx b/pages/edge-services/how-to/monitor-cockpit.mdx
index d45abc7169..1e96dc2fe4 100644
--- a/pages/edge-services/how-to/monitor-cockpit.mdx
+++ b/pages/edge-services/how-to/monitor-cockpit.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-04-24
posted: 2024-07-24
tags: load-balancer edge-services cdn cache-hit-ratio grafana observability
-categories:
- - network
---
import image from './assets/scaleway-edge-services-metrics.webp'
diff --git a/pages/edge-services/how-to/subscribe-edge-services.mdx b/pages/edge-services/how-to/subscribe-edge-services.mdx
index 341228eb64..ccb0c8fb97 100644
--- a/pages/edge-services/how-to/subscribe-edge-services.mdx
+++ b/pages/edge-services/how-to/subscribe-edge-services.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-06-26
posted: 2024-10-15
tags: object-storage edge-services subscription-plan subscribe billing pricing
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/edge-services/how-to/terminate-edge-services.mdx b/pages/edge-services/how-to/terminate-edge-services.mdx
index 722ef495b0..b2a9ecfd21 100644
--- a/pages/edge-services/how-to/terminate-edge-services.mdx
+++ b/pages/edge-services/how-to/terminate-edge-services.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-04-24
posted: 2024-10-15
tags: object-storage edge-services subscription-plan subscribe billing pricing terminate cancel
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/edge-services/quickstart.mdx b/pages/edge-services/quickstart.mdx
index 6648804b13..9f86989479 100644
--- a/pages/edge-services/quickstart.mdx
+++ b/pages/edge-services/quickstart.mdx
@@ -5,8 +5,6 @@ tags: edge-services edge services pipeline custom-domain cache
dates:
validation: 2025-06-26
creation: 2024-07-24
-categories:
- - networks
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/edge-services/reference-content/cname-record.mdx b/pages/edge-services/reference-content/cname-record.mdx
index f0662a7883..edaec238af 100644
--- a/pages/edge-services/reference-content/cname-record.mdx
+++ b/pages/edge-services/reference-content/cname-record.mdx
@@ -4,8 +4,6 @@ description: Learn how to set up and manage CNAME records for Scaleway Edge Serv
tags: edge-services pipeline cname dns
dates:
validation: 2025-02-04
-categories:
- - network
---
import image from './assets/scaleway-edge-services-configure-domain.webp'
diff --git a/pages/edge-services/reference-content/ssl-tls-certificate.mdx b/pages/edge-services/reference-content/ssl-tls-certificate.mdx
index 4dd80cd7fc..e473801a2a 100644
--- a/pages/edge-services/reference-content/ssl-tls-certificate.mdx
+++ b/pages/edge-services/reference-content/ssl-tls-certificate.mdx
@@ -4,8 +4,6 @@ description: Discover how to configure SSL/TLS certificates for Scaleway Edge Se
tags: edge-services pipeline ssl-tls certificate ssl tls pem certificate-authority root-certificate pem chain ca
dates:
validation: 2025-02-04
-categories:
- - network
---
import image from './assets/scaleway-cert-expired.webp'
diff --git a/pages/edge-services/reference-content/understanding-ga.mdx b/pages/edge-services/reference-content/understanding-ga.mdx
index e9111ddb47..8e4ec2e567 100644
--- a/pages/edge-services/reference-content/understanding-ga.mdx
+++ b/pages/edge-services/reference-content/understanding-ga.mdx
@@ -5,8 +5,6 @@ tags: edge-services public-beta general-availability pricing billing ga
dates:
validation: 2025-04-24
creation: 2024-09-27
-categories:
- - network
---
Scaleway Edge Services has left Public Beta and gone into General Availability. Read on to find out more about this transition.
diff --git a/pages/edge-services/reference-content/understanding-pricing.mdx b/pages/edge-services/reference-content/understanding-pricing.mdx
index 30fd5548b5..0efe5ec178 100644
--- a/pages/edge-services/reference-content/understanding-pricing.mdx
+++ b/pages/edge-services/reference-content/understanding-pricing.mdx
@@ -5,8 +5,6 @@ tags: edge-services general-availability pricing billing subscription-plan pro-r
dates:
validation: 2025-06-26
creation: 2024-10-16
-categories:
- - network
---
import image from './assets/scaleway-current-conso.webp'
import image2 from './assets/scaleway-waf-add-on.webp'
diff --git a/pages/edge-services/reference-content/understanding-waf.mdx b/pages/edge-services/reference-content/understanding-waf.mdx
index 87afa2ad01..336246d904 100644
--- a/pages/edge-services/reference-content/understanding-waf.mdx
+++ b/pages/edge-services/reference-content/understanding-waf.mdx
@@ -5,8 +5,6 @@ tags: edge-services web-application-firewall waf paranoia-levels exclusions
dates:
validation: 2025-06-26
creation: 2025-03-03
-categories:
- - network
---
import image from './assets/scaleway-edge-services-waf-diag.webp'
import image2 from './assets/scaleway-edge-services-pipeline-diag.webp'
diff --git a/pages/edge-services/troubleshooting/certificate-errors.mdx b/pages/edge-services/troubleshooting/certificate-errors.mdx
index 9686c5ed68..d105e02dba 100644
--- a/pages/edge-services/troubleshooting/certificate-errors.mdx
+++ b/pages/edge-services/troubleshooting/certificate-errors.mdx
@@ -5,8 +5,6 @@ tags: edge-services custom domain certificate ssl lets-encrypt
dates:
validation: 2025-03-14
posted: 2025-03-14
-categories:
- - network
---
You may experience errors when generating or uploading a certificate to your Edge Services pipeline.
diff --git a/pages/edge-services/troubleshooting/cname-errors.mdx b/pages/edge-services/troubleshooting/cname-errors.mdx
index f609f9746e..3f00f77cdc 100644
--- a/pages/edge-services/troubleshooting/cname-errors.mdx
+++ b/pages/edge-services/troubleshooting/cname-errors.mdx
@@ -5,8 +5,6 @@ tags: edge-services custom domain cname record dns
dates:
validation: 2025-03-14
posted: 2025-03-14
-categories:
- - network
---
import image from './assets/scaleway-edge-services-cname-error.webp'
import image2 from './assets/scaleway-edge-services-dashboard-error.webp'
diff --git a/pages/edge-services/troubleshooting/index.mdx b/pages/edge-services/troubleshooting/index.mdx
index e03fb6c3d9..ba794e6599 100644
--- a/pages/edge-services/troubleshooting/index.mdx
+++ b/pages/edge-services/troubleshooting/index.mdx
@@ -4,8 +4,6 @@ description: Find troubleshooting resources for resolving issues with Scaleway E
dates:
posted: 2025-03-14
validation: 2025-03-14
-categories:
- - network
productIcon: EdgeServicesProductIcon
---
diff --git a/pages/elastic-metal/api-cli/elastic-metal-with-api.mdx b/pages/elastic-metal/api-cli/elastic-metal-with-api.mdx
index 14dfcd0a5d..0a114cfef1 100644
--- a/pages/elastic-metal/api-cli/elastic-metal-with-api.mdx
+++ b/pages/elastic-metal/api-cli/elastic-metal-with-api.mdx
@@ -5,9 +5,6 @@ tags: baremetal elastic metal cloud server dedicated elastic-metal api-call
dates:
validation: 2025-07-15
posted: 2021-05-26
-categories:
- - bare-metal
- - elastic-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/api-cli/elastic-metal-with-cli.mdx b/pages/elastic-metal/api-cli/elastic-metal-with-cli.mdx
index 80f972e6fd..7a1901f0be 100644
--- a/pages/elastic-metal/api-cli/elastic-metal-with-cli.mdx
+++ b/pages/elastic-metal/api-cli/elastic-metal-with-cli.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal command-line-interface cli scw
dates:
validation: 2025-07-15
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/concepts.mdx b/pages/elastic-metal/concepts.mdx
index f946080b66..29a78bf15a 100644
--- a/pages/elastic-metal/concepts.mdx
+++ b/pages/elastic-metal/concepts.mdx
@@ -4,9 +4,6 @@ description: This page explains all the concepts related to Scaleway Elastic Met
tags: elastic-metal rescue-mode private-networks remote-access az
dates:
validation: 2025-02-17
-categories:
- - bare-metal
- - elastic-metal
---
import RegionAndAz from '@macros/console/region-and-az.mdx'
diff --git a/pages/elastic-metal/how-to/activate-remote-access.mdx b/pages/elastic-metal/how-to/activate-remote-access.mdx
index 6106c5fd38..902980ffc2 100644
--- a/pages/elastic-metal/how-to/activate-remote-access.mdx
+++ b/pages/elastic-metal/how-to/activate-remote-access.mdx
@@ -5,8 +5,6 @@ tags: remote-access elastic-metal
dates:
validation: 2025-07-16
posted: 2022-03-30
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/add-virtual-mac-address.mdx b/pages/elastic-metal/how-to/add-virtual-mac-address.mdx
index eea78eadbb..c8a25200a7 100644
--- a/pages/elastic-metal/how-to/add-virtual-mac-address.mdx
+++ b/pages/elastic-metal/how-to/add-virtual-mac-address.mdx
@@ -5,8 +5,6 @@ tags: virtual-mac virtual-mac-address flexible-ip
dates:
validation: 2025-02-11
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/attach-detach-flexible-ip.mdx b/pages/elastic-metal/how-to/attach-detach-flexible-ip.mdx
index 9027c24645..d0f4a8bf81 100644
--- a/pages/elastic-metal/how-to/attach-detach-flexible-ip.mdx
+++ b/pages/elastic-metal/how-to/attach-detach-flexible-ip.mdx
@@ -5,8 +5,6 @@ tags: attach detach flexible-ip elastic-metal
dates:
validation: 2025-02-11
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/change-billing-period.mdx b/pages/elastic-metal/how-to/change-billing-period.mdx
index 49dc07a882..a1991325e4 100644
--- a/pages/elastic-metal/how-to/change-billing-period.mdx
+++ b/pages/elastic-metal/how-to/change-billing-period.mdx
@@ -5,8 +5,6 @@ tags: apple-silicon elastic-metal
dates:
validation: 2025-03-12
posted: 2025-03-12
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/configure-disk-partitions.mdx b/pages/elastic-metal/how-to/configure-disk-partitions.mdx
index 3b7789f206..47c5c6be3b 100644
--- a/pages/elastic-metal/how-to/configure-disk-partitions.mdx
+++ b/pages/elastic-metal/how-to/configure-disk-partitions.mdx
@@ -5,8 +5,6 @@ tags: attach detach flexible-ip elastic-metal
dates:
validation: 2025-03-25
posted: 2024-10-01
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/configure-flexible-ip.mdx b/pages/elastic-metal/how-to/configure-flexible-ip.mdx
index 794f117573..04ced7bed9 100644
--- a/pages/elastic-metal/how-to/configure-flexible-ip.mdx
+++ b/pages/elastic-metal/how-to/configure-flexible-ip.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal flexible-ip configuration
dates:
validation: 2025-02-11
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/configure-flexible-ipv6.mdx b/pages/elastic-metal/how-to/configure-flexible-ipv6.mdx
index ee06749048..d9d2e25416 100644
--- a/pages/elastic-metal/how-to/configure-flexible-ipv6.mdx
+++ b/pages/elastic-metal/how-to/configure-flexible-ipv6.mdx
@@ -5,8 +5,6 @@ tags: configuration flexible-ipv6 ipv6 elastic-metal
dates:
validation: 2025-02-11
posted: 2022-03-30
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/configure-ipv6-hypervisor.mdx b/pages/elastic-metal/how-to/configure-ipv6-hypervisor.mdx
index 77091d9dc2..d3b132c8b1 100644
--- a/pages/elastic-metal/how-to/configure-ipv6-hypervisor.mdx
+++ b/pages/elastic-metal/how-to/configure-ipv6-hypervisor.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal ipv6 virtual-machine proxmox
dates:
validation: 2025-01-30
posted: 2024-07-30
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/configure-reverse-dns-flexible-ip.mdx b/pages/elastic-metal/how-to/configure-reverse-dns-flexible-ip.mdx
index 1383bb08bf..958da49a17 100644
--- a/pages/elastic-metal/how-to/configure-reverse-dns-flexible-ip.mdx
+++ b/pages/elastic-metal/how-to/configure-reverse-dns-flexible-ip.mdx
@@ -5,8 +5,6 @@ tags: reverse-dns reverse dns flexible-ip elastic-metal
dates:
validation: 2025-02-11
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/connect-to-server.mdx b/pages/elastic-metal/how-to/connect-to-server.mdx
index f1b03de299..384c0c86eb 100644
--- a/pages/elastic-metal/how-to/connect-to-server.mdx
+++ b/pages/elastic-metal/how-to/connect-to-server.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal server connection putty
dates:
validation: 2025-02-24
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/create-server.mdx b/pages/elastic-metal/how-to/create-server.mdx
index 65824b3684..d1564bad5c 100644
--- a/pages/elastic-metal/how-to/create-server.mdx
+++ b/pages/elastic-metal/how-to/create-server.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal server
dates:
validation: 2025-02-17
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/create-virtual-mac-group.mdx b/pages/elastic-metal/how-to/create-virtual-mac-group.mdx
index 198cc93fbb..c0fa34146e 100644
--- a/pages/elastic-metal/how-to/create-virtual-mac-group.mdx
+++ b/pages/elastic-metal/how-to/create-virtual-mac-group.mdx
@@ -5,8 +5,6 @@ tags: virtual-mac mac-group elastic-metal
dates:
validation: 2025-01-30
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/delete-server.mdx b/pages/elastic-metal/how-to/delete-server.mdx
index cfc8389c86..11d4fb1368 100644
--- a/pages/elastic-metal/how-to/delete-server.mdx
+++ b/pages/elastic-metal/how-to/delete-server.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal delete
dates:
validation: 2025-05-22
posted: 2025-05-22
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/enable-smtp.mdx b/pages/elastic-metal/how-to/enable-smtp.mdx
index 4c8c1333a7..6bb947384f 100644
--- a/pages/elastic-metal/how-to/enable-smtp.mdx
+++ b/pages/elastic-metal/how-to/enable-smtp.mdx
@@ -5,8 +5,6 @@ tags: enable smtp elastic-metal
dates:
validation: 2025-02-11
posted: 2022-05-04
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/get-use-loyalty-reward.mdx b/pages/elastic-metal/how-to/get-use-loyalty-reward.mdx
index 32f36c3b8f..d38fc29c56 100644
--- a/pages/elastic-metal/how-to/get-use-loyalty-reward.mdx
+++ b/pages/elastic-metal/how-to/get-use-loyalty-reward.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal payback commitment fee
dates:
validation: 2025-07-16
posted: 2022-12-01
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/install-server.mdx b/pages/elastic-metal/how-to/install-server.mdx
index af106e9086..3b58a22cb1 100644
--- a/pages/elastic-metal/how-to/install-server.mdx
+++ b/pages/elastic-metal/how-to/install-server.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal server installation
dates:
validation: 2025-02-17
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/kubernetes-on-riscv.mdx b/pages/elastic-metal/how-to/kubernetes-on-riscv.mdx
index 69a54bba05..a83d3b6f48 100644
--- a/pages/elastic-metal/how-to/kubernetes-on-riscv.mdx
+++ b/pages/elastic-metal/how-to/kubernetes-on-riscv.mdx
@@ -5,8 +5,6 @@ tags: kosmos riscv elastic-metal
dates:
validation: 2025-04-01
posted: 2024-03-22
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/order-flexible-ip.mdx b/pages/elastic-metal/how-to/order-flexible-ip.mdx
index 706fe28f30..29e63e97c5 100644
--- a/pages/elastic-metal/how-to/order-flexible-ip.mdx
+++ b/pages/elastic-metal/how-to/order-flexible-ip.mdx
@@ -5,8 +5,6 @@ tags: flexible-ip flexible ip elastic-metal
dates:
validation: 2025-02-11
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/reboot-server.mdx b/pages/elastic-metal/how-to/reboot-server.mdx
index 5d96e4d7c9..fb439b95f5 100644
--- a/pages/elastic-metal/how-to/reboot-server.mdx
+++ b/pages/elastic-metal/how-to/reboot-server.mdx
@@ -5,8 +5,6 @@ tags: reboot elastic-metal reboot-server
dates:
validation: 2025-02-11
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/reinstall-server.mdx b/pages/elastic-metal/how-to/reinstall-server.mdx
index 63ced834cb..b67d05a5e6 100644
--- a/pages/elastic-metal/how-to/reinstall-server.mdx
+++ b/pages/elastic-metal/how-to/reinstall-server.mdx
@@ -5,8 +5,6 @@ tags: reinstall elastic-metal
dates:
validation: 2025-02-11
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
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 9bf5c2f79a..b61d3d4ce2 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
@@ -5,8 +5,6 @@ tags: metrics grafana cockpit elastic-metal
dates:
validation: 2025-02-25
posted: 2024-02-13
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/shutdown-server.mdx b/pages/elastic-metal/how-to/shutdown-server.mdx
index 747b4baf6c..cab1ac1920 100644
--- a/pages/elastic-metal/how-to/shutdown-server.mdx
+++ b/pages/elastic-metal/how-to/shutdown-server.mdx
@@ -5,8 +5,6 @@ tags: shut-down elastic-metal
dates:
validation: 2025-07-16
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/use-private-networks.mdx b/pages/elastic-metal/how-to/use-private-networks.mdx
index 57a062e44a..44df4946db 100644
--- a/pages/elastic-metal/how-to/use-private-networks.mdx
+++ b/pages/elastic-metal/how-to/use-private-networks.mdx
@@ -5,8 +5,6 @@ tags: private-networks elastic-metal private networks
dates:
validation: 2025-04-07
posted: 2022-01-17
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/use-rescue-mode.mdx b/pages/elastic-metal/how-to/use-rescue-mode.mdx
index 2d7ccdeb95..c19dff8a14 100644
--- a/pages/elastic-metal/how-to/use-rescue-mode.mdx
+++ b/pages/elastic-metal/how-to/use-rescue-mode.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal rescue-mode
dates:
validation: 2025-02-17
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/how-to/view-the-event-logs.mdx b/pages/elastic-metal/how-to/view-the-event-logs.mdx
index c0bd182e82..a580aca370 100644
--- a/pages/elastic-metal/how-to/view-the-event-logs.mdx
+++ b/pages/elastic-metal/how-to/view-the-event-logs.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal event-log
dates:
validation: 2025-02-11
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/quickstart.mdx b/pages/elastic-metal/quickstart.mdx
index e67666b268..3fa0b48602 100644
--- a/pages/elastic-metal/quickstart.mdx
+++ b/pages/elastic-metal/quickstart.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal server
dates:
validation: 2025-06-04
posted: 2021-05-26
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/reference-content/elastic-metal-datasheet.mdx b/pages/elastic-metal/reference-content/elastic-metal-datasheet.mdx
index cedc525b12..6dece292b3 100644
--- a/pages/elastic-metal/reference-content/elastic-metal-datasheet.mdx
+++ b/pages/elastic-metal/reference-content/elastic-metal-datasheet.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal server
dates:
validation: 2025-04-08
posted: 2023-12-18
-categories:
- - bare-metal
---
This datasheet provides a concise overview of the performance, technical features, components, materials, and associated documentation for the different Elastic Metal server offers.
diff --git a/pages/elastic-metal/reference-content/elastic-metal-networking.mdx b/pages/elastic-metal/reference-content/elastic-metal-networking.mdx
index f7ff91882a..9032cf38cd 100644
--- a/pages/elastic-metal/reference-content/elastic-metal-networking.mdx
+++ b/pages/elastic-metal/reference-content/elastic-metal-networking.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal networking
dates:
validation: 2025-06-03
posted: 2025-06-03
-categories:
- - bare-metal
---
import image from './assets/scaleway-elastic-metal-networking-schema.webp'
diff --git a/pages/elastic-metal/reference-content/elastic-metal-rv1-guidelines.mdx b/pages/elastic-metal/reference-content/elastic-metal-rv1-guidelines.mdx
index bb8771935e..b6ed086777 100644
--- a/pages/elastic-metal/reference-content/elastic-metal-rv1-guidelines.mdx
+++ b/pages/elastic-metal/reference-content/elastic-metal-rv1-guidelines.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal server riscv em-rv1
dates:
validation: 2025-03-26
posted: 2024-03-15
-categories:
- - bare-metal
---
import Requirements from '@macros/iam/requirements.mdx'
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 e0f50b65b1..239efd97fa 100644
--- a/pages/elastic-metal/reference-content/elastic-metal-stock-levels.mdx
+++ b/pages/elastic-metal/reference-content/elastic-metal-stock-levels.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal server
dates:
validation: 2025-02-25
posted: 2024-02-14
-categories:
- - bare-metal
---
The Elastic Metal API and the Scaleway console may display stock levels for Elastic Metal servers. Below are the available stock level statuses:
diff --git a/pages/elastic-metal/reference-content/end-of-support-esxi.mdx b/pages/elastic-metal/reference-content/end-of-support-esxi.mdx
index a38bb5ac92..27448d8937 100644
--- a/pages/elastic-metal/reference-content/end-of-support-esxi.mdx
+++ b/pages/elastic-metal/reference-content/end-of-support-esxi.mdx
@@ -5,8 +5,6 @@ tags: elastic-metal server dedibox vmware esxi
dates:
validation: 2025-05-26
posted: 2024-11-22
-categories:
- - bare-metal
---
Following Broadcom's acquisition of VMware and the subsequent change in its licensing policy, Broadcom has discontinued the general availability of its free vSphere Hypervisor (ESXi).
diff --git a/pages/elastic-metal/reference-content/shared-responsibility-model.mdx b/pages/elastic-metal/reference-content/shared-responsibility-model.mdx
index 4869149787..3aff6e1d84 100644
--- a/pages/elastic-metal/reference-content/shared-responsibility-model.mdx
+++ b/pages/elastic-metal/reference-content/shared-responsibility-model.mdx
@@ -5,8 +5,6 @@ tags: bare metal shared responsibility
dates:
validation: 2025-01-20
posted: 2024-07-18
-categories:
- - bare-metal
---
On this page, we outline the roles and responsibilities for maintaining and securing your Bare Metal servers.
diff --git a/pages/elastic-metal/troubleshooting/enable-ssh-virtualization-distribution.mdx b/pages/elastic-metal/troubleshooting/enable-ssh-virtualization-distribution.mdx
index a849db2b10..9286ff0d9d 100644
--- a/pages/elastic-metal/troubleshooting/enable-ssh-virtualization-distribution.mdx
+++ b/pages/elastic-metal/troubleshooting/enable-ssh-virtualization-distribution.mdx
@@ -2,9 +2,6 @@
title: Enabling SSH on Elastic Metal servers running virtualization distributions
description: This page explains how to enable SSH on Elastic Metal servers running virtualization distributions
tags: proxmox elastic-metal ssh esxi virtualization
-categories:
- - bare-metal
- - elastic-metal
dates:
validation: 2025-04-07
posted: 2023-03-09
diff --git a/pages/elastic-metal/troubleshooting/index.mdx b/pages/elastic-metal/troubleshooting/index.mdx
index 7afdfbde6e..84fff3a3f9 100644
--- a/pages/elastic-metal/troubleshooting/index.mdx
+++ b/pages/elastic-metal/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Elastic Metal
description: Find troubleshooting resources for resolving issues with Elastic Metal.
dates:
posted: 2025-03-10
-categories:
- - elastic-metal
productIcon: ElasticMetalProductIcon
---
diff --git a/pages/elastic-metal/troubleshooting/replace-failed-drive-software-raid.mdx b/pages/elastic-metal/troubleshooting/replace-failed-drive-software-raid.mdx
index 522726d45c..fe82f55635 100644
--- a/pages/elastic-metal/troubleshooting/replace-failed-drive-software-raid.mdx
+++ b/pages/elastic-metal/troubleshooting/replace-failed-drive-software-raid.mdx
@@ -2,9 +2,6 @@
title: Replacing a failed drive in a RAID1 software RAID
description: Learn how to safely replace a failed drive in a RAID1 software RAID configuration on Scaleway Elastic Metal servers
tags: RAID elastic-metal failed-drive RAID1 mdadm
-categories:
- - bare-metal
- - elastic-metal
dates:
validation: 2025-07-15
posted: 2022-08-26
diff --git a/pages/elastic-metal/troubleshooting/reset-admin-password-windows-server.mdx b/pages/elastic-metal/troubleshooting/reset-admin-password-windows-server.mdx
index 0d8db67c58..af8d318b84 100644
--- a/pages/elastic-metal/troubleshooting/reset-admin-password-windows-server.mdx
+++ b/pages/elastic-metal/troubleshooting/reset-admin-password-windows-server.mdx
@@ -2,9 +2,6 @@
title: Resetting the Administrator password on Windows Server OS
description: Learn how to securely reset the Administrator password on Windows Server Elastic Metal servers using rescue mode.
tags: windows rescue password reset administrator
-categories:
- - bare-metal
- - elastic-metal
dates:
validation: 2025-07-15
posted: 2023-12-14
diff --git a/pages/elastic-metal/troubleshooting/troubleshoot-access-issues.mdx b/pages/elastic-metal/troubleshooting/troubleshoot-access-issues.mdx
index cb1407a52c..c0dc57989f 100644
--- a/pages/elastic-metal/troubleshooting/troubleshoot-access-issues.mdx
+++ b/pages/elastic-metal/troubleshooting/troubleshoot-access-issues.mdx
@@ -2,8 +2,6 @@
title: Troubleshooting common Elastic Metal server access issues
description: Common access issues encountered with Scaleway Elastic Metal servers and their solutions.
tags: elastic-metal troubleshooting access
-categories:
- - elastic-metal
dates:
validation: 2025-02-05
posted: 2025-02-05
diff --git a/pages/elastic-metal/troubleshooting/troubleshoot-installation.mdx b/pages/elastic-metal/troubleshooting/troubleshoot-installation.mdx
index 6f1ea94bbb..8227b59829 100644
--- a/pages/elastic-metal/troubleshooting/troubleshoot-installation.mdx
+++ b/pages/elastic-metal/troubleshooting/troubleshoot-installation.mdx
@@ -2,8 +2,6 @@
title: Troubleshooting an Elastic Metal server blocked installation
description: Solutions for resolving installation issues on Scaleway Elastic Metal servers.
tags: elastic-metal troubleshooting installation
-categories:
- - elastic-metal
dates:
validation: 2025-02-05
posted: 2025-02-05
diff --git a/pages/elastic-metal/troubleshooting/troubleshoot-remote-access-issues.mdx b/pages/elastic-metal/troubleshooting/troubleshoot-remote-access-issues.mdx
index 72f5bae131..0871a66522 100644
--- a/pages/elastic-metal/troubleshooting/troubleshoot-remote-access-issues.mdx
+++ b/pages/elastic-metal/troubleshooting/troubleshoot-remote-access-issues.mdx
@@ -2,8 +2,6 @@
title: Troubleshooting remote access (KVM over IP) issues on Elastic Metal servers
description: Solutions for resolving remote access (KVM over IP) connection issues on Scaleway Elastic Metal servers.
tags: elastic-metal troubleshooting remote-access KVM-over-IP
-categories:
- - elastic-metal
dates:
validation: 2025-02-05
posted: 2025-02-05
diff --git a/pages/elastic-metal/troubleshooting/troubleshoot-rescue-your-data.mdx b/pages/elastic-metal/troubleshooting/troubleshoot-rescue-your-data.mdx
index 569ee456b7..1e06a3a98d 100644
--- a/pages/elastic-metal/troubleshooting/troubleshoot-rescue-your-data.mdx
+++ b/pages/elastic-metal/troubleshooting/troubleshoot-rescue-your-data.mdx
@@ -5,9 +5,6 @@ tags: recovery rescue data rescue-mode
dates:
validation: 2025-04-01
posted: 2025-04-01
-categories:
- - bare-metal
- - elastic-metal
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/elastic-metal/troubleshooting/troubleshoot-ssh-issues.mdx b/pages/elastic-metal/troubleshooting/troubleshoot-ssh-issues.mdx
index ce427b7b7c..4ecab409dc 100644
--- a/pages/elastic-metal/troubleshooting/troubleshoot-ssh-issues.mdx
+++ b/pages/elastic-metal/troubleshooting/troubleshoot-ssh-issues.mdx
@@ -2,8 +2,6 @@
title: Troubleshooting SSH connection issues on Elastic Metal servers
description: Solutions for resolving SSH connection problems on Scaleway Elastic Metal servers.
tags: elastic-metal troubleshooting SSH
-categories:
- - elastic-metal
dates:
validation: 2025-02-05
posted: 2025-02-05
diff --git a/pages/environmental-footprint/additional-content/bare-metal-env-footprint.mdx b/pages/environmental-footprint/additional-content/bare-metal-env-footprint.mdx
index 341b61aca3..e4fe4adad8 100644
--- a/pages/environmental-footprint/additional-content/bare-metal-env-footprint.mdx
+++ b/pages/environmental-footprint/additional-content/bare-metal-env-footprint.mdx
@@ -5,9 +5,6 @@ tags: bare-metal environmental-footprint impact datacentre
dates:
validation: 2025-05-27
posted: 2025-05-27
-categories:
- - environmental-footprint
- - bare-metal
---
import image from './assets/scaleway-allocation-rules-customer-it-equip.webp'
diff --git a/pages/environmental-footprint/additional-content/block-storage-env-footprint.mdx b/pages/environmental-footprint/additional-content/block-storage-env-footprint.mdx
index 1e2859d64f..8448034f0b 100644
--- a/pages/environmental-footprint/additional-content/block-storage-env-footprint.mdx
+++ b/pages/environmental-footprint/additional-content/block-storage-env-footprint.mdx
@@ -5,9 +5,6 @@ tags: block-storage environmental-footprint impact datacentre
dates:
validation: 2025-07-10
posted: 2025-07-10
-categories:
- - environmental-footprint
- - block-storage
---
This page includes the specificities of the environmental footprint calculation for Block Storage.
diff --git a/pages/environmental-footprint/additional-content/calculation-values-reference.mdx b/pages/environmental-footprint/additional-content/calculation-values-reference.mdx
index eb0e9b337f..3efdd277f3 100644
--- a/pages/environmental-footprint/additional-content/calculation-values-reference.mdx
+++ b/pages/environmental-footprint/additional-content/calculation-values-reference.mdx
@@ -5,9 +5,6 @@ tags: environmental-impact calculation-values datacenter reference
dates:
validation: 2025-06-09
posted: 2025-06-09
-categories:
-- environmental-footprint
-- reference-values
---
The values referenced below are the ones used by Scaleway in the [Environmental Footprint calculation](/environmental-footprint/additional-content/environmental-footprint-calculator).
diff --git a/pages/environmental-footprint/additional-content/environmental-footprint-calculator-estimation.mdx b/pages/environmental-footprint/additional-content/environmental-footprint-calculator-estimation.mdx
index 21a7fdeeb6..64d4323c55 100644
--- a/pages/environmental-footprint/additional-content/environmental-footprint-calculator-estimation.mdx
+++ b/pages/environmental-footprint/additional-content/environmental-footprint-calculator-estimation.mdx
@@ -5,8 +5,6 @@ tags: environmental-footprint impact environment datacentre
dates:
validation: 2025-05-13
posted: 2024-10-30
-categories:
- - environmental-footprint
---
import image from './assets/scaleway-env-impact-estimation-az.webp'
import image2 from './assets/scaleway-select-a-server-env-foot.webp'
diff --git a/pages/environmental-footprint/additional-content/environmental-footprint-calculator.mdx b/pages/environmental-footprint/additional-content/environmental-footprint-calculator.mdx
index 5f906cfc02..f26a2021ce 100644
--- a/pages/environmental-footprint/additional-content/environmental-footprint-calculator.mdx
+++ b/pages/environmental-footprint/additional-content/environmental-footprint-calculator.mdx
@@ -5,8 +5,6 @@ tags: environmental-footprint impact environment datacentre
dates:
validation: 2025-03-17
posted: 2024-09-11
-categories:
- - environmental-footprint
---
import image from './assets/scaleway-overall-env-footprint-calc.webp'
import image2 from './assets/scaleway-focus-on-cross-func-it-equipment.webp'
diff --git a/pages/environmental-footprint/additional-content/environmental-footprint-integration.mdx b/pages/environmental-footprint/additional-content/environmental-footprint-integration.mdx
index fd15c617e2..3178e64522 100644
--- a/pages/environmental-footprint/additional-content/environmental-footprint-integration.mdx
+++ b/pages/environmental-footprint/additional-content/environmental-footprint-integration.mdx
@@ -5,8 +5,6 @@ tags: environmental-footprint calculator
dates:
validation: 2025-07-22
posted: 2025-01-14
-categories:
- - environmental-footprint
---
The following tables provide details about the Scaleway products that currently integrate the [Environmental Footprint calculator](/environmental-footprint/additional-content/environmental-footprint-calculator) and the products that will integrate it in the future, by order of integration.
diff --git a/pages/environmental-footprint/additional-content/instances-env-footprint.mdx b/pages/environmental-footprint/additional-content/instances-env-footprint.mdx
index 2ee2bfc382..a873dd8958 100644
--- a/pages/environmental-footprint/additional-content/instances-env-footprint.mdx
+++ b/pages/environmental-footprint/additional-content/instances-env-footprint.mdx
@@ -5,9 +5,6 @@ tags: instances environmental-footprint impact cloud-computing
dates:
validation: 2025-05-27
posted: 2025-05-27
-categories:
-- environmental-footprint
-- instances
---
import image from './assets/scaleway-allocation-rules-instances.webp'
diff --git a/pages/environmental-footprint/how-to/track-monthly-footprint.mdx b/pages/environmental-footprint/how-to/track-monthly-footprint.mdx
index c1986889cd..2f532d5072 100644
--- a/pages/environmental-footprint/how-to/track-monthly-footprint.mdx
+++ b/pages/environmental-footprint/how-to/track-monthly-footprint.mdx
@@ -5,8 +5,6 @@ tags: environmental-footprint impact environment datacenter
dates:
validation: 2025-05-13
posted: 2024-10-30
-categories:
- - environmental-footprint
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/generative-apis/concepts.mdx b/pages/generative-apis/concepts.mdx
index f381db7f93..35f819b744 100644
--- a/pages/generative-apis/concepts.mdx
+++ b/pages/generative-apis/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to Generative APIs
tags:
dates:
validation: 2025-03-02
-categories:
- - ai-data
---
## API rate limits
diff --git a/pages/generative-apis/quickstart.mdx b/pages/generative-apis/quickstart.mdx
index 9afd61e914..1b34be3bc7 100644
--- a/pages/generative-apis/quickstart.mdx
+++ b/pages/generative-apis/quickstart.mdx
@@ -5,8 +5,6 @@ tags: generative-apis ai-data quickstart
dates:
validation: 2025-05-12
posted: 2024-09-04
-categories:
- - ai-data
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/generative-apis/troubleshooting/index.mdx b/pages/generative-apis/troubleshooting/index.mdx
index 6e9ad3cc71..735118efd5 100644
--- a/pages/generative-apis/troubleshooting/index.mdx
+++ b/pages/generative-apis/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Generative APIs
description: Find troubleshooting resources for resolving issues with Generative APIs.
dates:
posted: 2025-03-10
-categories:
- - generative-apis
productIcon: GenerativeApiProductIcon
---
diff --git a/pages/gpu/concepts.mdx b/pages/gpu/concepts.mdx
index 6c2cca6b86..3ce56be243 100644
--- a/pages/gpu/concepts.mdx
+++ b/pages/gpu/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to Scaleway GPU Instanc
tags: instance gpu gpu-instance docker nvidia pipenv
dates:
validation: 2025-02-11
-categories:
- - compute
---
diff --git a/pages/gpu/how-to/create-manage-gpu-instance.mdx b/pages/gpu/how-to/create-manage-gpu-instance.mdx
index ba00e94533..8876329161 100644
--- a/pages/gpu/how-to/create-manage-gpu-instance.mdx
+++ b/pages/gpu/how-to/create-manage-gpu-instance.mdx
@@ -5,8 +5,6 @@ tags: gpu-instance gpu instance
dates:
validation: 2025-03-11
posted: 2022-03-25
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/gpu/how-to/use-gpu-with-docker.mdx b/pages/gpu/how-to/use-gpu-with-docker.mdx
index 7557569cc1..84886819eb 100644
--- a/pages/gpu/how-to/use-gpu-with-docker.mdx
+++ b/pages/gpu/how-to/use-gpu-with-docker.mdx
@@ -5,8 +5,6 @@ tags: gpu docker
dates:
validation: 2025-01-20
posted: 2022-03-25
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/gpu/how-to/use-mig-with-kubernetes.mdx b/pages/gpu/how-to/use-mig-with-kubernetes.mdx
index 85bb05bfd2..696c9a1f99 100644
--- a/pages/gpu/how-to/use-mig-with-kubernetes.mdx
+++ b/pages/gpu/how-to/use-mig-with-kubernetes.mdx
@@ -5,8 +5,6 @@ tags: NVIDIA H100 MIG multi-instance gpu
dates:
validation: 2025-07-21
posted: 2023-09-19
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/gpu/how-to/use-nvidia-mig-technology.mdx b/pages/gpu/how-to/use-nvidia-mig-technology.mdx
index 313ab6ab10..75f63e59f3 100644
--- a/pages/gpu/how-to/use-nvidia-mig-technology.mdx
+++ b/pages/gpu/how-to/use-nvidia-mig-technology.mdx
@@ -5,8 +5,6 @@ tags: NVIDIA H100 MIG multi-instance gpu
dates:
validation: 2025-07-21
posted: 2023-08-31
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/gpu/how-to/use-pipenv.mdx b/pages/gpu/how-to/use-pipenv.mdx
index 4804b65a6a..8e8e53515c 100644
--- a/pages/gpu/how-to/use-pipenv.mdx
+++ b/pages/gpu/how-to/use-pipenv.mdx
@@ -5,8 +5,6 @@ tags: Pipenv virtual environment GPU Python
dates:
validation: 2025-01-20
posted: 2022-03-25
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/gpu/how-to/use-preinstalled-env.mdx b/pages/gpu/how-to/use-preinstalled-env.mdx
index d2e4fe9199..d8a0008ae4 100644
--- a/pages/gpu/how-to/use-preinstalled-env.mdx
+++ b/pages/gpu/how-to/use-preinstalled-env.mdx
@@ -5,8 +5,6 @@ tags: preinstalled environment preinstalled-environment gpu
dates:
validation: 2025-07-21
posted: 2022-03-25
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/gpu/how-to/use-scratch-storage-h100-instances.mdx b/pages/gpu/how-to/use-scratch-storage-h100-instances.mdx
index e7d6ddf0cf..b647d18a32 100644
--- a/pages/gpu/how-to/use-scratch-storage-h100-instances.mdx
+++ b/pages/gpu/how-to/use-scratch-storage-h100-instances.mdx
@@ -5,8 +5,6 @@ tags: H100 L40S gpu scratch-storage scratch storage
dates:
validation: 2025-07-21
posted: 2023-09-18
-categories:
- - compute
---
Scaleway H100, H100-SXM, and L40S GPU Instances are equipped with additional scratch storage. This form of temporary Local Storage operates differently from our regular Local Storage.
diff --git a/pages/gpu/quickstart.mdx b/pages/gpu/quickstart.mdx
index dc08dac435..e42dbe7a2e 100644
--- a/pages/gpu/quickstart.mdx
+++ b/pages/gpu/quickstart.mdx
@@ -5,8 +5,6 @@ tags: instance gpu-instance
dates:
validation: 2025-03-11
posted: 2022-03-25
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/gpu/reference-content/choosing-gpu-instance-type.mdx b/pages/gpu/reference-content/choosing-gpu-instance-type.mdx
index ae61977f37..f21e31b600 100644
--- a/pages/gpu/reference-content/choosing-gpu-instance-type.mdx
+++ b/pages/gpu/reference-content/choosing-gpu-instance-type.mdx
@@ -5,8 +5,6 @@ tags: NVIDIA GPU cloud instance
dates:
validation: 2025-04-22
posted: 2022-08-31
-categories:
- - compute
---
A GPU Instance refers to a virtual computing environment provided by Scaleway that offers access to powerful Graphics Processing Units (GPUs) over the internet.
diff --git a/pages/gpu/reference-content/docker-images.mdx b/pages/gpu/reference-content/docker-images.mdx
index 4543a37d5b..4bc5fd59fd 100644
--- a/pages/gpu/reference-content/docker-images.mdx
+++ b/pages/gpu/reference-content/docker-images.mdx
@@ -5,8 +5,6 @@ tags: docker docker-image tensorflow pytorch jax rapids
dates:
validation: 2025-01-20
posted: 2022-03-25
-categories:
- - compute
---
Scaleway offers a range of ready-to-use AI Docker images. These Docker images can be used with all GPU Instance OS images.
diff --git a/pages/gpu/reference-content/gpu-instances-bandwidth-overview.mdx b/pages/gpu/reference-content/gpu-instances-bandwidth-overview.mdx
index 6926c5c752..56a3fc39a4 100644
--- a/pages/gpu/reference-content/gpu-instances-bandwidth-overview.mdx
+++ b/pages/gpu/reference-content/gpu-instances-bandwidth-overview.mdx
@@ -5,8 +5,6 @@ tags: instance
dates:
validation: 2025-05-12
posted: 2025-01-07
-categories:
- - compute
---
Scaleway GPU Instances are designed to deliver **high-performance computing** for AI/ML workloads, rendering, scientific simulations, and visualization tasks.
diff --git a/pages/gpu/reference-content/kubernetes-gpu-time-slicing.mdx b/pages/gpu/reference-content/kubernetes-gpu-time-slicing.mdx
index c5ded4a24b..d9833f712a 100644
--- a/pages/gpu/reference-content/kubernetes-gpu-time-slicing.mdx
+++ b/pages/gpu/reference-content/kubernetes-gpu-time-slicing.mdx
@@ -5,8 +5,6 @@ tags: gpu nvidia
dates:
validation: 2025-05-26
posted: 2023-03-25
-categories:
- - compute
---
NVIDIA GPUs are powerful hardware commonly used for model training, deep learning, scientific simulations, and data processing tasks. On the other hand, Kubernetes (K8s) is a container orchestration platform that helps manage and deploy containerized applications.
diff --git a/pages/gpu/reference-content/understanding-nvidia-fp8.mdx b/pages/gpu/reference-content/understanding-nvidia-fp8.mdx
index 5cd5aad59c..8c08afba1f 100644
--- a/pages/gpu/reference-content/understanding-nvidia-fp8.mdx
+++ b/pages/gpu/reference-content/understanding-nvidia-fp8.mdx
@@ -5,8 +5,6 @@ tags: NVIDIA FP8 GPU cloud
dates:
validation: 2025-04-22
posted: 2023-10-23
-categories:
- - compute
---
Scaleway offers GPU Instances featuring [L4, L40S, H100, and H100-SXM GPUs](/gpu/reference-content/choosing-gpu-instance-type/) that support FP8 (8-bit floating point), a revolutionary datatype introduced by NVIDIA. It enables higher throughput of matrix multipliers and convolutions.
diff --git a/pages/gpu/reference-content/understanding-nvidia-nemo.mdx b/pages/gpu/reference-content/understanding-nvidia-nemo.mdx
index 093111a127..94cea7a337 100644
--- a/pages/gpu/reference-content/understanding-nvidia-nemo.mdx
+++ b/pages/gpu/reference-content/understanding-nvidia-nemo.mdx
@@ -5,8 +5,6 @@ tags: NVIDIA NGC NVIDIA GPU cloud
dates:
validation: 2025-04-15
posted: 2023-09-24
-categories:
- - compute
---
diff --git a/pages/gpu/reference-content/understanding-nvidia-ngc.mdx b/pages/gpu/reference-content/understanding-nvidia-ngc.mdx
index 8ee12e1f87..49a9cbee11 100644
--- a/pages/gpu/reference-content/understanding-nvidia-ngc.mdx
+++ b/pages/gpu/reference-content/understanding-nvidia-ngc.mdx
@@ -5,8 +5,6 @@ tags: NVIDIA NGC NVIDIA GPU cloud
dates:
validation: 2025-03-19
posted: 2023-08-31
-categories:
- - compute
---
NVIDIA provides access to NVIDIA GPU Cloud (NGC) through providers including Scaleway. NGC is a cloud-based platform that offers a comprehensive set of GPU-optimized software and tools for various deep learning, machine learning, and AI (Artificial Intelligence) tasks. It is designed to simplify deploying, managing, and utilizing AI and data science frameworks on NVIDIA GPUs.
diff --git a/pages/gpu/reference-content/understanding-nvidia-nvlink.mdx b/pages/gpu/reference-content/understanding-nvidia-nvlink.mdx
index e4155865e4..5217cd4fe9 100644
--- a/pages/gpu/reference-content/understanding-nvidia-nvlink.mdx
+++ b/pages/gpu/reference-content/understanding-nvidia-nvlink.mdx
@@ -5,8 +5,6 @@ tags: NVIDIA NVLink
dates:
validation: 2025-03-13
posted: 2025-03-13
-categories:
- - compute
---
NVLink is NVIDIA's high-bandwidth, low-latency GPU-to-GPU interconnect with built-in resiliency features, available on Scaleway's [H100-SGX Instances](/gpu/reference-content/choosing-gpu-instance-type/#gpu-instances-and-ai-supercomputer-comparison-table). It was designed to significantly improve the performance and efficiency when connecting GPUs, CPUs, and other components within the same node.
diff --git a/pages/gpu/reference-content/understanding-nvidia-tao.mdx b/pages/gpu/reference-content/understanding-nvidia-tao.mdx
index 25ab7c95b2..0619214cd4 100644
--- a/pages/gpu/reference-content/understanding-nvidia-tao.mdx
+++ b/pages/gpu/reference-content/understanding-nvidia-tao.mdx
@@ -5,8 +5,6 @@ tags: NVIDIA TAO
dates:
validation: 2025-04-07
posted: 2023-09-22
-categories:
- - compute
---
The NVIDIA TAO Toolkit offers an accessible, open-source AI framework designed to accelerate the development of computer vision AI models, catering to individuals with varying skill levels, from novices to seasoned data scientists.
diff --git a/pages/gpu/troubleshooting/fix-driver-issues.mdx b/pages/gpu/troubleshooting/fix-driver-issues.mdx
index 0ede7a6d87..b2f52a47fa 100644
--- a/pages/gpu/troubleshooting/fix-driver-issues.mdx
+++ b/pages/gpu/troubleshooting/fix-driver-issues.mdx
@@ -5,8 +5,6 @@ tags: gpu issue error driver nvidia-driver sleep gpu-instance
dates:
validation: 2025-07-15
posted: 2022-12-01
-categories:
- - compute
---
All Scaleway [GPU Instances](/gpu/quickstart/) come with a Nvidia driver preinstalled. This means you do not have to install them by yourself.
diff --git a/pages/gpu/troubleshooting/index.mdx b/pages/gpu/troubleshooting/index.mdx
index a4d1bc6603..6738d6a718 100644
--- a/pages/gpu/troubleshooting/index.mdx
+++ b/pages/gpu/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: GPU Instances
description: Find troubleshooting resources for resolving issues with GPU Instances.
dates:
posted: 2025-03-10
-categories:
- - gpu-instances
productIcon: GpuServersProductIcon
---
diff --git a/pages/gpu/troubleshooting/install-nvidia-drivers-ubuntu.mdx b/pages/gpu/troubleshooting/install-nvidia-drivers-ubuntu.mdx
index f19892e41f..3180325cc7 100644
--- a/pages/gpu/troubleshooting/install-nvidia-drivers-ubuntu.mdx
+++ b/pages/gpu/troubleshooting/install-nvidia-drivers-ubuntu.mdx
@@ -5,8 +5,6 @@ tags: gpu driver nvidia-driver unbuntu l4 l40s
dates:
validation: 2025-04-07
posted: 2024-03-27
-categories:
- - compute
---
In this guide, we will walk you through the process of installing NVIDIA drivers for L4/L40S GPU Instances on a customized Ubuntu 22.04 image, adapted from the default OS image.
diff --git a/pages/gpu/troubleshooting/updating-gpu-instance-with-cloud-init.mdx b/pages/gpu/troubleshooting/updating-gpu-instance-with-cloud-init.mdx
index 920002a8d1..dfb7c19526 100644
--- a/pages/gpu/troubleshooting/updating-gpu-instance-with-cloud-init.mdx
+++ b/pages/gpu/troubleshooting/updating-gpu-instance-with-cloud-init.mdx
@@ -5,8 +5,6 @@ tags: gpu issue error upgrade gpu-instance cloud-init
dates:
validation: 2025-04-22
posted: 2022-09-19
-categories:
- - compute
---
When running the `upgrade_package` command with `cloud-init` the Nvidia drivers may break causing the GPU to become unavailable. This problem persists even after a manual reboot of the Instance and the following error displays:
diff --git a/pages/iam/api-cli/using-api-key-object-storage.mdx b/pages/iam/api-cli/using-api-key-object-storage.mdx
index c572680e78..3f45ce7ed0 100644
--- a/pages/iam/api-cli/using-api-key-object-storage.mdx
+++ b/pages/iam/api-cli/using-api-key-object-storage.mdx
@@ -5,8 +5,6 @@ tags: API key Projects IAM API-key Preferred-project Object-Storage Amazon-S3
dates:
validation: 2025-06-09
posted: 2022-11-02
-categories:
- - IAM
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iam/how-to/enforce-security-requirements-members.mdx b/pages/iam/how-to/enforce-security-requirements-members.mdx
index 53df7e2d51..5295ef1640 100644
--- a/pages/iam/how-to/enforce-security-requirements-members.mdx
+++ b/pages/iam/how-to/enforce-security-requirements-members.mdx
@@ -4,8 +4,6 @@ description: This page shows you how to edit the grace period IAM members have t
dates:
validation: 2025-02-11
posted: 2025-02-11
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iam/reference-content/auto-generated-iam-resources.mdx b/pages/iam/reference-content/auto-generated-iam-resources.mdx
index b01a7f18bb..223d2e5b4e 100644
--- a/pages/iam/reference-content/auto-generated-iam-resources.mdx
+++ b/pages/iam/reference-content/auto-generated-iam-resources.mdx
@@ -4,8 +4,6 @@ description: This page explains how and why Scaleway auto-generates some IAM res
tags: iam
dates:
validation: 2025-01-27
-categories:
- - iam
---
import image from './assets/scaleway-iam-logs-k8s-example.webp'
diff --git a/pages/iam/reference-content/guests-to-members-migration.mdx b/pages/iam/reference-content/guests-to-members-migration.mdx
index 3bcdc94b2a..4857ba0a91 100644
--- a/pages/iam/reference-content/guests-to-members-migration.mdx
+++ b/pages/iam/reference-content/guests-to-members-migration.mdx
@@ -2,9 +2,6 @@
title: IAM Guests to Members migration
description: Learn how to migrate IAM Guests to Members
tags: iam migration
-categories:
- - iam
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iam/reference-content/overview.mdx b/pages/iam/reference-content/overview.mdx
index 30c3a28e25..1ccc8badf5 100644
--- a/pages/iam/reference-content/overview.mdx
+++ b/pages/iam/reference-content/overview.mdx
@@ -4,9 +4,6 @@ description: High-level overview of Scaleway IAM features.
tags: iam
dates:
validation: 2025-04-23
-categories:
- - iam
- - console
---
import image from './assets/scaleway-iam-organization.webp'
import image2 from './assets/scaleway-iam-policy.webp'
diff --git a/pages/iam/reference-content/policy.mdx b/pages/iam/reference-content/policy.mdx
index d69b26b8b2..6d24dec4bc 100644
--- a/pages/iam/reference-content/policy.mdx
+++ b/pages/iam/reference-content/policy.mdx
@@ -4,9 +4,6 @@ description: Detailed additional content for policies within Scaleway IAM.
tags: iam
dates:
validation: 2025-04-23
-categories:
- - iam
- - console
---
import image from './assets/scaleway-iam-policy-example.webp'
diff --git a/pages/iam/reference-content/reproduce-roles-project-api-keys.mdx b/pages/iam/reference-content/reproduce-roles-project-api-keys.mdx
index e8a03d0e20..039a61183f 100644
--- a/pages/iam/reference-content/reproduce-roles-project-api-keys.mdx
+++ b/pages/iam/reference-content/reproduce-roles-project-api-keys.mdx
@@ -4,9 +4,6 @@ description: This page explains how to generate an access system similar to Scal
tags: iam
dates:
validation: 2025-04-23
-categories:
- - iam
- - console
---
import image from './assets/scaleway-iam-roles-change.webp'
import image2 from './assets/scaleway-iam-invitation-groups.webp'
diff --git a/pages/iam/reference-content/understanding-policy-conditions.mdx b/pages/iam/reference-content/understanding-policy-conditions.mdx
index e20b130aab..948c1d5523 100644
--- a/pages/iam/reference-content/understanding-policy-conditions.mdx
+++ b/pages/iam/reference-content/understanding-policy-conditions.mdx
@@ -4,9 +4,6 @@ description: Detailed information on policy conditions within Scaleway IAM.
tags: iam
dates:
validation: 2025-03-03
-categories:
- - iam
- - console
---
A condition is an additional layer of restrictions for your rule. You can configure conditions in IAM policies to allow access to specific user agents, IP addresses and on a given date or time.
diff --git a/pages/iam/troubleshooting/cannot-use-resources.mdx b/pages/iam/troubleshooting/cannot-use-resources.mdx
index fc0afb83b9..0cf4fe4152 100644
--- a/pages/iam/troubleshooting/cannot-use-resources.mdx
+++ b/pages/iam/troubleshooting/cannot-use-resources.mdx
@@ -5,8 +5,6 @@ tags: api 403 error unable connection fail product resource api cli developer to
dates:
validation: 2025-01-30
posted: 2025-01-30
-categories:
- - iam
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iam/troubleshooting/index.mdx b/pages/iam/troubleshooting/index.mdx
index 06bafb05e8..134abb5e15 100644
--- a/pages/iam/troubleshooting/index.mdx
+++ b/pages/iam/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: IAM (Identity and Access Management)
description: Find troubleshooting resources for resolving issues with IAM.
dates:
posted: 2025-03-17
-categories:
- - iam
productIcon: IamProductIcon
---
diff --git a/pages/instances/api-cli/attaching-a-volume.mdx b/pages/instances/api-cli/attaching-a-volume.mdx
index ae35af33df..ec4907ac60 100644
--- a/pages/instances/api-cli/attaching-a-volume.mdx
+++ b/pages/instances/api-cli/attaching-a-volume.mdx
@@ -2,9 +2,6 @@
title: Attaching a Block Storage volume via the Block Storage API
description: This page explains how to attach a Block Storage volume using the Scaleway API.
tags: attach-storage storage volume block api
-categories:
- - block-storage
- - storage
dates:
validation: 2025-07-16
posted: 2020-01-10
diff --git a/pages/instances/api-cli/cli-cheatsheet.mdx b/pages/instances/api-cli/cli-cheatsheet.mdx
index 0bea7bd4ef..66682c0a77 100644
--- a/pages/instances/api-cli/cli-cheatsheet.mdx
+++ b/pages/instances/api-cli/cli-cheatsheet.mdx
@@ -4,8 +4,6 @@ description: This page shows the most common Scaleway CLI commands for creating
tags: instance cli cheatsheet scw
dates:
validation: 2025-02-11
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/api-cli/creating-a-volume.mdx b/pages/instances/api-cli/creating-a-volume.mdx
index 4819f6961d..bd39deb6e7 100644
--- a/pages/instances/api-cli/creating-a-volume.mdx
+++ b/pages/instances/api-cli/creating-a-volume.mdx
@@ -5,9 +5,6 @@ tags: block-storage block volume create storage
dates:
validation: 2025-06-02
posted: 2020-01-10
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/api-cli/creating-backups.mdx b/pages/instances/api-cli/creating-backups.mdx
index 51d99a33fe..8dd15f8551 100644
--- a/pages/instances/api-cli/creating-backups.mdx
+++ b/pages/instances/api-cli/creating-backups.mdx
@@ -5,8 +5,6 @@ tags: instance create backup scaleway-api
dates:
validation: 2025-05-28
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/api-cli/creating-managing-instances-with-cliv2.mdx b/pages/instances/api-cli/creating-managing-instances-with-cliv2.mdx
index cd1421ef03..eb9f780cfb 100644
--- a/pages/instances/api-cli/creating-managing-instances-with-cliv2.mdx
+++ b/pages/instances/api-cli/creating-managing-instances-with-cliv2.mdx
@@ -5,8 +5,6 @@ tags: instance create manage cli cli-v2 scw
dates:
validation: 2025-03-03
posted: 2021-08-05
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/api-cli/detaching-a-volume.mdx b/pages/instances/api-cli/detaching-a-volume.mdx
index b287a279a6..4979a6fcf6 100644
--- a/pages/instances/api-cli/detaching-a-volume.mdx
+++ b/pages/instances/api-cli/detaching-a-volume.mdx
@@ -5,9 +5,6 @@ tags: detach volume block storage unlink unplug api
dates:
validation: 2025-06-02
posted: 2020-01-10
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/api-cli/increasing-volume-size.mdx b/pages/instances/api-cli/increasing-volume-size.mdx
index 7653ba1239..bf572e057f 100644
--- a/pages/instances/api-cli/increasing-volume-size.mdx
+++ b/pages/instances/api-cli/increasing-volume-size.mdx
@@ -5,9 +5,6 @@ tags: increase expand increment raise storage volume block
dates:
validation: 2025-06-02
posted: 2020-01-10
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/api-cli/managing-instance-snapshot-via-cli.mdx b/pages/instances/api-cli/managing-instance-snapshot-via-cli.mdx
index a57b7b15e8..75fe3e6e5f 100644
--- a/pages/instances/api-cli/managing-instance-snapshot-via-cli.mdx
+++ b/pages/instances/api-cli/managing-instance-snapshot-via-cli.mdx
@@ -5,8 +5,6 @@ tags: manage instance snapshot cli cli-v2
dates:
validation: 2025-05-28
posted: 2022-09-24
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/api-cli/migrating-instances.mdx b/pages/instances/api-cli/migrating-instances.mdx
index 2582b919e7..416b7840c2 100644
--- a/pages/instances/api-cli/migrating-instances.mdx
+++ b/pages/instances/api-cli/migrating-instances.mdx
@@ -5,8 +5,6 @@ tags: upgrade instance api
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/api-cli/snapshot-import-export-feature.mdx b/pages/instances/api-cli/snapshot-import-export-feature.mdx
index a9a9c64e53..11d9a180e1 100644
--- a/pages/instances/api-cli/snapshot-import-export-feature.mdx
+++ b/pages/instances/api-cli/snapshot-import-export-feature.mdx
@@ -5,8 +5,6 @@ tags: snapshot import export api instance
dates:
validation: 2025-05-28
posted: 2021-07-25
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/api-cli/using-cloud-init.mdx b/pages/instances/api-cli/using-cloud-init.mdx
index f90741f9c7..c44b219156 100644
--- a/pages/instances/api-cli/using-cloud-init.mdx
+++ b/pages/instances/api-cli/using-cloud-init.mdx
@@ -5,8 +5,6 @@ tags: cloud-init cloud init scaleway-api cli
dates:
validation: 2025-07-15
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/api-cli/using-placement-groups.mdx b/pages/instances/api-cli/using-placement-groups.mdx
index 501fef5302..e0754ce1a1 100644
--- a/pages/instances/api-cli/using-placement-groups.mdx
+++ b/pages/instances/api-cli/using-placement-groups.mdx
@@ -1,8 +1,6 @@
---
title: Using placement groups with the API
description: This page shows you how to use placement groups on Instances using the Scaleway API
-categories:
- - compute
tags: compute placement-group server api instance
dates:
validation: 2025-02-11
diff --git a/pages/instances/api-cli/using-routed-ips.mdx b/pages/instances/api-cli/using-routed-ips.mdx
index cba8a3e2a0..cba8fbbad1 100644
--- a/pages/instances/api-cli/using-routed-ips.mdx
+++ b/pages/instances/api-cli/using-routed-ips.mdx
@@ -5,8 +5,6 @@ tags: routed ip cloud scaleway-api transition
dates:
validation: 2025-07-15
posted: 2023-05-17
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/concepts.mdx b/pages/instances/concepts.mdx
index 985cb4f8d4..e26283dd3e 100644
--- a/pages/instances/concepts.mdx
+++ b/pages/instances/concepts.mdx
@@ -4,8 +4,6 @@ description: 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: 2025-02-24
-categories:
- - compute
---
import AvailabilityZone from '@macros/concepts/availability-zone.mdx'
import BlockSnapshot from '@macros/concepts/block-snapshot.mdx'
diff --git a/pages/instances/how-to/configure-reverse-dns.mdx b/pages/instances/how-to/configure-reverse-dns.mdx
index cb28b9ec1b..5718202705 100644
--- a/pages/instances/how-to/configure-reverse-dns.mdx
+++ b/pages/instances/how-to/configure-reverse-dns.mdx
@@ -5,8 +5,6 @@ tags: configure reverse-dns dns instance
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/connect-to-instance.mdx b/pages/instances/how-to/connect-to-instance.mdx
index fdfca807ed..9ce560c00f 100644
--- a/pages/instances/how-to/connect-to-instance.mdx
+++ b/pages/instances/how-to/connect-to-instance.mdx
@@ -5,8 +5,6 @@ tags: instance connection ssh ssh-key
dates:
validation: 2025-06-23
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/create-a-backup.mdx b/pages/instances/how-to/create-a-backup.mdx
index d21568806b..da2af082fe 100644
--- a/pages/instances/how-to/create-a-backup.mdx
+++ b/pages/instances/how-to/create-a-backup.mdx
@@ -5,8 +5,6 @@ tags: instance image backup
dates:
validation: 2025-03-24
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/create-an-instance.mdx b/pages/instances/how-to/create-an-instance.mdx
index 7c61fbf27a..c86808b82b 100644
--- a/pages/instances/how-to/create-an-instance.mdx
+++ b/pages/instances/how-to/create-an-instance.mdx
@@ -5,8 +5,6 @@ tags: instance create
dates:
validation: 2025-06-23
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/create-image-from-snapshot.mdx b/pages/instances/how-to/create-image-from-snapshot.mdx
index a42072060b..48ae2b7f60 100644
--- a/pages/instances/how-to/create-image-from-snapshot.mdx
+++ b/pages/instances/how-to/create-image-from-snapshot.mdx
@@ -5,8 +5,6 @@ tags: image backup snapshot instance
dates:
validation: 2025-05-19
posted: 2021-08-05
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/delete-instance.mdx b/pages/instances/how-to/delete-instance.mdx
index 719f213cbf..ecce3deb6a 100644
--- a/pages/instances/how-to/delete-instance.mdx
+++ b/pages/instances/how-to/delete-instance.mdx
@@ -5,8 +5,6 @@ tags: delete instance
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/enable-openssh-windows.mdx b/pages/instances/how-to/enable-openssh-windows.mdx
index cd4c953132..27cdab0d31 100644
--- a/pages/instances/how-to/enable-openssh-windows.mdx
+++ b/pages/instances/how-to/enable-openssh-windows.mdx
@@ -5,9 +5,6 @@ tags: windows2022 openssh
dates:
validation: 2025-02-04
posted: 2025-02-04
-categories:
- - instances
- - compute
---
The latest release of **Windows Server 2022** and **Windows Server 2022 Core** images includes the **OpenSSH Server** and **OpenSSH Client** packages by default.
diff --git a/pages/instances/how-to/manage-storage.mdx b/pages/instances/how-to/manage-storage.mdx
index 282c1bb11b..80998a920a 100644
--- a/pages/instances/how-to/manage-storage.mdx
+++ b/pages/instances/how-to/manage-storage.mdx
@@ -5,8 +5,6 @@ tags: attach link connect block volume block-storage
dates:
validation: 2025-03-24
posted: 2025-03-24
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/migrate-instances.mdx b/pages/instances/how-to/migrate-instances.mdx
index 613ebc11ad..59cea18f74 100644
--- a/pages/instances/how-to/migrate-instances.mdx
+++ b/pages/instances/how-to/migrate-instances.mdx
@@ -5,8 +5,6 @@ tags: instance migration migrate
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/migrate-local-storage-to-sbs.mdx b/pages/instances/how-to/migrate-local-storage-to-sbs.mdx
index f8e04e51e7..baa9dd923f 100644
--- a/pages/instances/how-to/migrate-local-storage-to-sbs.mdx
+++ b/pages/instances/how-to/migrate-local-storage-to-sbs.mdx
@@ -5,8 +5,6 @@ tags: instance migration local-storage block-storage sbs
dates:
validation: 2025-04-22
posted: 2024-04-22
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/migrate-volumes-snapshots-to-sbs.mdx b/pages/instances/how-to/migrate-volumes-snapshots-to-sbs.mdx
index 2e0fb9183c..336e80687c 100644
--- a/pages/instances/how-to/migrate-volumes-snapshots-to-sbs.mdx
+++ b/pages/instances/how-to/migrate-volumes-snapshots-to-sbs.mdx
@@ -5,8 +5,6 @@ tags: instance snapshot volume b_ssd sbs
dates:
validation: 2025-07-21
posted: 2024-08-07
-categories:
- - compute
---
import HowToMigrateToSbs from '@macros/compute/how-to-migrate-to-sbs.mdx'
diff --git a/pages/instances/how-to/power-off-instance.mdx b/pages/instances/how-to/power-off-instance.mdx
index bcf8be853f..d9db55f26b 100644
--- a/pages/instances/how-to/power-off-instance.mdx
+++ b/pages/instances/how-to/power-off-instance.mdx
@@ -5,8 +5,6 @@ tags: power off power-off instance
dates:
validation: 2025-03-11
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/resize-instances.mdx b/pages/instances/how-to/resize-instances.mdx
index f972eca432..0d552a5edf 100644
--- a/pages/instances/how-to/resize-instances.mdx
+++ b/pages/instances/how-to/resize-instances.mdx
@@ -5,8 +5,6 @@ tags: instance scaling vertically compute
dates:
validation: 2025-05-15
posted: 2025-05-15
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/send-emails-from-your-instance.mdx b/pages/instances/how-to/send-emails-from-your-instance.mdx
index fe2eb4c40c..b84aec621d 100644
--- a/pages/instances/how-to/send-emails-from-your-instance.mdx
+++ b/pages/instances/how-to/send-emails-from-your-instance.mdx
@@ -5,8 +5,6 @@ tags: smtp email instance
dates:
validation: 2025-07-21
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/snapshot-import-export-feature.mdx b/pages/instances/how-to/snapshot-import-export-feature.mdx
index 50b96facc5..3b3c511af1 100644
--- a/pages/instances/how-to/snapshot-import-export-feature.mdx
+++ b/pages/instances/how-to/snapshot-import-export-feature.mdx
@@ -5,8 +5,6 @@ tags: snapshot import export instance availability zone qcow2
dates:
validation: 2025-06-02
posted: 2021-07-27
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/use-boot-modes.mdx b/pages/instances/how-to/use-boot-modes.mdx
index b7ae2f69cf..92d9b012a0 100644
--- a/pages/instances/how-to/use-boot-modes.mdx
+++ b/pages/instances/how-to/use-boot-modes.mdx
@@ -5,8 +5,6 @@ tags: boot-mode boot mode boot instance bootscript
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/use-flexips.mdx b/pages/instances/how-to/use-flexips.mdx
index 21bd1d8e2e..a4e115fffd 100644
--- a/pages/instances/how-to/use-flexips.mdx
+++ b/pages/instances/how-to/use-flexips.mdx
@@ -5,8 +5,6 @@ tags: flexible-ip Instance flexible ip detach delete attach ipv6
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
import FlexibleIp from '@macros/network/flexible-ip-limitations.mdx'
diff --git a/pages/instances/how-to/use-placement-groups.mdx b/pages/instances/how-to/use-placement-groups.mdx
index 550504ec2d..31815436ef 100644
--- a/pages/instances/how-to/use-placement-groups.mdx
+++ b/pages/instances/how-to/use-placement-groups.mdx
@@ -5,8 +5,6 @@ tags: placement-group instance
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/use-private-networks.mdx b/pages/instances/how-to/use-private-networks.mdx
index 62d83ded63..ec60d9afa6 100644
--- a/pages/instances/how-to/use-private-networks.mdx
+++ b/pages/instances/how-to/use-private-networks.mdx
@@ -5,8 +5,6 @@ tags: private-networks private networks instance
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/use-protected-instance.mdx b/pages/instances/how-to/use-protected-instance.mdx
index 51df4a1dc7..3e5d153b0d 100644
--- a/pages/instances/how-to/use-protected-instance.mdx
+++ b/pages/instances/how-to/use-protected-instance.mdx
@@ -5,8 +5,6 @@ tags: protected-instance protected instance
dates:
validation: 2025-07-15
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/use-security-groups.mdx b/pages/instances/how-to/use-security-groups.mdx
index 2a7562fab0..193314e8ba 100644
--- a/pages/instances/how-to/use-security-groups.mdx
+++ b/pages/instances/how-to/use-security-groups.mdx
@@ -5,8 +5,6 @@ tags: security create instance traffic security-group
dates:
validation: 2025-03-03
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/use-serial-console.mdx b/pages/instances/how-to/use-serial-console.mdx
index 8ccd54114c..34e26bd011 100644
--- a/pages/instances/how-to/use-serial-console.mdx
+++ b/pages/instances/how-to/use-serial-console.mdx
@@ -5,8 +5,6 @@ tags: serial console serial-console instance connection
dates:
validation: 2025-03-03
posted: 2022-02-25
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/how-to/use-standby-mode.mdx b/pages/instances/how-to/use-standby-mode.mdx
index 298952dd4f..b8c2ee379d 100644
--- a/pages/instances/how-to/use-standby-mode.mdx
+++ b/pages/instances/how-to/use-standby-mode.mdx
@@ -5,8 +5,6 @@ tags: instance standby standby-mode
dates:
validation: 2025-05-21
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/quickstart.mdx b/pages/instances/quickstart.mdx
index b458cadc5f..2c8620b11d 100644
--- a/pages/instances/quickstart.mdx
+++ b/pages/instances/quickstart.mdx
@@ -5,8 +5,6 @@ tags: instance connection delete create
dates:
validation: 2025-06-23
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/reference-content/add-instance-specific-ssh-keys-using-tags.mdx b/pages/instances/reference-content/add-instance-specific-ssh-keys-using-tags.mdx
index f3ecbdbd60..f41af0ddf7 100644
--- a/pages/instances/reference-content/add-instance-specific-ssh-keys-using-tags.mdx
+++ b/pages/instances/reference-content/add-instance-specific-ssh-keys-using-tags.mdx
@@ -1,8 +1,6 @@
---
title: Using tags to add Instance-specific SSH keys
description: Find out how to use tags to add Instance-specific SSH keys on Scaleway.
-categories:
- - compute
dates:
validation: 2025-04-15
posted: 2024-10-08
diff --git a/pages/instances/reference-content/choosing-instance-type.mdx b/pages/instances/reference-content/choosing-instance-type.mdx
index 8a10d2b50b..7627f5fc7a 100644
--- a/pages/instances/reference-content/choosing-instance-type.mdx
+++ b/pages/instances/reference-content/choosing-instance-type.mdx
@@ -1,8 +1,6 @@
---
title: Choosing the best Scaleway Instance type for your workload
description: Find out how to select the ideal Scaleway Instance type for your specific needs, whether it is for learning, testing, production, or workload optimization.
-categories:
- - compute
dates:
validation: 2025-05-15
posted: 2023-02-20
diff --git a/pages/instances/reference-content/choosing-shared-vs-dedicated-cpus.mdx b/pages/instances/reference-content/choosing-shared-vs-dedicated-cpus.mdx
index b730d66df7..ccb12232db 100644
--- a/pages/instances/reference-content/choosing-shared-vs-dedicated-cpus.mdx
+++ b/pages/instances/reference-content/choosing-shared-vs-dedicated-cpus.mdx
@@ -1,8 +1,6 @@
---
title: Choosing between shared or dedicated vCPUs
description: Find out how to choose between shared or dedicated vCPUs depending on your workloads.
-categories:
- - compute
dates:
validation: 2025-04-30
posted: 2025-04-18
diff --git a/pages/instances/reference-content/comaptibility-scw-os-images-flexible-ip.mdx b/pages/instances/reference-content/comaptibility-scw-os-images-flexible-ip.mdx
index 6d8ddcec61..9680572503 100644
--- a/pages/instances/reference-content/comaptibility-scw-os-images-flexible-ip.mdx
+++ b/pages/instances/reference-content/comaptibility-scw-os-images-flexible-ip.mdx
@@ -5,8 +5,6 @@ tags: instances flexible ip compatibility routed-ip network configuration
dates:
validation: 2025-03-19
posted: 2024-09-09
-categories:
- - compute
---
This page presents the currently known state of compatibility between Scaleway Instance OS Images and the different combinations of Flexible IPs types.
diff --git a/pages/instances/reference-content/cost-optimized.mdx b/pages/instances/reference-content/cost-optimized.mdx
index 48263b489c..d29bdfe3a6 100644
--- a/pages/instances/reference-content/cost-optimized.mdx
+++ b/pages/instances/reference-content/cost-optimized.mdx
@@ -4,8 +4,6 @@ description: Find out more about Instances from Scaleway's Cost-Optimized range,
dates:
validation: 2025-03-19
posted: 2023-02-22
-categories:
- - compute
tags: instance type development DEV range cost-optimized general-purpose general purpose GP PLAY2 PRO2 play pro
---
diff --git a/pages/instances/reference-content/identify-devices.mdx b/pages/instances/reference-content/identify-devices.mdx
index 7b6a19cf1a..8c15c9d511 100644
--- a/pages/instances/reference-content/identify-devices.mdx
+++ b/pages/instances/reference-content/identify-devices.mdx
@@ -5,8 +5,6 @@ tags: instance
dates:
validation: 2025-03-25
posted: 2024-03-15
-categories:
- - compute
---
An Instance is composed of a multitude of devices. Some of them can be configured, such as network interfaces and block devices, for example by attaching an SBS volume to the Instance or attaching the Instance to a Private Network.
diff --git a/pages/instances/reference-content/images-and-instantapps.mdx b/pages/instances/reference-content/images-and-instantapps.mdx
index 87cce9535f..e7df8fb749 100644
--- a/pages/instances/reference-content/images-and-instantapps.mdx
+++ b/pages/instances/reference-content/images-and-instantapps.mdx
@@ -5,8 +5,6 @@ tags: instance
dates:
validation: 2025-07-01
posted: 2024-06-17
-categories:
- - compute
---
import image from './assets/ubuntu.webp'
import image2 from './assets/ubuntu.webp'
diff --git a/pages/instances/reference-content/instances-bandwidth-overview.mdx b/pages/instances/reference-content/instances-bandwidth-overview.mdx
index 2c68b6d3e5..59db803ce4 100644
--- a/pages/instances/reference-content/instances-bandwidth-overview.mdx
+++ b/pages/instances/reference-content/instances-bandwidth-overview.mdx
@@ -5,8 +5,6 @@ tags: instance
dates:
validation: 2025-05-12
posted: 2024-11-19
-categories:
- - compute
---
import InstancesBLockBandwidthOverview from '@macros/compute/instances-block-bandwidth-overview.mdx'
diff --git a/pages/instances/reference-content/instances-datasheet.mdx b/pages/instances/reference-content/instances-datasheet.mdx
index c153fa5cac..02b59775f4 100644
--- a/pages/instances/reference-content/instances-datasheet.mdx
+++ b/pages/instances/reference-content/instances-datasheet.mdx
@@ -5,8 +5,6 @@ tags: dedibox server
dates:
validation: 2025-03-03
posted: 2023-12-18
-categories:
- - compute
---
This datasheet provides a concise overview of the performance, technical features, components, materials, and associated documentation for different Instance offers.
diff --git a/pages/instances/reference-content/learning.mdx b/pages/instances/reference-content/learning.mdx
index d1712569cc..31123f13a1 100644
--- a/pages/instances/reference-content/learning.mdx
+++ b/pages/instances/reference-content/learning.mdx
@@ -4,8 +4,6 @@ description: Discover Scaleway's learning range of Instances, including options
dates:
validation: 2025-07-15
posted: 2023-02-22
-categories:
- - compute
tags: instance type stardust range learning use-case
---
diff --git a/pages/instances/reference-content/manual-configuration-private-ips.mdx b/pages/instances/reference-content/manual-configuration-private-ips.mdx
index 9c949106cf..cf055cbc8d 100644
--- a/pages/instances/reference-content/manual-configuration-private-ips.mdx
+++ b/pages/instances/reference-content/manual-configuration-private-ips.mdx
@@ -2,8 +2,6 @@
title: Configuring Instances manually on a Private Network
description: Learn how to manually configure Scaleway Instances on a Private Network.
tags: instance private-ip-address ip address private dhcp
-categories:
- - compute
dates:
validation: 2025-02-17
---
diff --git a/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx b/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx
index abf86b3c1c..dbc2b9ffdf 100644
--- a/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx
+++ b/pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx
@@ -4,8 +4,6 @@ description: Find out how to migrate virtual VMware machines to Scaleway Instan
dates:
validation: 2025-05-14
posted: 2025-05-14
-categories:
- - compute
tags: instance type production vmware esxi migration
---
diff --git a/pages/instances/reference-content/preventing-outgoing-ddos.mdx b/pages/instances/reference-content/preventing-outgoing-ddos.mdx
index a06558fb91..9ca2d73702 100644
--- a/pages/instances/reference-content/preventing-outgoing-ddos.mdx
+++ b/pages/instances/reference-content/preventing-outgoing-ddos.mdx
@@ -4,8 +4,6 @@ description: Learn how to prevent outgoing DDoS from happening on your Scaleway
tags: instance ddos outgoing attack prevention
dates:
validation: 2025-02-17
-categories:
- - compute
---
diff --git a/pages/instances/reference-content/production-optimized.mdx b/pages/instances/reference-content/production-optimized.mdx
index 719290828c..53a52052c9 100644
--- a/pages/instances/reference-content/production-optimized.mdx
+++ b/pages/instances/reference-content/production-optimized.mdx
@@ -4,8 +4,6 @@ description: Find out more about Instances from Scaleway's Production-Optimized
dates:
validation: 2025-03-03
posted: 2023-02-22
-categories:
- - compute
tags: instance type production production-optimized range POP2 ENT1
---
diff --git a/pages/instances/reference-content/understanding-automatic-network-hot-reconfiguration.mdx b/pages/instances/reference-content/understanding-automatic-network-hot-reconfiguration.mdx
index 2a202128c9..318b74acac 100644
--- a/pages/instances/reference-content/understanding-automatic-network-hot-reconfiguration.mdx
+++ b/pages/instances/reference-content/understanding-automatic-network-hot-reconfiguration.mdx
@@ -1,8 +1,6 @@
---
title: Understanding automatic network hot-reconfiguration for Scaleway Instances
description: Find out how to configure automatic network hot-reconfiguration for Scaleway Instances.
-categories:
- - compute
dates:
validation: 2025-05-12
posted: 2024-10-29
diff --git a/pages/instances/reference-content/understanding-differences-x86-arm.mdx b/pages/instances/reference-content/understanding-differences-x86-arm.mdx
index ee34761ee4..c100227807 100644
--- a/pages/instances/reference-content/understanding-differences-x86-arm.mdx
+++ b/pages/instances/reference-content/understanding-differences-x86-arm.mdx
@@ -4,8 +4,6 @@ description: Discover the differences between ARM and x86 architectures in cloud
tags: instance x86 arm
dates:
validation: 2025-02-17
-categories:
- - compute
---
In cloud computing and data centers, the dominance of x86 architecture has been unchallenged for decades.
diff --git a/pages/instances/reference-content/understanding-instance-pricing.mdx b/pages/instances/reference-content/understanding-instance-pricing.mdx
index f76ef864bb..615a822b42 100644
--- a/pages/instances/reference-content/understanding-instance-pricing.mdx
+++ b/pages/instances/reference-content/understanding-instance-pricing.mdx
@@ -4,8 +4,6 @@ description: Discover how Scaleway Instance pricing works, including hourly rate
tags: instance pricing prices billing invoice bill how-much cost charge
dates:
validation: 2025-02-10
-categories:
- - compute
---
import image from './assets/scw-estimated-cost.webp'
import image2 from './assets/scaleway-current-consumption.webp'
diff --git a/pages/instances/reference-content/understanding-qemu-guest-agent.mdx b/pages/instances/reference-content/understanding-qemu-guest-agent.mdx
index dc87cae04c..0f4b3f1a43 100644
--- a/pages/instances/reference-content/understanding-qemu-guest-agent.mdx
+++ b/pages/instances/reference-content/understanding-qemu-guest-agent.mdx
@@ -5,8 +5,6 @@ tags: instance qga guemu guest agent
dates:
validation: 2025-05-12
posted: 2024-10-28
-categories:
- - compute
---
Some features of the Instances product require Scaleway's infrastructure to query or exchange information with your Instance. To enable this communication, a software component must run on the guest operating system: the QEMU Guest Agent (QGA).
diff --git a/pages/instances/reference-content/workload-optimized.mdx b/pages/instances/reference-content/workload-optimized.mdx
index 3ae034e41f..5614a7c384 100644
--- a/pages/instances/reference-content/workload-optimized.mdx
+++ b/pages/instances/reference-content/workload-optimized.mdx
@@ -4,8 +4,6 @@ description: Find out more about Instances from Scaleway's Workload-Optimized ra
dates:
validation: 2025-06-24
posted: 2023-05-11
-categories:
- - compute
tags: instance type workload workload-optimized range POP2-HM POP2-HC POP2-HN
---
diff --git a/pages/instances/troubleshooting/bootscript-eol.mdx b/pages/instances/troubleshooting/bootscript-eol.mdx
index c7e97bcf80..c431710e74 100644
--- a/pages/instances/troubleshooting/bootscript-eol.mdx
+++ b/pages/instances/troubleshooting/bootscript-eol.mdx
@@ -5,8 +5,6 @@ tags: bootscript boot-script instance boot script
dates:
validation: 2025-03-03
posted: 2023-02-20
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/troubleshooting/cant-connect-ssh.mdx b/pages/instances/troubleshooting/cant-connect-ssh.mdx
index 42177b69dc..eec030f5c1 100644
--- a/pages/instances/troubleshooting/cant-connect-ssh.mdx
+++ b/pages/instances/troubleshooting/cant-connect-ssh.mdx
@@ -5,8 +5,6 @@ tags: connection instance ssh ssh-key error publickey public-key
dates:
validation: 2025-02-11
posted: 2021-10-19
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/troubleshooting/cant-connect-to-instance-with-pn-gateway.mdx b/pages/instances/troubleshooting/cant-connect-to-instance-with-pn-gateway.mdx
index 0176c2ee3c..6a04c03279 100644
--- a/pages/instances/troubleshooting/cant-connect-to-instance-with-pn-gateway.mdx
+++ b/pages/instances/troubleshooting/cant-connect-to-instance-with-pn-gateway.mdx
@@ -5,8 +5,6 @@ tags: troubleshoot error private-network private network vpc dhcp
dates:
validation: 2025-07-15
posted: 2021-05-26
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/troubleshooting/change-rescue-mode.mdx b/pages/instances/troubleshooting/change-rescue-mode.mdx
index 8c731e7180..4ee43ca7fa 100644
--- a/pages/instances/troubleshooting/change-rescue-mode.mdx
+++ b/pages/instances/troubleshooting/change-rescue-mode.mdx
@@ -5,8 +5,6 @@ tags: rescue rescuemode bootscript boot-script instance boot script
dates:
validation: 2025-03-03
posted: 2023-05-04
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip.mdx b/pages/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip.mdx
index 3bcc768982..62a1cb3f59 100644
--- a/pages/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip.mdx
+++ b/pages/instances/troubleshooting/fix-broken-vpn-when-switching-openvpn-vm-to-routed-ip.mdx
@@ -5,8 +5,6 @@ tags: openvpn instance routed ip
dates:
validation: 2025-04-15
posted: 2024-10-11
-categories:
- - compute
---
When switching an Instance created with the OpenVPN InstantApp to routed IP, the configured VPN will fail to work after the reboot. This is caused by a bug in a script that has been fixed on newer versions of the OpenVPN image.
diff --git a/pages/instances/troubleshooting/fix-cloud-init-debian12.mdx b/pages/instances/troubleshooting/fix-cloud-init-debian12.mdx
index 63c3fbdb08..69f213a30b 100644
--- a/pages/instances/troubleshooting/fix-cloud-init-debian12.mdx
+++ b/pages/instances/troubleshooting/fix-cloud-init-debian12.mdx
@@ -5,8 +5,6 @@ tags: debian12 debian bookworm cloud-init
dates:
validation: 2025-07-15
posted: 2023-05-04
-categories:
- - compute
---
Debian 12 (Bookworm) Instances created before June 2nd, 2023 were delivered with a preinstalled version of `cloud-init` that came with a wrong user configuration made by the custom-built upstream `cloud-init 23.2`.
diff --git a/pages/instances/troubleshooting/fix-common-issues.mdx b/pages/instances/troubleshooting/fix-common-issues.mdx
index 2d24ebbdb5..8c4df0ee12 100644
--- a/pages/instances/troubleshooting/fix-common-issues.mdx
+++ b/pages/instances/troubleshooting/fix-common-issues.mdx
@@ -5,8 +5,6 @@ tags: instances troubleshooting common issues
dates:
validation: 2025-01-20
posted: 2025-01-20
-categories:
- - compute
---
This page lists the most common issues you may encounter with your Scaleway Instance and provides useful tips for troubleshooting them.
diff --git a/pages/instances/troubleshooting/fix-dns-routed-ipv6-only-debian-bullseye.mdx b/pages/instances/troubleshooting/fix-dns-routed-ipv6-only-debian-bullseye.mdx
index 84da61d817..bf260996f6 100644
--- a/pages/instances/troubleshooting/fix-dns-routed-ipv6-only-debian-bullseye.mdx
+++ b/pages/instances/troubleshooting/fix-dns-routed-ipv6-only-debian-bullseye.mdx
@@ -5,8 +5,6 @@ tags: dns ipv6 Instance debian bullseye
dates:
validation: 2025-02-11
posted: 2024-01-23
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/instances/troubleshooting/fix-error-message-in-scw-fetch-ssh-keys.mdx b/pages/instances/troubleshooting/fix-error-message-in-scw-fetch-ssh-keys.mdx
index 413984c473..d62a4e8d26 100644
--- a/pages/instances/troubleshooting/fix-error-message-in-scw-fetch-ssh-keys.mdx
+++ b/pages/instances/troubleshooting/fix-error-message-in-scw-fetch-ssh-keys.mdx
@@ -5,8 +5,6 @@ tags: windows server 2022 ssh-key
dates:
validation: 2025-02-06
posted: 2023-02-06
-categories:
- - compute
---
After enabling the OpenSSH server on Windows Server 2022 and Windows Server 2022 Core instances you will
diff --git a/pages/instances/troubleshooting/fix-long-delays-booting-without-public-ip.mdx b/pages/instances/troubleshooting/fix-long-delays-booting-without-public-ip.mdx
index 2821ed7659..368abda2dd 100644
--- a/pages/instances/troubleshooting/fix-long-delays-booting-without-public-ip.mdx
+++ b/pages/instances/troubleshooting/fix-long-delays-booting-without-public-ip.mdx
@@ -5,8 +5,6 @@ tags: centos-stream rockylinux almalinux network-manager ipv6 routed ip
dates:
validation: 2025-04-30
posted: 2024-04-17
-categories:
- - compute
---
When booting an Instance lacking a public IP address and connected to a Private Network, users may encounter significant delays during the boot process.
diff --git a/pages/instances/troubleshooting/fix-lost-ip-connectivity-on-debian-buster.mdx b/pages/instances/troubleshooting/fix-lost-ip-connectivity-on-debian-buster.mdx
index 491739633c..4422faac1b 100644
--- a/pages/instances/troubleshooting/fix-lost-ip-connectivity-on-debian-buster.mdx
+++ b/pages/instances/troubleshooting/fix-lost-ip-connectivity-on-debian-buster.mdx
@@ -5,8 +5,6 @@ tags: ipv6 routed ip debian buster
dates:
validation: 2025-02-11
posted: 2024-01-22
-categories:
- - compute
---
On older Debian Buster images, the installed custom version of `cloud-init` may interfere with IPv6 connectivity when the Instance transitions to using routed IP. To avoid this, you should install a newer version of `cloud-init` before the migration to routed IP. This procedure also recovers connectivity for an Instance already using routed IP.
diff --git a/pages/instances/troubleshooting/fix-noble-wrong-ppa-configuration.mdx b/pages/instances/troubleshooting/fix-noble-wrong-ppa-configuration.mdx
index 9a296cd327..24d428a08a 100644
--- a/pages/instances/troubleshooting/fix-noble-wrong-ppa-configuration.mdx
+++ b/pages/instances/troubleshooting/fix-noble-wrong-ppa-configuration.mdx
@@ -5,8 +5,6 @@ tags: ubuntu-noble noble 24.04 ppa staging
dates:
validation: 2025-07-01
posted: 2024-06-20
-categories:
- - compute
---
The newest Ubuntu 24.04 Noble Numbat Instances created before June 19, 2024, may have their Scaleway PPA pointing to the staging PPA.
diff --git a/pages/instances/troubleshooting/fix-unreachable-focal-with-two-public-ips.mdx b/pages/instances/troubleshooting/fix-unreachable-focal-with-two-public-ips.mdx
index c06dbb18a5..83a97d3ba3 100644
--- a/pages/instances/troubleshooting/fix-unreachable-focal-with-two-public-ips.mdx
+++ b/pages/instances/troubleshooting/fix-unreachable-focal-with-two-public-ips.mdx
@@ -5,8 +5,6 @@ tags: ubuntu-focal focal 20.04 multiple ipv4 ip
dates:
validation: 2025-01-30
posted: 2024-07-23
-categories:
- - compute
---
When using an Ubuntu 20.04 Focal Instance with more than one routed IP address, the Instance will become unreachable after a reboot. This may happen when you attach a second routed IPv4 or IPv6 IP address to the Instance.
diff --git a/pages/instances/troubleshooting/fix-unreachable-ipv6-rhel-based-instance.mdx b/pages/instances/troubleshooting/fix-unreachable-ipv6-rhel-based-instance.mdx
index d93463b727..0b13901695 100644
--- a/pages/instances/troubleshooting/fix-unreachable-ipv6-rhel-based-instance.mdx
+++ b/pages/instances/troubleshooting/fix-unreachable-ipv6-rhel-based-instance.mdx
@@ -5,8 +5,6 @@ tags: centos-stream rockylinux almalinux network-manager ipv6 routed ip
dates:
validation: 2025-03-11
posted: 2023-11-16
-categories:
- - compute
---
## Problem
diff --git a/pages/instances/troubleshooting/fix-unreachable-noble-after-reboot.mdx b/pages/instances/troubleshooting/fix-unreachable-noble-after-reboot.mdx
index 3c1594e232..5519beb6f5 100644
--- a/pages/instances/troubleshooting/fix-unreachable-noble-after-reboot.mdx
+++ b/pages/instances/troubleshooting/fix-unreachable-noble-after-reboot.mdx
@@ -5,8 +5,6 @@ tags: ubuntu-noble noble 24.04 reboot
dates:
validation: 2025-06-23
posted: 2024-06-11
-categories:
- - compute
---
Instances created from a specific Ubuntu 24.04 Noble Numbat image may become unreachable after a reboot. This distribution now uses dhcpcd which may encounter longer delays to reapply its DHCP lease after a reboot.
diff --git a/pages/instances/troubleshooting/index.mdx b/pages/instances/troubleshooting/index.mdx
index 455aecb710..872d626c27 100644
--- a/pages/instances/troubleshooting/index.mdx
+++ b/pages/instances/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Instances
description: Find troubleshooting resources for resolving issues with Scaleway Instances.
dates:
posted: 2025-03-10
-categories:
- - instances
productIcon: InstanceProductIcon
---
diff --git a/pages/instances/troubleshooting/reboot-from-faulty-kernel.mdx b/pages/instances/troubleshooting/reboot-from-faulty-kernel.mdx
index 7edff2287d..628ba756a6 100644
--- a/pages/instances/troubleshooting/reboot-from-faulty-kernel.mdx
+++ b/pages/instances/troubleshooting/reboot-from-faulty-kernel.mdx
@@ -5,8 +5,6 @@ tags: kernel faulty-kernel reboot bugfix
dates:
validation: 2025-07-15
posted: 2022-11-23
-categories:
- - compute
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/interlink/concepts.mdx b/pages/interlink/concepts.mdx
index 71ba6fd631..1c1a34291f 100644
--- a/pages/interlink/concepts.mdx
+++ b/pages/interlink/concepts.mdx
@@ -5,8 +5,6 @@ tags: interlink direct-connect dedicated self-hosted hosted connection
dates:
creation: 2024-10-31
validation: 2025-03-18
-categories:
- - networks
---
import image from './assets/scaleway-interlink-diag-simple.webp'
diff --git a/pages/interlink/how-to/complete-provisioning.mdx b/pages/interlink/how-to/complete-provisioning.mdx
index 38c0f24d09..77e4208098 100644
--- a/pages/interlink/how-to/complete-provisioning.mdx
+++ b/pages/interlink/how-to/complete-provisioning.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-03-18
posted: 2025-03-18
tags: interlink direct-connect provision hosted partner contact error
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/interlink/how-to/configure-interlink.mdx b/pages/interlink/how-to/configure-interlink.mdx
index e0e6634d2d..d1d92d923c 100644
--- a/pages/interlink/how-to/configure-interlink.mdx
+++ b/pages/interlink/how-to/configure-interlink.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-03-18
posted: 2025-03-18
tags: interlink direct-connect configure attach-vpc route-propagation allowed-routes routing-policy
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/interlink/how-to/create-routing-policy.mdx b/pages/interlink/how-to/create-routing-policy.mdx
index ec4694b3ba..b9d43d0cce 100644
--- a/pages/interlink/how-to/create-routing-policy.mdx
+++ b/pages/interlink/how-to/create-routing-policy.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-03-18
posted: 2025-03-18
tags: interlink direct-connect allowed-routes route-propagation whitelist range IP announcements BGP
-categories:
- - network
---
import image from './assets/scaleway-create-routing-policy.webp'
diff --git a/pages/interlink/how-to/delete-interlink.mdx b/pages/interlink/how-to/delete-interlink.mdx
index 192c1cbdcf..3b15417dd0 100644
--- a/pages/interlink/how-to/delete-interlink.mdx
+++ b/pages/interlink/how-to/delete-interlink.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-03-18
posted: 2025-03-18
tags: interlink direct-connect allowed-routes routing-policy route-propagation whitelist range IP announcements BGP
-categories:
- - network
---
import image from './assets/scaleway-interlink-overview-up.webp'
diff --git a/pages/interlink/how-to/order-interlink.mdx b/pages/interlink/how-to/order-interlink.mdx
index 334da33785..f95e0d0022 100644
--- a/pages/interlink/how-to/order-interlink.mdx
+++ b/pages/interlink/how-to/order-interlink.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-03-18
posted: 2025-03-18
tags: interlink direct-connect order hosted partner pop location
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/interlink/quickstart.mdx b/pages/interlink/quickstart.mdx
index 57a7031b0a..3cf081eb0f 100644
--- a/pages/interlink/quickstart.mdx
+++ b/pages/interlink/quickstart.mdx
@@ -5,8 +5,6 @@ tags: load-balancer load balancer frontend backend
dates:
validation: 2025-03-18
posted: 2025-03-18
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/interlink/reference-content/bgp-communities.mdx b/pages/interlink/reference-content/bgp-communities.mdx
index 3ba9ce3263..0edbfe51ef 100644
--- a/pages/interlink/reference-content/bgp-communities.mdx
+++ b/pages/interlink/reference-content/bgp-communities.mdx
@@ -2,9 +2,6 @@
title: Using BGP communities with InterLink
description: Learn how to use BGP communities to set local preference for incoming traffic via Scaleway InterLink.
tags: interlink configuration border-gateway-protocol bgp-tags local-preference local-pref
-categories:
- - interlink
- - network
dates:
validation: 2025-03-26
posted: 2025-03-26
diff --git a/pages/interlink/reference-content/configuring.mdx b/pages/interlink/reference-content/configuring.mdx
index eef43b9426..fff55cf499 100644
--- a/pages/interlink/reference-content/configuring.mdx
+++ b/pages/interlink/reference-content/configuring.mdx
@@ -2,9 +2,6 @@
title: Configuring an InterLink
description: Find out how to set up your Scaleway InterLink so that traffic can flow between your external infrastructure and your Scaleway resources. Understand how to attach a VPC, create a routing policy to whitelist route announcements, and activate route propagation across the connection.
tags: interlink configuration attach-vpc whitelist route-range ip-prefix route-propagation
-categories:
- - interlink
- - network
dates:
validation: 2025-03-18
posted: 2024-10-24
diff --git a/pages/interlink/reference-content/overview.mdx b/pages/interlink/reference-content/overview.mdx
index d50e2bf690..60049ef3af 100644
--- a/pages/interlink/reference-content/overview.mdx
+++ b/pages/interlink/reference-content/overview.mdx
@@ -2,9 +2,6 @@
title: InterLink - Technical overview
description: Dive deeper into understanding Scaleway's InterLink product, with technical diagrams, explanations and more.
tags: interlink pop infrastructure diagram technical overview
-categories:
- - interlink
- - network
dates:
validation: 2025-03-18
posted: 2024-10-24
diff --git a/pages/interlink/reference-content/provisioning.mdx b/pages/interlink/reference-content/provisioning.mdx
index 1d74a2eab3..7a658bab80 100644
--- a/pages/interlink/reference-content/provisioning.mdx
+++ b/pages/interlink/reference-content/provisioning.mdx
@@ -2,9 +2,6 @@
title: Provisioning an InterLink
description: Get help with understanding all the different stages of ordering and provisioning a Scaleway InterLink, from placing the initial order, to dealing with error messages, and deleting the resource if no longer needed.
tags: interlink provision order steps partner process error
-categories:
- - interlink
- - network
dates:
validation: 2025-03-18
posted: 2024-10-24
diff --git a/pages/interlink/reference-content/statuses.mdx b/pages/interlink/reference-content/statuses.mdx
index 123556e51f..323531219c 100644
--- a/pages/interlink/reference-content/statuses.mdx
+++ b/pages/interlink/reference-content/statuses.mdx
@@ -2,9 +2,6 @@
title: Understanding InterLink statuses
description: Find out what the different possible statuses of your InterLink mean, and how to take action based on these statuses when necessary.
tags: interlink status
-categories:
- - interlink
- - network
dates:
validation: 2025-03-18
posted: 2024-10-24
diff --git a/pages/iot-hub/api-cli/cli-db-tips-tricks.mdx b/pages/iot-hub/api-cli/cli-db-tips-tricks.mdx
index 42f3de0778..1458a46476 100644
--- a/pages/iot-hub/api-cli/cli-db-tips-tricks.mdx
+++ b/pages/iot-hub/api-cli/cli-db-tips-tricks.mdx
@@ -1,8 +1,6 @@
---
title: Discovering IoT Hub Database Route Tips & Tricks
description: This page details advanced PostgreSQL usage in IoT database route
-categories:
- - managed-services
dates:
validation: 2025-05-14
tags: iot iot-hub database cli postgresql payload plsql json mysql
diff --git a/pages/iot-hub/api-cli/getting-started-with-iot-hub-api.mdx b/pages/iot-hub/api-cli/getting-started-with-iot-hub-api.mdx
index 7cf8eef732..0a3d97828c 100644
--- a/pages/iot-hub/api-cli/getting-started-with-iot-hub-api.mdx
+++ b/pages/iot-hub/api-cli/getting-started-with-iot-hub-api.mdx
@@ -1,8 +1,6 @@
---
title: Getting started with the IoT Hub API
description: This page explains how to use the IoT API from the command line using curl
-categories:
- - managed-services
dates:
validation: 2025-05-14
tags: iot iot-hub io-hub-api api curl mqtt jq json
diff --git a/pages/iot-hub/api-cli/getting-started-with-iot-hub-cli.mdx b/pages/iot-hub/api-cli/getting-started-with-iot-hub-cli.mdx
index e681e97cfc..bd7db5bca7 100644
--- a/pages/iot-hub/api-cli/getting-started-with-iot-hub-cli.mdx
+++ b/pages/iot-hub/api-cli/getting-started-with-iot-hub-cli.mdx
@@ -1,9 +1,6 @@
---
title: Getting started with the Scaleway IoT Hub CLI
description: This page explains how to use the IoT Hub from the command line using the Scaleway CLI
-categories:
- - managed-services
- - iot-hub
dates:
validation: 2025-05-14
tags: IoT Device cli iot-hub
diff --git a/pages/iot-hub/api-cli/iot-hub-routes.mdx b/pages/iot-hub/api-cli/iot-hub-routes.mdx
index e8abc3d14a..10410f77e3 100644
--- a/pages/iot-hub/api-cli/iot-hub-routes.mdx
+++ b/pages/iot-hub/api-cli/iot-hub-routes.mdx
@@ -1,8 +1,6 @@
---
title: Configuring IoT Hub routes via the CLI
description: This page explains how to configure IoT Hub routes.
-categories:
- - managed-services
dates:
validation: 2025-05-14
tags: iot iot-hub mqtt cli s3cmd amazon-s3
diff --git a/pages/iot-hub/api-cli/migrating-from-api-v1beta1.mdx b/pages/iot-hub/api-cli/migrating-from-api-v1beta1.mdx
index 8eb15ca4ae..2f7c7fbfed 100644
--- a/pages/iot-hub/api-cli/migrating-from-api-v1beta1.mdx
+++ b/pages/iot-hub/api-cli/migrating-from-api-v1beta1.mdx
@@ -4,8 +4,6 @@ description: This page shows how to migrate to the new IoT Hub API version.
tags: iot-hub iot hub api v1beta1
dates:
validation: 2025-05-14
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/concepts.mdx b/pages/iot-hub/concepts.mdx
index 822c109895..18fc978d56 100644
--- a/pages/iot-hub/concepts.mdx
+++ b/pages/iot-hub/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to IoT Hub
tags: auto-provisioning iot authentication hub hub-event last-will message-broker mqtt mtls qos tls websocket service-level
dates:
validation: 2025-05-14
-categories:
- - managed-services
---
## Auto-provisioning
diff --git a/pages/iot-hub/how-to/add-device.mdx b/pages/iot-hub/how-to/add-device.mdx
index 8c77857247..6ba1178fff 100644
--- a/pages/iot-hub/how-to/add-device.mdx
+++ b/pages/iot-hub/how-to/add-device.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2019-09-01
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/change-plan.mdx b/pages/iot-hub/how-to/change-plan.mdx
index 3e4980b101..28f72ee6ca 100644
--- a/pages/iot-hub/how-to/change-plan.mdx
+++ b/pages/iot-hub/how-to/change-plan.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2019-09-01
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/connect-default-mqtt-network.mdx b/pages/iot-hub/how-to/connect-default-mqtt-network.mdx
index 935ecd90b3..424dd831d2 100644
--- a/pages/iot-hub/how-to/connect-default-mqtt-network.mdx
+++ b/pages/iot-hub/how-to/connect-default-mqtt-network.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
posted: 2019-09-01
validation_frequency: 12
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/connect-default-websocket-network.mdx b/pages/iot-hub/how-to/connect-default-websocket-network.mdx
index 1aecfba275..e63e081ef7 100644
--- a/pages/iot-hub/how-to/connect-default-websocket-network.mdx
+++ b/pages/iot-hub/how-to/connect-default-websocket-network.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2019-09-01
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/create-hub.mdx b/pages/iot-hub/how-to/create-hub.mdx
index 68f0467e6e..dd4286ed9d 100644
--- a/pages/iot-hub/how-to/create-hub.mdx
+++ b/pages/iot-hub/how-to/create-hub.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2019-09-01
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/create-route.mdx b/pages/iot-hub/how-to/create-route.mdx
index a4597de057..5305c329a9 100644
--- a/pages/iot-hub/how-to/create-route.mdx
+++ b/pages/iot-hub/how-to/create-route.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2019-09-01
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/delete-device.mdx b/pages/iot-hub/how-to/delete-device.mdx
index 42e107c45e..f90c3a0180 100644
--- a/pages/iot-hub/how-to/delete-device.mdx
+++ b/pages/iot-hub/how-to/delete-device.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2019-09-01
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/delete-hub.mdx b/pages/iot-hub/how-to/delete-hub.mdx
index 61ed1284bf..22e732d6d0 100644
--- a/pages/iot-hub/how-to/delete-hub.mdx
+++ b/pages/iot-hub/how-to/delete-hub.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2019-09-01
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/delete-route.mdx b/pages/iot-hub/how-to/delete-route.mdx
index ae21b8dc6f..99a355faa5 100644
--- a/pages/iot-hub/how-to/delete-route.mdx
+++ b/pages/iot-hub/how-to/delete-route.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2019-09-01
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/enable-auto-provisioning.mdx b/pages/iot-hub/how-to/enable-auto-provisioning.mdx
index 3f7ae47b13..fcb91719ab 100644
--- a/pages/iot-hub/how-to/enable-auto-provisioning.mdx
+++ b/pages/iot-hub/how-to/enable-auto-provisioning.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2019-09-01
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/enable-disable-hub.mdx b/pages/iot-hub/how-to/enable-disable-hub.mdx
index 955d88658c..e4e238fcf4 100644
--- a/pages/iot-hub/how-to/enable-disable-hub.mdx
+++ b/pages/iot-hub/how-to/enable-disable-hub.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2019-09-01
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/provide-own-certificate-authority.mdx b/pages/iot-hub/how-to/provide-own-certificate-authority.mdx
index 289cff80d4..d4cebce929 100644
--- a/pages/iot-hub/how-to/provide-own-certificate-authority.mdx
+++ b/pages/iot-hub/how-to/provide-own-certificate-authority.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2019-09-01
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/provide-own-device-certificate.mdx b/pages/iot-hub/how-to/provide-own-device-certificate.mdx
index 6e02b6551a..a862ff11d1 100644
--- a/pages/iot-hub/how-to/provide-own-device-certificate.mdx
+++ b/pages/iot-hub/how-to/provide-own-device-certificate.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2021-07-07
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/renew-device-certificate.mdx b/pages/iot-hub/how-to/renew-device-certificate.mdx
index 01ea03c3a5..4c5d8aad6f 100644
--- a/pages/iot-hub/how-to/renew-device-certificate.mdx
+++ b/pages/iot-hub/how-to/renew-device-certificate.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
posted: 2021-07-09
validation_frequency: 12
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/setup-use-rest-network.mdx b/pages/iot-hub/how-to/setup-use-rest-network.mdx
index c5b227f5da..1736e1c349 100644
--- a/pages/iot-hub/how-to/setup-use-rest-network.mdx
+++ b/pages/iot-hub/how-to/setup-use-rest-network.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2019-09-01
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/setup-use-sigfox-network.mdx b/pages/iot-hub/how-to/setup-use-sigfox-network.mdx
index b8566d4a01..4ed7e8f5f1 100644
--- a/pages/iot-hub/how-to/setup-use-sigfox-network.mdx
+++ b/pages/iot-hub/how-to/setup-use-sigfox-network.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2019-09-01
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/simulate-event.mdx b/pages/iot-hub/how-to/simulate-event.mdx
index 860c73caaf..b2c6511807 100644
--- a/pages/iot-hub/how-to/simulate-event.mdx
+++ b/pages/iot-hub/how-to/simulate-event.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
posted: 2021-06-05
validation_frequency: 12
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/trigger-functions-from-messages.mdx b/pages/iot-hub/how-to/trigger-functions-from-messages.mdx
index 2e14dec70e..9ff6f79567 100644
--- a/pages/iot-hub/how-to/trigger-functions-from-messages.mdx
+++ b/pages/iot-hub/how-to/trigger-functions-from-messages.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2020-08-21
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/understand-event-messages.mdx b/pages/iot-hub/how-to/understand-event-messages.mdx
index 67b1eb20bd..c3b69c063f 100644
--- a/pages/iot-hub/how-to/understand-event-messages.mdx
+++ b/pages/iot-hub/how-to/understand-event-messages.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
validation_frequency: 12
posted: 2021-06-05
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/use-mqtt-webclient.mdx b/pages/iot-hub/how-to/use-mqtt-webclient.mdx
index 72d068fe27..4278dccf7d 100644
--- a/pages/iot-hub/how-to/use-mqtt-webclient.mdx
+++ b/pages/iot-hub/how-to/use-mqtt-webclient.mdx
@@ -7,8 +7,6 @@ dates:
validation:
posted: 2021-09-01
validation_frequency: 12
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/how-to/view-metrics.mdx b/pages/iot-hub/how-to/view-metrics.mdx
index eff06e5587..701b0154bf 100644
--- a/pages/iot-hub/how-to/view-metrics.mdx
+++ b/pages/iot-hub/how-to/view-metrics.mdx
@@ -6,8 +6,6 @@ dates:
validation: 2025-07-16
posted: 2019-10-01
validation_frequency: 12
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/quickstart.mdx b/pages/iot-hub/quickstart.mdx
index 900c2e9c4f..261160d532 100644
--- a/pages/iot-hub/quickstart.mdx
+++ b/pages/iot-hub/quickstart.mdx
@@ -5,8 +5,6 @@ tags: iot iot-hub
dates:
validation: 2025-06-19
posted: 2021-05-26
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/iot-hub/reference-content/certificate.mdx b/pages/iot-hub/reference-content/certificate.mdx
index 0e5c103fd5..296e2f23f8 100644
--- a/pages/iot-hub/reference-content/certificate.mdx
+++ b/pages/iot-hub/reference-content/certificate.mdx
@@ -4,8 +4,6 @@ description: This page provides important information about the Scaleway IoT Hub
dates:
validation: 2025-05-21
posted: 2023-04-27
-categories:
- - managed-services
tags: iot iot-hub ca certificate authority update
---
diff --git a/pages/iot-hub/reference-content/devices.mdx b/pages/iot-hub/reference-content/devices.mdx
index 85a81cbf63..ceb3451140 100644
--- a/pages/iot-hub/reference-content/devices.mdx
+++ b/pages/iot-hub/reference-content/devices.mdx
@@ -4,8 +4,6 @@ description: This page provides detailed information about Scaleway IoT Hub Devi
dates:
validation: 2025-05-21
posted: 2021-08-31
-categories:
- - managed-services
tags: iot iot-hub devices
---
diff --git a/pages/iot-hub/reference-content/hubs.mdx b/pages/iot-hub/reference-content/hubs.mdx
index c569e1aac2..9ccd7db94e 100644
--- a/pages/iot-hub/reference-content/hubs.mdx
+++ b/pages/iot-hub/reference-content/hubs.mdx
@@ -8,8 +8,6 @@ tags: iot iot-hub certificate-authority auto-provisioning metrics events
dates:
validation: 2025-05-21
posted: 2021-08-31
-categories:
- - managed-services
---
## Overview
diff --git a/pages/iot-hub/reference-content/networks.mdx b/pages/iot-hub/reference-content/networks.mdx
index f4486f76f0..c7b1f9bdb0 100644
--- a/pages/iot-hub/reference-content/networks.mdx
+++ b/pages/iot-hub/reference-content/networks.mdx
@@ -8,8 +8,6 @@ tags: iot iot-hub network mqtt websocket tls
dates:
validation: 2025-05-21
posted: 2021-08-31
-categories:
- - managed-services
---
## Overview
diff --git a/pages/iot-hub/reference-content/overview.mdx b/pages/iot-hub/reference-content/overview.mdx
index 79ed68cbab..b0ac661d7a 100644
--- a/pages/iot-hub/reference-content/overview.mdx
+++ b/pages/iot-hub/reference-content/overview.mdx
@@ -8,8 +8,6 @@ tags: iot iot-hub networks routes
dates:
validation: 2025-05-21
posted: 2021-08-31
-categories:
- - managed-services
---
import image from './assets/scaleway-iothub-overview.webp'
diff --git a/pages/iot-hub/reference-content/routes.mdx b/pages/iot-hub/reference-content/routes.mdx
index 5a5fd848d8..ccac125e89 100644
--- a/pages/iot-hub/reference-content/routes.mdx
+++ b/pages/iot-hub/reference-content/routes.mdx
@@ -8,8 +8,6 @@ tags: iot iot-hub route amazon-s3 database postgres postgresql mysql rest api in
dates:
validation: 2025-05-21
posted: 2021-08-31
-categories:
- - managed-services
---
## Overview
diff --git a/pages/ipam/api-cli/set-ip-reverse.mdx b/pages/ipam/api-cli/set-ip-reverse.mdx
index 0c06115988..67c16fa3cc 100644
--- a/pages/ipam/api-cli/set-ip-reverse.mdx
+++ b/pages/ipam/api-cli/set-ip-reverse.mdx
@@ -2,8 +2,6 @@
title: Setting a reverse IPv6 DNS record via the IPAM API
description: This page explains how to set a reverse DNS record for an IPv6 address via the IPAM API
tags: ipv6 reverse dns instance eui-64
-categories:
- - network
dates:
validation: 2025-03-19
posted: 2025-03-19
diff --git a/pages/ipam/concepts.mdx b/pages/ipam/concepts.mdx
index 2254d5c286..91c895c67c 100644
--- a/pages/ipam/concepts.mdx
+++ b/pages/ipam/concepts.mdx
@@ -4,8 +4,6 @@ description: Learn about IP Address Management (IPAM) concepts with Scaleway. Un
tags: ipam ip-address-management internet-protocol private-ip public-ip flexible-ip list-ips book-ip
dates:
validation: 2025-06-11
-categories:
- - networks
---
## CIDR notation
diff --git a/pages/ipam/how-to/list-ips.mdx b/pages/ipam/how-to/list-ips.mdx
index 3f2d7199b0..85e513a513 100644
--- a/pages/ipam/how-to/list-ips.mdx
+++ b/pages/ipam/how-to/list-ips.mdx
@@ -5,8 +5,6 @@ tags: ipam ip-address-manager private-ip-address ip-address ip filter reserve-ip
dates:
validation: 2025-03-17
posted: 2024-05-30
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/ipam/how-to/manage-ips.mdx b/pages/ipam/how-to/manage-ips.mdx
index 5122410574..14f9451f9a 100644
--- a/pages/ipam/how-to/manage-ips.mdx
+++ b/pages/ipam/how-to/manage-ips.mdx
@@ -5,8 +5,6 @@ tags: ipam ip-address-manager private-ip-address ip-address ip tags manage edit
dates:
validation: 2025-03-12
posted: 2024-05-30
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/ipam/how-to/reserve-ip.mdx b/pages/ipam/how-to/reserve-ip.mdx
index 7304642b28..e4c1af8794 100644
--- a/pages/ipam/how-to/reserve-ip.mdx
+++ b/pages/ipam/how-to/reserve-ip.mdx
@@ -5,8 +5,6 @@ tags: ipam ip-address-manager private-ip-address ip-address reserve static
dates:
validation: 2025-03-17
posted: 2024-09-05
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/ipam/quickstart.mdx b/pages/ipam/quickstart.mdx
index 904ac31634..e647f8057b 100644
--- a/pages/ipam/quickstart.mdx
+++ b/pages/ipam/quickstart.mdx
@@ -5,8 +5,6 @@ tags: ipam ip-address-management internet-protocol private-ip public-ip flexible
dates:
validation: 2025-03-12
posted: 2021-05-30
-categories:
- - network
---
import image from './assets/scaleway-ipam-moreinfo.webp'
import image2 from './assets/scaleway-reserve-ip.webp'
diff --git a/pages/ipam/reference-content/ipv6.mdx b/pages/ipam/reference-content/ipv6.mdx
index 3ee391cf33..c403777d6b 100644
--- a/pages/ipam/reference-content/ipv6.mdx
+++ b/pages/ipam/reference-content/ipv6.mdx
@@ -5,8 +5,6 @@ tags: ipv6 ipv4 support
dates:
validation: 2025-05-27
posted: 2024-11-18
-categories:
- - network
---
IPv6 is increasingly important, as the world transitions to a more connected, secure and scalable internet. While IPv4 still reigns supreme in terms of volume of usage, IPv6 adoption is steadily increasing, with tech giants and ISPs in particular pushing for more widespread IPv6 uptake and integration.
diff --git a/pages/ipam/reference-content/public-connectivity-best-practices.mdx b/pages/ipam/reference-content/public-connectivity-best-practices.mdx
index 2b287f8513..d859db96ac 100644
--- a/pages/ipam/reference-content/public-connectivity-best-practices.mdx
+++ b/pages/ipam/reference-content/public-connectivity-best-practices.mdx
@@ -5,8 +5,6 @@ tags: flexible-ip public-ip private-network connectivity best-practice
dates:
validation: 2025-04-07
posted: 2024-09-30
-categories:
- - network
---
import Acls from '@macros/network/acls.mdx'
diff --git a/pages/ipam/reference-content/understanding-ip-billing.mdx b/pages/ipam/reference-content/understanding-ip-billing.mdx
index 80d48af49c..e6c6668fc6 100644
--- a/pages/ipam/reference-content/understanding-ip-billing.mdx
+++ b/pages/ipam/reference-content/understanding-ip-billing.mdx
@@ -5,8 +5,6 @@ tags: flexible-ip billing private-ip reserved-ip
dates:
validation: 2025-06-26
posted: 2025-06-26
-categories:
- - network
---
This document aims to help you understand how Scaleway bills **public** and **private** IP addresses.
diff --git a/pages/ipam/troubleshooting/cant-delete-pn-reserved-ip.mdx b/pages/ipam/troubleshooting/cant-delete-pn-reserved-ip.mdx
index e49116771a..4eaecedfa9 100644
--- a/pages/ipam/troubleshooting/cant-delete-pn-reserved-ip.mdx
+++ b/pages/ipam/troubleshooting/cant-delete-pn-reserved-ip.mdx
@@ -5,8 +5,6 @@ tags: ipam reserved-ip delete
dates:
validation: 2025-05-15
posted: 2025-05-15
-categories:
- - network
---
import image from './assets/scaleway-ipam-release-ip.webp'
diff --git a/pages/ipam/troubleshooting/index.mdx b/pages/ipam/troubleshooting/index.mdx
index 9dc3945a56..5d772b329f 100644
--- a/pages/ipam/troubleshooting/index.mdx
+++ b/pages/ipam/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: IPAM
description: Find troubleshooting resources for resolving issues with Scaleway IPAM.
dates:
posted: 2025-05-16
-categories:
- - network
productIcon: IpamProductIcon
---
diff --git a/pages/key-manager/reference-content/cryptographic-details-key-manager.mdx b/pages/key-manager/reference-content/cryptographic-details-key-manager.mdx
index f7d218c898..555b878016 100644
--- a/pages/key-manager/reference-content/cryptographic-details-key-manager.mdx
+++ b/pages/key-manager/reference-content/cryptographic-details-key-manager.mdx
@@ -2,8 +2,6 @@
title: Understanding Key Manager cryptography
description: This page describes the cryptographic mechanisms used by Scaleway Key Manager, in accordance with ANSSI-PA-079 recommendations.
tags: key-manager security
-categories:
- - identity-and-access-management
dates:
validation: 2025-05-23
posted: 2025-05-23
diff --git a/pages/kubernetes/api-cli/changing-control-plane-offer.mdx b/pages/kubernetes/api-cli/changing-control-plane-offer.mdx
index 05b89000dc..e5efd415d6 100644
--- a/pages/kubernetes/api-cli/changing-control-plane-offer.mdx
+++ b/pages/kubernetes/api-cli/changing-control-plane-offer.mdx
@@ -5,8 +5,6 @@ tags: kubernetes-kapsule cli cli-v2 kapsule
dates:
validation: 2025-03-25
posted: 2023-09-07
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/api-cli/cluster-monitoring.mdx b/pages/kubernetes/api-cli/cluster-monitoring.mdx
index 322e1f64a8..6b7c52d203 100644
--- a/pages/kubernetes/api-cli/cluster-monitoring.mdx
+++ b/pages/kubernetes/api-cli/cluster-monitoring.mdx
@@ -5,8 +5,6 @@ tags: kubernetes cluster pvc
dates:
validation: 2025-07-01
posted: 2020-10-14
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/api-cli/creating-managing-kubernetes-lifecycle-cliv2.mdx b/pages/kubernetes/api-cli/creating-managing-kubernetes-lifecycle-cliv2.mdx
index f7063cac59..79c97757c7 100644
--- a/pages/kubernetes/api-cli/creating-managing-kubernetes-lifecycle-cliv2.mdx
+++ b/pages/kubernetes/api-cli/creating-managing-kubernetes-lifecycle-cliv2.mdx
@@ -5,8 +5,6 @@ tags: kubernetes-kapsule cli cli-v2 kapsule
dates:
validation: 2025-03-25
posted: 2021-08-05
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/api-cli/external-secrets-kubernetes.mdx b/pages/kubernetes/api-cli/external-secrets-kubernetes.mdx
index 4ae57d9699..7194522951 100644
--- a/pages/kubernetes/api-cli/external-secrets-kubernetes.mdx
+++ b/pages/kubernetes/api-cli/external-secrets-kubernetes.mdx
@@ -2,8 +2,6 @@
title: Deploying External Secrets on Kubernetes Kapsule
description: Learn how to deploy External Secrets on Kubernetes Kapsule, seamlessly integrating with Scaleway Secret Manager for secure secret management.
tags: kapsule-cluster kubernetes external-secrets secret-management
-categories:
- - containers
dates:
validation: 2025-07-01
posted: 2024-12-24
diff --git a/pages/kubernetes/api-cli/managing-storage.mdx b/pages/kubernetes/api-cli/managing-storage.mdx
index bb46e830f5..def1e75bb3 100644
--- a/pages/kubernetes/api-cli/managing-storage.mdx
+++ b/pages/kubernetes/api-cli/managing-storage.mdx
@@ -5,8 +5,6 @@ tags: block-storage scaleway-csi kubernetes pvc
dates:
validation: 2025-07-21
posted: 2021-08-12
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/api-cli/managing-tags.mdx b/pages/kubernetes/api-cli/managing-tags.mdx
index 4e556a7911..2e49deb4c1 100644
--- a/pages/kubernetes/api-cli/managing-tags.mdx
+++ b/pages/kubernetes/api-cli/managing-tags.mdx
@@ -5,8 +5,6 @@ tags: kubernetes ccm cloud-controller-manager
dates:
validation: 2025-05-26
posted: 2021-08-12
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/concepts.mdx b/pages/kubernetes/concepts.mdx
index 366c2b1cf0..6267a507fc 100644
--- a/pages/kubernetes/concepts.mdx
+++ b/pages/kubernetes/concepts.mdx
@@ -4,8 +4,6 @@ description: 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: 2025-02-24
-categories:
- - kubernetes
---
## Autoheal
diff --git a/pages/kubernetes/how-to/access-audit-logs.mdx b/pages/kubernetes/how-to/access-audit-logs.mdx
index 67890790b0..999bea9213 100644
--- a/pages/kubernetes/how-to/access-audit-logs.mdx
+++ b/pages/kubernetes/how-to/access-audit-logs.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kubernetes-kapsule kapsule kosmos cluster audit logs
dates:
validation: 2025-03-11
posted: 2024-01-24
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/access-kubernetes-dashboard.mdx b/pages/kubernetes/how-to/access-kubernetes-dashboard.mdx
index 3410344274..afb5cfdf8d 100644
--- a/pages/kubernetes/how-to/access-kubernetes-dashboard.mdx
+++ b/pages/kubernetes/how-to/access-kubernetes-dashboard.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kubernetes-kapsule kapsule cluster
dates:
validation: 2025-01-27
posted: 2020-10-14
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/connect-cluster-kubectl.mdx b/pages/kubernetes/how-to/connect-cluster-kubectl.mdx
index 89cc0408b1..c9e27a4f2c 100644
--- a/pages/kubernetes/how-to/connect-cluster-kubectl.mdx
+++ b/pages/kubernetes/how-to/connect-cluster-kubectl.mdx
@@ -5,8 +5,6 @@ tags: connection cluster kubectl
dates:
validation: 2025-04-07
posted: 2020-09-20
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/create-cluster.mdx b/pages/kubernetes/how-to/create-cluster.mdx
index 5b842b466d..0e948da204 100644
--- a/pages/kubernetes/how-to/create-cluster.mdx
+++ b/pages/kubernetes/how-to/create-cluster.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kapsule-cluster kapsule
dates:
validation: 2025-01-27
posted: 2021-05-31
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/create-kosmos-cluster.mdx b/pages/kubernetes/how-to/create-kosmos-cluster.mdx
index 0ee45d6690..701015b2b8 100644
--- a/pages/kubernetes/how-to/create-kosmos-cluster.mdx
+++ b/pages/kubernetes/how-to/create-kosmos-cluster.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kosmos kosmos-cluster cluster
dates:
validation: 2025-04-15
posted: 2021-05-31
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/delete-cluster.mdx b/pages/kubernetes/how-to/delete-cluster.mdx
index e3b5b3604a..bbfbce86bc 100644
--- a/pages/kubernetes/how-to/delete-cluster.mdx
+++ b/pages/kubernetes/how-to/delete-cluster.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kapsule-cluster kapsule
dates:
validation: 2025-03-03
posted: 2021-05-31
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/deploy-image-from-container-registry.mdx b/pages/kubernetes/how-to/deploy-image-from-container-registry.mdx
index 8431d76b6f..2c62dfabf4 100644
--- a/pages/kubernetes/how-to/deploy-image-from-container-registry.mdx
+++ b/pages/kubernetes/how-to/deploy-image-from-container-registry.mdx
@@ -5,8 +5,6 @@ tags: deploy scaleway-container-registry container-registry kubernetes-kapsule k
dates:
validation: 2025-03-03
posted: 2020-09-20
-categories:
- - container-registry
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/deploy-ingress-controller.mdx b/pages/kubernetes/how-to/deploy-ingress-controller.mdx
index ee33c1db5e..8a02d6f785 100644
--- a/pages/kubernetes/how-to/deploy-ingress-controller.mdx
+++ b/pages/kubernetes/how-to/deploy-ingress-controller.mdx
@@ -5,8 +5,6 @@ tags: deploy kubernetes ingress-controller
dates:
validation: 2025-03-03
posted: 2021-05-31
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/deploy-x86-arm-images.mdx b/pages/kubernetes/how-to/deploy-x86-arm-images.mdx
index 16a06ff0e2..1b245b56ac 100644
--- a/pages/kubernetes/how-to/deploy-x86-arm-images.mdx
+++ b/pages/kubernetes/how-to/deploy-x86-arm-images.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kapsule arm x86
dates:
validation: 2025-03-11
posted: 2024-02-29
-categories:
- - kubernetes
---
In a multi-architecture computing environment, where both x86 and ARM architectures are used, deploying applications in a Kubernetes cluster can present challenges.
diff --git a/pages/kubernetes/how-to/edit-cluster.mdx b/pages/kubernetes/how-to/edit-cluster.mdx
index 9292630e2d..114e71d0a5 100644
--- a/pages/kubernetes/how-to/edit-cluster.mdx
+++ b/pages/kubernetes/how-to/edit-cluster.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kapsule-cluser
dates:
validation: 2025-07-01
posted: 2021-05-31
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/edit-kosmos-cluster.mdx b/pages/kubernetes/how-to/edit-kosmos-cluster.mdx
index 232bc9473f..5e59f6d4eb 100644
--- a/pages/kubernetes/how-to/edit-kosmos-cluster.mdx
+++ b/pages/kubernetes/how-to/edit-kosmos-cluster.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kosmos-cluster kosmos
dates:
validation: 2025-04-07
posted: 2021-05-31
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/enable-disable-ssh.mdx b/pages/kubernetes/how-to/enable-disable-ssh.mdx
index ca9edac6e4..baf7b96117 100644
--- a/pages/kubernetes/how-to/enable-disable-ssh.mdx
+++ b/pages/kubernetes/how-to/enable-disable-ssh.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kapsule-cluster
dates:
validation: 2025-07-15
posted: 2023-05-02
-categories:
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/enable-easy-deploy.mdx b/pages/kubernetes/how-to/enable-easy-deploy.mdx
index 034f8e8605..b0e234dcda 100644
--- a/pages/kubernetes/how-to/enable-easy-deploy.mdx
+++ b/pages/kubernetes/how-to/enable-easy-deploy.mdx
@@ -5,8 +5,6 @@ tags: deploy containerized-applications easy-deploy
dates:
validation: 2025-07-01
posted: 2020-10-14
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/manage-allowed-ips.mdx b/pages/kubernetes/how-to/manage-allowed-ips.mdx
index 11d64adbc0..1f5c88539a 100644
--- a/pages/kubernetes/how-to/manage-allowed-ips.mdx
+++ b/pages/kubernetes/how-to/manage-allowed-ips.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kapsule kosmos
dates:
validation: 2025-07-01
posted: 2024-12-24
-categories:
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/manage-node-pools.mdx b/pages/kubernetes/how-to/manage-node-pools.mdx
index 9057aa282b..3942098892 100644
--- a/pages/kubernetes/how-to/manage-node-pools.mdx
+++ b/pages/kubernetes/how-to/manage-node-pools.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kapsule kosmos
dates:
validation: 2025-06-23
posted: 2025-06-23
-categories:
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/monitor-cluster.mdx b/pages/kubernetes/how-to/monitor-cluster.mdx
index 68406d817f..8bd3346d11 100644
--- a/pages/kubernetes/how-to/monitor-cluster.mdx
+++ b/pages/kubernetes/how-to/monitor-cluster.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kubernetes-kapsule kapsule cluster observability cockpit
dates:
validation: 2025-02-17
posted: 2023-07-24
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx b/pages/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx
index ac922ee556..86ae0a6797 100644
--- a/pages/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx
+++ b/pages/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx
@@ -1,8 +1,6 @@
---
title: How to monitor your Kubernetes Kapsule cluster with Cockpit using Promtail
description: This page explains how to integrate Kubernetes container logs with Scaleway Cockpit using Promtail
-categories:
- - iot-hub
tags: kubernetes kapsule kosmos cockpit promtail logs
dates:
validation: 2025-01-27
diff --git a/pages/kubernetes/how-to/recover-space-etcd.mdx b/pages/kubernetes/how-to/recover-space-etcd.mdx
index 5484699fdc..9f594cab2f 100644
--- a/pages/kubernetes/how-to/recover-space-etcd.mdx
+++ b/pages/kubernetes/how-to/recover-space-etcd.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kapsule kosmos etcd
dates:
validation: 2025-04-01
posted: 2025-04-01
-categories:
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/upgrade-kubernetes-version.mdx b/pages/kubernetes/how-to/upgrade-kubernetes-version.mdx
index d7fcd05572..c0a1c61a58 100644
--- a/pages/kubernetes/how-to/upgrade-kubernetes-version.mdx
+++ b/pages/kubernetes/how-to/upgrade-kubernetes-version.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kubernetes-kapsule kapsule cluster upgrade
dates:
validation: 2025-07-01
posted: 2022-12-21
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/use-nvidia-gpu-operator.mdx b/pages/kubernetes/how-to/use-nvidia-gpu-operator.mdx
index c2a700c2a7..a0e03c3509 100644
--- a/pages/kubernetes/how-to/use-nvidia-gpu-operator.mdx
+++ b/pages/kubernetes/how-to/use-nvidia-gpu-operator.mdx
@@ -5,9 +5,6 @@ tags: kubernetes kubernetes-kapsule kapsule cluster gpu-operator nvidia gpu
dates:
validation: 2025-06-09
posted: 2023-07-18
-categories:
- - containers
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/how-to/use-scratch-storage-h100.mdx b/pages/kubernetes/how-to/use-scratch-storage-h100.mdx
index 2622e462a1..2213e22ab5 100644
--- a/pages/kubernetes/how-to/use-scratch-storage-h100.mdx
+++ b/pages/kubernetes/how-to/use-scratch-storage-h100.mdx
@@ -5,9 +5,6 @@ tags: kubernetes kubernetes-kapsule kapsule cluster gpu-operator nvidia gpu scra
dates:
validation: 2025-07-21
posted: 2023-12-27
-categories:
- - containers
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/quickstart.mdx b/pages/kubernetes/quickstart.mdx
index ec3b8ab290..0538cc2221 100644
--- a/pages/kubernetes/quickstart.mdx
+++ b/pages/kubernetes/quickstart.mdx
@@ -5,8 +5,6 @@ tags: kubernetes cluster multi-cloud pool
dates:
validation: 2025-06-11
posted: 2021-05-26
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/reference-content/exposing-services.mdx b/pages/kubernetes/reference-content/exposing-services.mdx
index 6abcaff0fa..8e6e6a4bb4 100644
--- a/pages/kubernetes/reference-content/exposing-services.mdx
+++ b/pages/kubernetes/reference-content/exposing-services.mdx
@@ -5,8 +5,6 @@ tags: kubernetes k8s wildcard clusterip nodeport node-port loadbalancer load-bal
dates:
validation: 2025-07-15
posted: 2023-10-25
-categories:
- - kubernetes
---
import image from './assets/scaleway-node-port-diagram.webp'
import image2 from './assets/scaleway-l-b-diagram.webp'
diff --git a/pages/kubernetes/reference-content/introduction-to-kubernetes.mdx b/pages/kubernetes/reference-content/introduction-to-kubernetes.mdx
index 6d01617b20..eeec64ed9b 100644
--- a/pages/kubernetes/reference-content/introduction-to-kubernetes.mdx
+++ b/pages/kubernetes/reference-content/introduction-to-kubernetes.mdx
@@ -5,8 +5,6 @@ tags: kubernetes persistent volume persistent-volume
dates:
validation: 2025-07-01
posted: 2021-05-31
-categories:
- - kubernetes
---
import image from './assets/scaleway-deployment_evo.webp'
diff --git a/pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx b/pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx
index fe6a71fa64..d708f65d54 100644
--- a/pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx
+++ b/pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx
@@ -4,8 +4,6 @@ description: A Kubernetes kubectl Cheatsheet
tags: kubernetes cheat sheet cheatsheet cheat-sheet
dates:
validation: 2025-02-24
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/reference-content/kubernetes-control-plane-offers.mdx b/pages/kubernetes/reference-content/kubernetes-control-plane-offers.mdx
index a0568a1677..49d6aa6929 100644
--- a/pages/kubernetes/reference-content/kubernetes-control-plane-offers.mdx
+++ b/pages/kubernetes/reference-content/kubernetes-control-plane-offers.mdx
@@ -5,8 +5,6 @@ tags: kubernetes control plane control-plane offers dedicated mutualized
dates:
validation: 2025-02-24
posted: 2023-09-26
-categories:
- - kubernetes
---
import image from './assets/scaleway-dcp-detailed.webp'
diff --git a/pages/kubernetes/reference-content/kubernetes-decision-tree.mdx b/pages/kubernetes/reference-content/kubernetes-decision-tree.mdx
index 4402a002b9..1a2c67289a 100644
--- a/pages/kubernetes/reference-content/kubernetes-decision-tree.mdx
+++ b/pages/kubernetes/reference-content/kubernetes-decision-tree.mdx
@@ -5,8 +5,6 @@ tags: kubernetes offers decision-tree
dates:
validation: 2025-06-11
posted: 2025-06-11
-categories:
- - kubernetes
---
import image from './assets/DecisionTreeKubernetes-DocumentationWebsite.webp'
diff --git a/pages/kubernetes/reference-content/kubernetes-load-balancer.mdx b/pages/kubernetes/reference-content/kubernetes-load-balancer.mdx
index 5137f996c6..c7170303f2 100644
--- a/pages/kubernetes/reference-content/kubernetes-load-balancer.mdx
+++ b/pages/kubernetes/reference-content/kubernetes-load-balancer.mdx
@@ -5,8 +5,6 @@ tags: kubernetes load-balancer loadbalancer service annotations ip expose
dates:
validation: 2025-05-12
posted: 2023-10-25
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/reference-content/lb-ingress-controller.mdx b/pages/kubernetes/reference-content/lb-ingress-controller.mdx
index df442b4387..577b33c2af 100644
--- a/pages/kubernetes/reference-content/lb-ingress-controller.mdx
+++ b/pages/kubernetes/reference-content/lb-ingress-controller.mdx
@@ -1,9 +1,6 @@
---
title: Deploying an NGINX ingress controller on Scaleway Kubernetes Kapsule with a Load Balancer
description: This page explains how to expose an application via an ingress object, and using a Load Balancer to make the IP persistent.
-categories:
- - kubernetes
- - load-balancer
tags: compute kapsule kubernetes ingress-controller k8s Load-balancer wildcard
dates:
validation: 2025-06-17
diff --git a/pages/kubernetes/reference-content/managed-kubernetes-service-definition.mdx b/pages/kubernetes/reference-content/managed-kubernetes-service-definition.mdx
index b529d935b1..2bdc79efa0 100644
--- a/pages/kubernetes/reference-content/managed-kubernetes-service-definition.mdx
+++ b/pages/kubernetes/reference-content/managed-kubernetes-service-definition.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kubernetes-kapsule kapsule kosmos kubernetes-kosmos managed ser
dates:
validation: 2025-07-15
posted: 2023-07-06
-categories:
- - kubernetes
---
import image from './assets/scaleway-managed-kubernetes-schema.webp'
diff --git a/pages/kubernetes/reference-content/managing-load-balancer-ips.mdx b/pages/kubernetes/reference-content/managing-load-balancer-ips.mdx
index f10c339cbc..78065cd260 100644
--- a/pages/kubernetes/reference-content/managing-load-balancer-ips.mdx
+++ b/pages/kubernetes/reference-content/managing-load-balancer-ips.mdx
@@ -5,8 +5,6 @@ tags: load-balancer load-balancer-ip kubernetes ip flexible-ip
dates:
validation: 2025-05-12
posted: 2021-08-12
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/reference-content/migrate-end-of-life-pools-to-newer-instances.mdx b/pages/kubernetes/reference-content/migrate-end-of-life-pools-to-newer-instances.mdx
index 52fbc4f019..c750992fe1 100644
--- a/pages/kubernetes/reference-content/migrate-end-of-life-pools-to-newer-instances.mdx
+++ b/pages/kubernetes/reference-content/migrate-end-of-life-pools-to-newer-instances.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kapsule instance-migration
dates:
validation: 2025-01-24
posted: 2025-01-24
-categories:
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/reference-content/modifying-kernel-parameters-kubernetes-cluster.mdx b/pages/kubernetes/reference-content/modifying-kernel-parameters-kubernetes-cluster.mdx
index f4575a0245..d6b0ce3506 100644
--- a/pages/kubernetes/reference-content/modifying-kernel-parameters-kubernetes-cluster.mdx
+++ b/pages/kubernetes/reference-content/modifying-kernel-parameters-kubernetes-cluster.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kernel
dates:
validation: 2025-04-30
posted: 2024-10-24
-categories:
- - kubernetes
---
Kernel parameters control the behavior of the operating system at runtime. They allow you to configure and fine-tune various aspects of the Linux kernel, such as networking, memory management, process handling, and security. These parameters are located in the `/proc/sys` directory on each node and can be dynamically modified at runtime using the `sysctl` command.
diff --git a/pages/kubernetes/reference-content/multi-az-clusters.mdx b/pages/kubernetes/reference-content/multi-az-clusters.mdx
index 30f2219d2c..026db88512 100644
--- a/pages/kubernetes/reference-content/multi-az-clusters.mdx
+++ b/pages/kubernetes/reference-content/multi-az-clusters.mdx
@@ -5,8 +5,6 @@ tags: kubernetes persistent volume persistent-volume
dates:
validation: 2025-05-12
posted: 2023-10-17
-categories:
- - kubernetes
---
import image from './assets/scaleway-k8s-multi-az-cluster.webp'
import image2 from './assets/scaleway-k8s-multi-az-2.webp'
diff --git a/pages/kubernetes/reference-content/secure-cluster-with-private-network.mdx b/pages/kubernetes/reference-content/secure-cluster-with-private-network.mdx
index a6da21eac9..4859b0dbee 100644
--- a/pages/kubernetes/reference-content/secure-cluster-with-private-network.mdx
+++ b/pages/kubernetes/reference-content/secure-cluster-with-private-network.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kubernetes-kapsule kapsule cluster vpc private-network private
dates:
validation: 2025-04-22
posted: 2023-05-05
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/reference-content/security-group-management.mdx b/pages/kubernetes/reference-content/security-group-management.mdx
index cfa2d7a8c9..d822796615 100644
--- a/pages/kubernetes/reference-content/security-group-management.mdx
+++ b/pages/kubernetes/reference-content/security-group-management.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kapsule kosmos security group
dates:
validation: 2025-06-26
posted: 2025-06-06
-categories:
- - kubernetes
---
Scaleway Kubernetes Kapsule and Kosmos provide managed Kubernetes services that simplify the deployment and management of containerized applications.
diff --git a/pages/kubernetes/reference-content/set-iam-permissions-and-implement-rbac.mdx b/pages/kubernetes/reference-content/set-iam-permissions-and-implement-rbac.mdx
index 51e0696591..c020041fd2 100644
--- a/pages/kubernetes/reference-content/set-iam-permissions-and-implement-rbac.mdx
+++ b/pages/kubernetes/reference-content/set-iam-permissions-and-implement-rbac.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kapsule-cluser
dates:
validation: 2025-06-02
posted: 2025-06-02
-categories:
- - kubernetes
---
Role-based access control (RBAC) is a native feature of Kubernetes and a method of regulating access to compute or network resources based on the roles of individual users within your Organization.
diff --git a/pages/kubernetes/reference-content/understanding-differences-kapsule-kosmos.mdx b/pages/kubernetes/reference-content/understanding-differences-kapsule-kosmos.mdx
index fa94e9bc26..71a7f5b1b7 100644
--- a/pages/kubernetes/reference-content/understanding-differences-kapsule-kosmos.mdx
+++ b/pages/kubernetes/reference-content/understanding-differences-kapsule-kosmos.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kosmos differences
dates:
validation: 2025-04-22
posted: 2024-04-12
-categories:
- - kubernetes
---
Scaleway offers two managed Kubernetes solutions: Kapsule and Kosmos. While both serve the purpose of facilitating Kubernetes deployment and management, they cater to different needs and scenarios.
diff --git a/pages/kubernetes/reference-content/using-kapsule-autoheal-feature.mdx b/pages/kubernetes/reference-content/using-kapsule-autoheal-feature.mdx
index 92479d3850..6c080dcb8f 100644
--- a/pages/kubernetes/reference-content/using-kapsule-autoheal-feature.mdx
+++ b/pages/kubernetes/reference-content/using-kapsule-autoheal-feature.mdx
@@ -5,8 +5,6 @@ tags: kubernetes kapsule autoheal
dates:
validation: 2025-04-15
posted: 2024-04-04
-categories:
- - kubernetes
---
The Scaleway Kubernetes Kapsule autoheal feature is designed to automatically detect and recover from failures within a Kubernetes cluster.
diff --git a/pages/kubernetes/reference-content/using-load-balancer-annotations.mdx b/pages/kubernetes/reference-content/using-load-balancer-annotations.mdx
index 3af80fe0fd..8542f1e051 100644
--- a/pages/kubernetes/reference-content/using-load-balancer-annotations.mdx
+++ b/pages/kubernetes/reference-content/using-load-balancer-annotations.mdx
@@ -5,8 +5,6 @@ tags: kubernetes load-balancer load-balancer-annotations annotations
dates:
validation: 2025-04-01
posted: 2021-08-12
-categories:
- - kubernetes
---
## Overview
diff --git a/pages/kubernetes/reference-content/version-support-policy.mdx b/pages/kubernetes/reference-content/version-support-policy.mdx
index 4cc91d787c..2b3ae58e60 100644
--- a/pages/kubernetes/reference-content/version-support-policy.mdx
+++ b/pages/kubernetes/reference-content/version-support-policy.mdx
@@ -5,8 +5,6 @@ tags: kubernetes support-policy
dates:
validation: 2025-05-22
posted: 2022-04-04
-categories:
- - kubernetes
---
[Kubernetes (K8s)](https://kubernetes.io) is an open source project that is constantly evolving, integrating and deprecating features and applying bug fixes. The project is supported by the community, which releases between four and six new minor versions every year.
diff --git a/pages/kubernetes/reference-content/wildcard-dns.mdx b/pages/kubernetes/reference-content/wildcard-dns.mdx
index 10603730f2..47d83eeb34 100644
--- a/pages/kubernetes/reference-content/wildcard-dns.mdx
+++ b/pages/kubernetes/reference-content/wildcard-dns.mdx
@@ -5,8 +5,6 @@ tags: kubernetes load-balancer-service wildcard ingress
dates:
validation: 2025-06-17
posted: 2021-06-17
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/troubleshooting/configuring-sql-storage-backend-helm.mdx b/pages/kubernetes/troubleshooting/configuring-sql-storage-backend-helm.mdx
index 1cba298f53..16b0686215 100644
--- a/pages/kubernetes/troubleshooting/configuring-sql-storage-backend-helm.mdx
+++ b/pages/kubernetes/troubleshooting/configuring-sql-storage-backend-helm.mdx
@@ -5,8 +5,6 @@ tags: kapsule helm sql backend
dates:
validation: 2025-05-26
posted: 2024-11-22
-categories:
- - kubernetes
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/kubernetes/troubleshooting/containers-not-starting-arm-instances.mdx b/pages/kubernetes/troubleshooting/containers-not-starting-arm-instances.mdx
index d921c5d3a7..ede887db3f 100644
--- a/pages/kubernetes/troubleshooting/containers-not-starting-arm-instances.mdx
+++ b/pages/kubernetes/troubleshooting/containers-not-starting-arm-instances.mdx
@@ -5,8 +5,6 @@ tags: kapsule arm x86 crashloopbackoff
dates:
validation: 2025-03-11
posted: 2024-02-28
-categories:
- - kubernetes
---
## Problem
diff --git a/pages/kubernetes/troubleshooting/index.mdx b/pages/kubernetes/troubleshooting/index.mdx
index 0b0b96f4a5..1eba72f3c0 100644
--- a/pages/kubernetes/troubleshooting/index.mdx
+++ b/pages/kubernetes/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Kubernetes
description: Find troubleshooting resources for resolving issues with Kubernetes.
dates:
posted: 2025-03-10
-categories:
- - containers
productIcon: KubernetesProductIcon
---
diff --git a/pages/kubernetes/videos.mdx b/pages/kubernetes/videos.mdx
index e504f3abef..165c9b1164 100644
--- a/pages/kubernetes/videos.mdx
+++ b/pages/kubernetes/videos.mdx
@@ -2,8 +2,6 @@
title: Kubernetes - Videos
description: Discover Kubernetes Kapsule with our video tutorials.
tags: kubernetes kapsule
-categories:
- - kubernetes
---
diff --git a/pages/load-balancer/api-cli/configuring-balancing-rules.mdx b/pages/load-balancer/api-cli/configuring-balancing-rules.mdx
index e8b83ea81d..acc20331b5 100644
--- a/pages/load-balancer/api-cli/configuring-balancing-rules.mdx
+++ b/pages/load-balancer/api-cli/configuring-balancing-rules.mdx
@@ -5,8 +5,6 @@ tags: balancing-rule balancing rules api load-balancer
dates:
posted: 2023-11-27
validation: 2025-07-16
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/load-balancer/api-cli/setting-up-ssl-offloading.mdx b/pages/load-balancer/api-cli/setting-up-ssl-offloading.mdx
index cdf8d61517..df382cc868 100644
--- a/pages/load-balancer/api-cli/setting-up-ssl-offloading.mdx
+++ b/pages/load-balancer/api-cli/setting-up-ssl-offloading.mdx
@@ -5,8 +5,6 @@ tags: ssl offloading api ssl-offloading load-balancer
dates:
validation: 2025-06-02
posted: 2021-05-26
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/load-balancer/concepts.mdx b/pages/load-balancer/concepts.mdx
index 8143b7c277..4db8c80e01 100644
--- a/pages/load-balancer/concepts.mdx
+++ b/pages/load-balancer/concepts.mdx
@@ -4,8 +4,6 @@ description: Learn the key concepts of Scaleway Load Balancer - optimize traffic
tags: load-balancer load balancer acl backend balancing-rule frontend health-check proxy s3-failover protocol ssl
dates:
validation: 2025-07-21
-categories:
- - networks
---
import EdgeServicesLbBenefits from '@macros/edge-services/edge-services-lb-benefits.mdx'
import Acls from '@macros/network/acls.mdx'
diff --git a/pages/load-balancer/how-to/create-frontends-backends.mdx b/pages/load-balancer/how-to/create-frontends-backends.mdx
index 190c43f3c5..68e46bcbfd 100644
--- a/pages/load-balancer/how-to/create-frontends-backends.mdx
+++ b/pages/load-balancer/how-to/create-frontends-backends.mdx
@@ -5,8 +5,6 @@ tags: load-balancer load balancer
dates:
validation: 2025-07-16
posted: 2021-05-26
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
import LbCreateBackend1Basic from '@macros/network/lb-create-backend-1-basic.mdx'
diff --git a/pages/load-balancer/how-to/create-load-balancer.mdx b/pages/load-balancer/how-to/create-load-balancer.mdx
index 9ee7569cf4..f7e0679bb8 100644
--- a/pages/load-balancer/how-to/create-load-balancer.mdx
+++ b/pages/load-balancer/how-to/create-load-balancer.mdx
@@ -5,8 +5,6 @@ tags: load-balancer load balancer
dates:
validation: 2025-04-07
posted: 2021-05-26
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/load-balancer/how-to/create-manage-acls.mdx b/pages/load-balancer/how-to/create-manage-acls.mdx
index 2dba2db2a0..db2b46b938 100644
--- a/pages/load-balancer/how-to/create-manage-acls.mdx
+++ b/pages/load-balancer/how-to/create-manage-acls.mdx
@@ -5,8 +5,6 @@ tags: acl load-balancer acls access-control-list access control HTTP-header filt
dates:
validation: 2025-02-13
posted: 2022-02-04
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
import Acls from '@macros/network/acls.mdx'
diff --git a/pages/load-balancer/how-to/create-manage-flex-ips.mdx b/pages/load-balancer/how-to/create-manage-flex-ips.mdx
index b6cc29ebad..d7ee4b00a4 100644
--- a/pages/load-balancer/how-to/create-manage-flex-ips.mdx
+++ b/pages/load-balancer/how-to/create-manage-flex-ips.mdx
@@ -5,8 +5,6 @@ tags: load-balancer flexible-ip failover-ip flex-ip ip-address reverse reverse-d
dates:
validation: 2025-06-23
posted: 2023-12-05
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/load-balancer/how-to/create-manage-routes.mdx b/pages/load-balancer/how-to/create-manage-routes.mdx
index 42bb335968..ab2ff9a170 100644
--- a/pages/load-balancer/how-to/create-manage-routes.mdx
+++ b/pages/load-balancer/how-to/create-manage-routes.mdx
@@ -5,8 +5,6 @@ tags: route rules load-balancer sni host-header target-backend
dates:
validation: 2025-03-05
posted: 2023-02-08
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/load-balancer/how-to/delete-load-balancer.mdx b/pages/load-balancer/how-to/delete-load-balancer.mdx
index 970be8fdb7..b7519dc975 100644
--- a/pages/load-balancer/how-to/delete-load-balancer.mdx
+++ b/pages/load-balancer/how-to/delete-load-balancer.mdx
@@ -5,8 +5,6 @@ tags: load-balancer load balancer
dates:
validation: 2025-06-02
posted: 2021-05-26
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/load-balancer/how-to/manage-frontends-and-backends.mdx b/pages/load-balancer/how-to/manage-frontends-and-backends.mdx
index 5ddae59911..b73c31ec8e 100644
--- a/pages/load-balancer/how-to/manage-frontends-and-backends.mdx
+++ b/pages/load-balancer/how-to/manage-frontends-and-backends.mdx
@@ -5,8 +5,6 @@ tags: load-balancer frontend backend
dates:
validation: 2025-06-11
posted: 2021-05-26
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/load-balancer/how-to/monitor-lb-cockpit.mdx b/pages/load-balancer/how-to/monitor-lb-cockpit.mdx
index 86a644a1c7..43ff2683f0 100644
--- a/pages/load-balancer/how-to/monitor-lb-cockpit.mdx
+++ b/pages/load-balancer/how-to/monitor-lb-cockpit.mdx
@@ -5,8 +5,6 @@ tags: load-balancer cockpit observability dashboard metrics logs alerts
dates:
validation: 2025-02-24
posted: 2023-08-07
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/load-balancer/how-to/resize-lb.mdx b/pages/load-balancer/how-to/resize-lb.mdx
index 095a985ad3..435075b3ef 100644
--- a/pages/load-balancer/how-to/resize-lb.mdx
+++ b/pages/load-balancer/how-to/resize-lb.mdx
@@ -5,8 +5,6 @@ tags: load-balancer resize plan upgrade bandwidth offer
dates:
validation: 2025-02-24
posted: 2024-08-23
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/load-balancer/how-to/set-up-s3-failover.mdx b/pages/load-balancer/how-to/set-up-s3-failover.mdx
index ab65c84c40..6edcdcee78 100644
--- a/pages/load-balancer/how-to/set-up-s3-failover.mdx
+++ b/pages/load-balancer/how-to/set-up-s3-failover.mdx
@@ -5,8 +5,6 @@ tags: s3-failover amazon-s3 failover load-balancer object-storage bucket
dates:
validation: 2025-06-02
posted: 2022-02-21
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/load-balancer/how-to/use-edge-services.mdx b/pages/load-balancer/how-to/use-edge-services.mdx
index dc4ae873e7..e0af986bda 100644
--- a/pages/load-balancer/how-to/use-edge-services.mdx
+++ b/pages/load-balancer/how-to/use-edge-services.mdx
@@ -5,8 +5,6 @@ dates:
validation: 2025-03-03
posted: 2024-10-15
tags: load-balancer edge-services cdn network cache domain https
-categories:
- - network
---
import EdgeServicesLbBenefits from '@macros/edge-services/edge-services-lb-benefits.mdx'
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/load-balancer/how-to/use-with-private-network.mdx b/pages/load-balancer/how-to/use-with-private-network.mdx
index 0f9935d7fa..5fd564e49a 100644
--- a/pages/load-balancer/how-to/use-with-private-network.mdx
+++ b/pages/load-balancer/how-to/use-with-private-network.mdx
@@ -5,8 +5,6 @@ tags: load-balancer private-network load balancer private network
dates:
validation: 2025-04-07
posted: 2021-05-26
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/load-balancer/quickstart.mdx b/pages/load-balancer/quickstart.mdx
index 6b98508a3c..a088a2f644 100644
--- a/pages/load-balancer/quickstart.mdx
+++ b/pages/load-balancer/quickstart.mdx
@@ -5,8 +5,6 @@ tags: load-balancer load balancer frontend backend
dates:
validation: 2025-06-11
posted: 2021-05-26
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
import LbCreateBackend1Basic from '@macros/network/lb-create-backend-1-basic.mdx'
diff --git a/pages/load-balancer/reference-content/acls.mdx b/pages/load-balancer/reference-content/acls.mdx
index 3b3e40d773..2178ed6eda 100644
--- a/pages/load-balancer/reference-content/acls.mdx
+++ b/pages/load-balancer/reference-content/acls.mdx
@@ -4,9 +4,6 @@ description: Discover how Access Control Lists (ACLs) work with your Load Balanc
tags: load-balancer acl acls access-control-list access control HTTP-header filter allow reject redirect HTTPS redirection HTTP
dates:
validation: 2025-05-14
-categories:
- - load-balancer
- - network
---
import Acls from '@macros/network/acls.mdx'
diff --git a/pages/load-balancer/reference-content/configuring-backends.mdx b/pages/load-balancer/reference-content/configuring-backends.mdx
index 702102b37a..e265552383 100644
--- a/pages/load-balancer/reference-content/configuring-backends.mdx
+++ b/pages/load-balancer/reference-content/configuring-backends.mdx
@@ -2,9 +2,6 @@
title: Configuring your Load Balancer's backend
description: Learn how to choose different settings and configurations for your Load Balancer's backend depending on your needs
tags: load-balancer backend protocol tcp http tls-encryption verify-certificate proxy-protocol balancing-method balancing-rule balancing-algorithm round-robin least-connections first-available stick-sessions timeout tunnel-timeout server-timeout connection-timeout backend-protection max-simultaneous queue-timeout retries retry-policy
-categories:
- - load-balancer
- - network
dates:
validation: 2025-04-07
posted: 2023-06-05
diff --git a/pages/load-balancer/reference-content/configuring-frontends.mdx b/pages/load-balancer/reference-content/configuring-frontends.mdx
index a5fc0df4ff..996fb88895 100644
--- a/pages/load-balancer/reference-content/configuring-frontends.mdx
+++ b/pages/load-balancer/reference-content/configuring-frontends.mdx
@@ -2,9 +2,6 @@
title: Configuring your Load Balancer's frontend
description: Discover essential tips for configuring frontends with Scaleway Load Balancer. Optimize your network setup with detailed, easy-to-follow instructions.
tags: load-balancer
-categories:
- - load-balancer
- - network
dates:
validation: 2025-07-16
posted: 2023-06-05
diff --git a/pages/load-balancer/reference-content/configuring-health-checks.mdx b/pages/load-balancer/reference-content/configuring-health-checks.mdx
index 2cf2a50ec0..3a7d180f76 100644
--- a/pages/load-balancer/reference-content/configuring-health-checks.mdx
+++ b/pages/load-balancer/reference-content/configuring-health-checks.mdx
@@ -2,9 +2,6 @@
title: Configuring health checks
description: Learn how to configure effective health checks for your services with Scaleway Load Balancer. Ensure optimal performance and reliability with expert guidance.
tags: load-balancer health-check health interval transient-state unhealthy-threshold
-categories:
- - load-balancer
- - network
dates:
validation: 2025-07-16
posted: 2023-06-05
diff --git a/pages/load-balancer/reference-content/http2-http3.mdx b/pages/load-balancer/reference-content/http2-http3.mdx
index 6e0547aaf1..08afdea530 100644
--- a/pages/load-balancer/reference-content/http2-http3.mdx
+++ b/pages/load-balancer/reference-content/http2-http3.mdx
@@ -4,9 +4,6 @@ description: Learn how to configure HTTP/2 and HTTP/3 protocols on your Scaleway
tags: load-balancer http-2 http-3 http2 http3 protocol frontend backend
dates:
validation: 2025-05-15
-categories:
- - load-balancer
- - network
---
import image from './assets/scaleway-http-2-3.webp'
import image2 from './assets/scaleway-enable-http3.webp'
diff --git a/pages/load-balancer/reference-content/kubernetes-load-balancer.mdx b/pages/load-balancer/reference-content/kubernetes-load-balancer.mdx
index abc0c2aca4..655f7cd5ce 100644
--- a/pages/load-balancer/reference-content/kubernetes-load-balancer.mdx
+++ b/pages/load-balancer/reference-content/kubernetes-load-balancer.mdx
@@ -4,9 +4,6 @@ description: Configure and manage a Kubernetes Load Balancer on Scaleway to effi
tags: load-balancer kubernetes kapsule loadbalancer service managed-kubernetes
dates:
validation: 2025-05-15
-categories:
- - load-balancer
- - network
---
If you are using Scaleway's [managed Kubernetes solution](/kubernetes/quickstart/), you may want to create a Load Balancer in order to expose an application running inside your cluster to the internet.
diff --git a/pages/load-balancer/reference-content/public-private-accessibility.mdx b/pages/load-balancer/reference-content/public-private-accessibility.mdx
index 3cdc2ed24f..2211993021 100644
--- a/pages/load-balancer/reference-content/public-private-accessibility.mdx
+++ b/pages/load-balancer/reference-content/public-private-accessibility.mdx
@@ -2,9 +2,6 @@
title: Public vs private Load Balancers
description: Learn how to choose an appropriate accessibility setting for your Scaleway Load Balancer, favoring security and isolating with a private Load Balancer, or public accessibility over the internet with a public Load Balancer.
tags: load-balancer public private accessibility
-categories:
- - load-balancer
- - network
dates:
validation: 2025-06-23
posted: 2024-06-14
diff --git a/pages/load-balancer/reference-content/sni-route-deprecation.mdx b/pages/load-balancer/reference-content/sni-route-deprecation.mdx
index 099e27ff31..2dcb3cc1fa 100644
--- a/pages/load-balancer/reference-content/sni-route-deprecation.mdx
+++ b/pages/load-balancer/reference-content/sni-route-deprecation.mdx
@@ -5,9 +5,6 @@ tags: load-balancer sni http routes backend
dates:
validation: 2024-11-14
validation_frequency: 24
-categories:
- - load-balancer
- - network
---
import image from './assets/scaleway-sni-route.webp'
import image2 from './assets/scaleway-http-route.webp'
diff --git a/pages/load-balancer/reference-content/ssl-bridging-offloading-passthrough.mdx b/pages/load-balancer/reference-content/ssl-bridging-offloading-passthrough.mdx
index 1185e7814c..ddb204d2dc 100644
--- a/pages/load-balancer/reference-content/ssl-bridging-offloading-passthrough.mdx
+++ b/pages/load-balancer/reference-content/ssl-bridging-offloading-passthrough.mdx
@@ -4,9 +4,6 @@ description: Learn how to configure your Scaleway Load Balancer for SSL bridging
tags: load-balancer ssl bridging offloading termination passthrough
dates:
validation: 2025-05-14
-categories:
- - load-balancer
- - network
---
import image from './assets/scaleway-ssl-bridging.webp'
import image2 from './assets/scaleway-ssl-offloading.webp'
diff --git a/pages/load-balancer/troubleshooting/certificates.mdx b/pages/load-balancer/troubleshooting/certificates.mdx
index 1e0f50544a..fba2bb6ce8 100644
--- a/pages/load-balancer/troubleshooting/certificates.mdx
+++ b/pages/load-balancer/troubleshooting/certificates.mdx
@@ -5,8 +5,6 @@ tags: load-balancer certificate ssl tls dns
dates:
validation: 2025-03-10
posted: 2025-03-10
-categories:
- - network
---
## I'm experiencing DNS errors when adding an SSL/TLS certificate
diff --git a/pages/load-balancer/troubleshooting/configuration.mdx b/pages/load-balancer/troubleshooting/configuration.mdx
index a67c94e7ea..9ed0079483 100644
--- a/pages/load-balancer/troubleshooting/configuration.mdx
+++ b/pages/load-balancer/troubleshooting/configuration.mdx
@@ -5,8 +5,6 @@ tags: load-balancer configuration backend server error security ip
dates:
validation: 2025-03-06
posted: 2025-03-06
-categories:
- - network
---
If your problem concerns any of the following, see our specific documentation pages:
diff --git a/pages/load-balancer/troubleshooting/http-connection-errors.mdx b/pages/load-balancer/troubleshooting/http-connection-errors.mdx
index bd7ed154a7..cab46261d6 100644
--- a/pages/load-balancer/troubleshooting/http-connection-errors.mdx
+++ b/pages/load-balancer/troubleshooting/http-connection-errors.mdx
@@ -5,8 +5,6 @@ tags: load-balancer http-errors bad-request
dates:
validation: 2025-03-06
posted: 2025-03-06
-categories:
- - network
---
You may experience connection problems and HTTP errors when attempting to connect to an application served via your Load Balancer.
diff --git a/pages/load-balancer/troubleshooting/index.mdx b/pages/load-balancer/troubleshooting/index.mdx
index 03925f7042..e90b8dd81b 100644
--- a/pages/load-balancer/troubleshooting/index.mdx
+++ b/pages/load-balancer/troubleshooting/index.mdx
@@ -4,8 +4,6 @@ description: Find troubleshooting resources for resolving issues with Scaleway L
dates:
posted: 2025-03-14
validation: 2025-03-14
-categories:
- - network
productIcon: LbProductIcon
---
diff --git a/pages/load-balancer/troubleshooting/k8s-errors.mdx b/pages/load-balancer/troubleshooting/k8s-errors.mdx
index 9fbba18a18..894acf63f4 100644
--- a/pages/load-balancer/troubleshooting/k8s-errors.mdx
+++ b/pages/load-balancer/troubleshooting/k8s-errors.mdx
@@ -5,8 +5,6 @@ tags: load-balancer kubernetes annotations
dates:
validation: 2025-03-06
posted: 2025-03-06
-categories:
- - network
---
If you are experiencing errors with your Kubernetes Kapsule Load Balancer, this page may help you find solutions to some of the most common problems.
diff --git a/pages/load-balancer/troubleshooting/load-balancer-limitations.mdx b/pages/load-balancer/troubleshooting/load-balancer-limitations.mdx
index 886e5e1cf3..9b98e34d52 100644
--- a/pages/load-balancer/troubleshooting/load-balancer-limitations.mdx
+++ b/pages/load-balancer/troubleshooting/load-balancer-limitations.mdx
@@ -5,8 +5,6 @@ tags: load-balancer
dates:
validation: 2025-07-16
posted: 2023-06-02
-categories:
- - network
---
This page sets out some current limitations of Scaleway Load Balancer.
diff --git a/pages/local-storage/concepts.mdx b/pages/local-storage/concepts.mdx
index b6ad4c973a..d768234411 100644
--- a/pages/local-storage/concepts.mdx
+++ b/pages/local-storage/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to Scaleway Local Stora
tags: local storage
dates:
validation: 2025-03-24
-categories:
- - storage
---
import BlockVolumes from '@macros/concepts/block-volumes.mdx'
import LocalVolumes from '@macros/concepts/local-volumes.mdx'
diff --git a/pages/local-storage/how-to/attach-volume.mdx b/pages/local-storage/how-to/attach-volume.mdx
index e7f71d1be9..8abeeb6a5c 100644
--- a/pages/local-storage/how-to/attach-volume.mdx
+++ b/pages/local-storage/how-to/attach-volume.mdx
@@ -5,9 +5,6 @@ tags: attach block storage volume
dates:
validation: 2025-03-24
posted: 2023-11-23
-categories:
- - block-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/local-storage/how-to/create-snapshot.mdx b/pages/local-storage/how-to/create-snapshot.mdx
index f258e3321e..e2733eaefb 100644
--- a/pages/local-storage/how-to/create-snapshot.mdx
+++ b/pages/local-storage/how-to/create-snapshot.mdx
@@ -5,8 +5,6 @@ tags: snapshot instance local-storage
dates:
validation: 2025-03-24
posted: 2025-03-24
-categories:
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/local-storage/how-to/create-volume-from-snapshot.mdx b/pages/local-storage/how-to/create-volume-from-snapshot.mdx
index c7bfc9dead..a7391ec8b8 100644
--- a/pages/local-storage/how-to/create-volume-from-snapshot.mdx
+++ b/pages/local-storage/how-to/create-volume-from-snapshot.mdx
@@ -5,9 +5,6 @@ tags: create snapshot local storage volume
dates:
validation: 2025-03-24
posted: 2025-03-24
-categories:
- - local-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/local-storage/how-to/create-volume.mdx b/pages/local-storage/how-to/create-volume.mdx
index 0cb396d144..a091405acc 100644
--- a/pages/local-storage/how-to/create-volume.mdx
+++ b/pages/local-storage/how-to/create-volume.mdx
@@ -5,9 +5,6 @@ tags: create Local storage volume add
dates:
validation: 2025-03-24
posted: 2025-03-24
-categories:
- - local-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/local-storage/how-to/delete-snapshot.mdx b/pages/local-storage/how-to/delete-snapshot.mdx
index c320dc8c45..1f8aa933c0 100644
--- a/pages/local-storage/how-to/delete-snapshot.mdx
+++ b/pages/local-storage/how-to/delete-snapshot.mdx
@@ -5,9 +5,6 @@ tags: delete snapshot local volume storage
dates:
validation: 2025-03-24
posted: 2025-03-24
-categories:
- - local-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/local-storage/how-to/delete-volume.mdx b/pages/local-storage/how-to/delete-volume.mdx
index b522f15029..2aaf1edb2c 100644
--- a/pages/local-storage/how-to/delete-volume.mdx
+++ b/pages/local-storage/how-to/delete-volume.mdx
@@ -5,9 +5,6 @@ tags: delete cancel terminate local volume storage
dates:
validation: 2025-03-24
posted: 2025-03-24
-categories:
- - local-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/local-storage/how-to/detach-volume.mdx b/pages/local-storage/how-to/detach-volume.mdx
index 99883f1600..34b0acc00f 100644
--- a/pages/local-storage/how-to/detach-volume.mdx
+++ b/pages/local-storage/how-to/detach-volume.mdx
@@ -5,9 +5,6 @@ tags: detach unlock disconnect Local storage volume
dates:
validation: 2025-03-24
posted: 2020-01-10
-categories:
- - local-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/local-storage/quickstart.mdx b/pages/local-storage/quickstart.mdx
index b11f62d467..9c1dc1e213 100644
--- a/pages/local-storage/quickstart.mdx
+++ b/pages/local-storage/quickstart.mdx
@@ -5,9 +5,6 @@ tags: local storage overview get started
dates:
validation: 2025-06-20
posted: 2025-03-24
-categories:
- - local-storage
- - storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/api-cli/migrating-endpoints.mdx b/pages/managed-databases-for-postgresql-and-mysql/api-cli/migrating-endpoints.mdx
index 9905c3e941..e3a48c1fa4 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/api-cli/migrating-endpoints.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/api-cli/migrating-endpoints.mdx
@@ -5,9 +5,6 @@ tags: managed-database postgresql mysql engine version database engine endpoints
dates:
validation: 2025-06-09
posted: 2023-11-22
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/api-cli/pg-audit.mdx b/pages/managed-databases-for-postgresql-and-mysql/api-cli/pg-audit.mdx
index c3034be125..e6fc10d4d0 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/api-cli/pg-audit.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/api-cli/pg-audit.mdx
@@ -5,9 +5,6 @@ tags: managed-database postgresql pgaudit pg-extensions
dates:
validation: 2025-03-17
posted: 2024-03-05
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/api-cli/setting-up-encryption-at-rest.mdx b/pages/managed-databases-for-postgresql-and-mysql/api-cli/setting-up-encryption-at-rest.mdx
index e1efdb4492..6cfe0895fe 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/api-cli/setting-up-encryption-at-rest.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/api-cli/setting-up-encryption-at-rest.mdx
@@ -5,9 +5,6 @@ tags: managed-database postgresql mysql encryption at rest
dates:
validation: 2025-06-23
posted: 2024-12-19
-categories:
- - managed-databases
- - postgresql-and-mysql
---
Encryption at rest allows you to permanently encrypt your database data. The data is encrypted at volume level using [LUKS](https://en.wikipedia.org/wiki/Linux_Unified_Key_Setup). The management of the encryption key is done by Scaleway.
diff --git a/pages/managed-databases-for-postgresql-and-mysql/api-cli/using-pgcron.mdx b/pages/managed-databases-for-postgresql-and-mysql/api-cli/using-pgcron.mdx
index 6bb748b686..c816df3bc0 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/api-cli/using-pgcron.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/api-cli/using-pgcron.mdx
@@ -5,9 +5,6 @@ tags: managed-database postgresql pg_cron pg-extensions
dates:
validation: 2025-02-18
posted: 2025-02-18
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/api-cli/verify-ca-postgresql.mdx b/pages/managed-databases-for-postgresql-and-mysql/api-cli/verify-ca-postgresql.mdx
index 52fd372d29..944b94935e 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/api-cli/verify-ca-postgresql.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/api-cli/verify-ca-postgresql.mdx
@@ -5,8 +5,6 @@ tags: verify-ca verify certificate authority postgresql
dates:
validation: 2025-05-02
posted: 2023-04-01
-categories:
- - managed-databases
---
The creation and management of TLS certificates is included in the Managed Database for PostgreSQL offers.
diff --git a/pages/managed-databases-for-postgresql-and-mysql/concepts.mdx b/pages/managed-databases-for-postgresql-and-mysql/concepts.mdx
index 10b6e324cd..0af888dd46 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/concepts.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/concepts.mdx
@@ -4,9 +4,6 @@ description: Understand key concepts for Scaleway Managed Databases for PostgreS
tags: endpoint allowed-ip clone-feature engine read-replica
dates:
validation: 2025-04-23
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import RegionAndAz from '@macros/console/region-and-az.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/add-a-database.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/add-a-database.mdx
index f3bd385927..a08bdf33bd 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/add-a-database.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/add-a-database.mdx
@@ -5,8 +5,6 @@ tags: managed-database database postgresql ferretdb database-instance mongodb
dates:
validation: 2025-02-17
posted: 2023-08-01
-categories:
- - managed-databases
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/add-users.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/add-users.mdx
index d2fe889b94..d18ca87c60 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/add-users.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/add-users.mdx
@@ -5,9 +5,6 @@ tags: managed-database database postgresql mysql database-instance
dates:
validation: 2025-02-11
posted: 2019-09-21
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/apply-maintenance.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/apply-maintenance.mdx
index 8c0cafa3b4..f4f8e80407 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/apply-maintenance.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/apply-maintenance.mdx
@@ -5,9 +5,6 @@ tags: managed-database postgresql mysql database-instance maintenance
dates:
validation: 2025-05-02
posted: 2024-04-19
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type.mdx
index 1910401624..a531168db5 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/change-volume-type.mdx
@@ -5,9 +5,6 @@ tags: managed-database database volume-type
dates:
validation: 2025-07-15
posted: 2021-03-10
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/clone-a-database-instance.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/clone-a-database-instance.mdx
index e56e77262f..98865ae7be 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/clone-a-database-instance.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/clone-a-database-instance.mdx
@@ -5,9 +5,6 @@ tags: managed-database database database-instance
dates:
validation: 2025-07-15
posted: 2019-10-20
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/configure-advanced-settings.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/configure-advanced-settings.mdx
index d1769fd2da..0557a81a0b 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/configure-advanced-settings.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/configure-advanced-settings.mdx
@@ -5,9 +5,6 @@ tags: managed-database postgresql mysql database-instance advanced-settings
dates:
validation: 2025-07-15
posted: 2019-05-11
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/connect-database-instance.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/connect-database-instance.mdx
index 379c203d09..d802b5bf6f 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/connect-database-instance.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/connect-database-instance.mdx
@@ -5,9 +5,6 @@ tags: postgresql mysql database-instance managed-database database
dates:
validation: 2025-03-11
posted: 2023-02-16
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/connect-database-private-network.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/connect-database-private-network.mdx
index e8df5454a7..daa713430a 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/connect-database-private-network.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/connect-database-private-network.mdx
@@ -5,9 +5,6 @@ tags: managed-database postgresql mysql private-network database-instance
dates:
validation: 2025-07-15
posted: 2019-11-15
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import SshBastion from '@macros/databases/ssh-bastion.mdx'
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/create-a-database.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/create-a-database.mdx
index 1f156c6c03..13043403d2 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/create-a-database.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/create-a-database.mdx
@@ -5,9 +5,6 @@ tags: postgresql mysql database-instance managed-database database
dates:
validation: 2025-02-11
posted: 2019-05-11
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/create-read-replica.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/create-read-replica.mdx
index d5cdbd01ce..764695dd4f 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/create-read-replica.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/create-read-replica.mdx
@@ -5,9 +5,6 @@ tags: managed-database read-replica read replicas
dates:
validation: 2025-07-15
posted: 2022-09-01
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/delete-a-database.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/delete-a-database.mdx
index 4182c3aabc..1feb23cd5d 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/delete-a-database.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/delete-a-database.mdx
@@ -5,9 +5,6 @@ tags: managed-database postgresql mysql database-instance
dates:
validation: 2025-07-15
posted: 2019-05-11
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/delete-db.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/delete-db.mdx
index 047c52ae04..1f2b106620 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/delete-db.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/delete-db.mdx
@@ -5,8 +5,6 @@ tags: managed-database postgresql mysql
dates:
validation: 2025-02-17
posted: 2023-08-01
-categories:
- - managed-databases
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/enable-autobackup.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/enable-autobackup.mdx
index adad8dd65f..a27956a6ec 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/enable-autobackup.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/enable-autobackup.mdx
@@ -5,9 +5,6 @@ tags: managed-dabatase autobackup database
dates:
validation: 2025-07-15
posted: 2019-05-11
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/enable-high-availability.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/enable-high-availability.mdx
index 743c5c6448..6d748098c9 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/enable-high-availability.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/enable-high-availability.mdx
@@ -5,9 +5,6 @@ tags: managed-database high-availability node-configuration database-instance
dates:
validation: 2025-04-02
posted: 2025-04-02
-categories:
- - managed-databases
- - database-instance-management
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-allowed-ip-addresses.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-allowed-ip-addresses.mdx
index 697d856989..ff7e7205c3 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-allowed-ip-addresses.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-allowed-ip-addresses.mdx
@@ -5,9 +5,6 @@ tags: managed-database ip-address database
dates:
validation: 2025-07-15
posted: 2019-05-11
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-manual-backups.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-manual-backups.mdx
index 740de4c0c2..6a4bf4262d 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-manual-backups.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-manual-backups.mdx
@@ -5,9 +5,6 @@ tags: managed-database database instance backup
dates:
validation: 2025-07-15
posted: 2021-03-10
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-permissions.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-permissions.mdx
index 8a40a5f3d5..1c8ce9a1ce 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-permissions.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-permissions.mdx
@@ -5,9 +5,6 @@ tags: managed-database postgresql mysql database-instance
dates:
validation: 2025-07-22
posted: 2022-03-25
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-read-replica.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-read-replica.mdx
index 0da6c7c8a2..0f914ee3ba 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-read-replica.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-read-replica.mdx
@@ -5,9 +5,6 @@ tags: managed-database read replicas read-replicas
dates:
validation: 2025-04-08
posted: 2021-09-21
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-snapshots.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-snapshots.mdx
index 28b916a602..f79be0552e 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-snapshots.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/manage-snapshots.mdx
@@ -5,9 +5,6 @@ tags: managed-database database database-snapshot
dates:
validation: 2025-07-15
posted: 2021-03-10
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/monitor-databases-cockpit.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/monitor-databases-cockpit.mdx
index a81aa097d8..ae1ed2839e 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/monitor-databases-cockpit.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/monitor-databases-cockpit.mdx
@@ -5,9 +5,6 @@ tags: managed-database database cockpit observability dashboard metrics logs al
dates:
validation: 2025-07-01
posted: 2024-06-19
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/remove-public-endpoint.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/remove-public-endpoint.mdx
index f7c699da7c..9bdf0fc791 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/remove-public-endpoint.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/remove-public-endpoint.mdx
@@ -5,9 +5,6 @@ tags: managed-database postgresql mysql endpoints database-instance
dates:
validation: 2025-07-15
posted: 2024-03-22
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/renew-tls-certificate.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/renew-tls-certificate.mdx
index bfec135dd8..9f38d933f9 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/renew-tls-certificate.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/renew-tls-certificate.mdx
@@ -5,9 +5,6 @@ tags: managed-database database postgresql mysql database-instance
dates:
validation: 2025-07-22
posted: 2019-09-21
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/upgrade-a-database.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/upgrade-a-database.mdx
index 91f1366226..d475cc7c20 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/upgrade-a-database.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/upgrade-a-database.mdx
@@ -5,9 +5,6 @@ tags: managed-database postgresql mysql upgrade
dates:
validation: 2025-07-22
posted: 2019-05-11
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/how-to/upgrade-version.mdx b/pages/managed-databases-for-postgresql-and-mysql/how-to/upgrade-version.mdx
index 4b13f12a4c..40c3c15433 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/how-to/upgrade-version.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/how-to/upgrade-version.mdx
@@ -5,9 +5,6 @@ tags: managed-database postgresql mysql engine version database engine
dates:
validation: 2025-07-15
posted: 2023-02-27
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/quickstart.mdx b/pages/managed-databases-for-postgresql-and-mysql/quickstart.mdx
index a423da5bf9..45c8a039e6 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/quickstart.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/quickstart.mdx
@@ -5,9 +5,6 @@ tags: postgresql mysql managed-database database
dates:
validation: 2025-01-22
posted: 2021-05-26
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-postgresql-and-mysql/reference-content/autohealing.mdx b/pages/managed-databases-for-postgresql-and-mysql/reference-content/autohealing.mdx
index dcf446be3f..533308172b 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/reference-content/autohealing.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/reference-content/autohealing.mdx
@@ -4,9 +4,6 @@ description: Understand the autohealing feature for PostgreSQL and MySQL databas
tags: databases ha high-availability autohealing database-nodes
dates:
validation: 2025-04-23
-categories:
- - managed-databases
- - postgresql-and-mysql
---
At Scaleway, High Availability Database Instances are continuously monitored and benefit from the autohealing feature.
diff --git a/pages/managed-databases-for-postgresql-and-mysql/reference-content/encryption-at-rest-performance-benchmark.mdx b/pages/managed-databases-for-postgresql-and-mysql/reference-content/encryption-at-rest-performance-benchmark.mdx
index 3e6364e343..4bc07100ca 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/reference-content/encryption-at-rest-performance-benchmark.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/reference-content/encryption-at-rest-performance-benchmark.mdx
@@ -5,9 +5,6 @@ tags: managed-database postgresql mysql encryption at rest
dates:
validation: 2025-06-23
posted: 2024-12-19
-categories:
- - managed-databases
- - postgresql-and-mysql
---
In December 2024, the Scaleway Managed Databases team ran tests on DB-POP2-4C-16G Instances in a Private Network using `pgbench`. Several workloads (including read, oltp and large loads) were simulated with several scale factors (from 1M rows to 200M rows) and concurrent database connections set to 10. They measured the impact of encryption at rest on transactions, per second and latency.
diff --git a/pages/managed-databases-for-postgresql-and-mysql/reference-content/migrating-databases.mdx b/pages/managed-databases-for-postgresql-and-mysql/reference-content/migrating-databases.mdx
index 95557a632a..2978998933 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/reference-content/migrating-databases.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/reference-content/migrating-databases.mdx
@@ -4,8 +4,6 @@ description: Learn how to migrate your PostgreSQL and MySQL databases to Scalewa
tags: databases postgresql mysql migration managed-databases
dates:
validation: 2025-06-26
-categories:
- - managed-databases
---
Scaleway Managed Databases allows you to run your Database Instances without setting up or managing infrastructure. Scaleway is responsible for implementing and maintaining features that improve the performance, scalability, security and high-availability of your Database Instances.
diff --git a/pages/managed-databases-for-postgresql-and-mysql/reference-content/pg-version-updates.mdx b/pages/managed-databases-for-postgresql-and-mysql/reference-content/pg-version-updates.mdx
index 190856201a..ae2d3a30fc 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/reference-content/pg-version-updates.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/reference-content/pg-version-updates.mdx
@@ -4,9 +4,6 @@ description: Learn more about the latest updates and features available in each
tags: databases postgresql versions updates features
dates:
validation: 2025-02-24
-categories:
- - managed-databases
- - postgresql-and-mysql
---
This page lists updates for PostreSQL versions and their corresponding features that are supported at Scaleway.
diff --git a/pages/managed-databases-for-postgresql-and-mysql/reference-content/postgresql-extensions.mdx b/pages/managed-databases-for-postgresql-and-mysql/reference-content/postgresql-extensions.mdx
index 549a1f1ccc..4ea4ca68a9 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/reference-content/postgresql-extensions.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/reference-content/postgresql-extensions.mdx
@@ -4,9 +4,6 @@ description: Learn more about the PostgreSQL extensions available at Scaleway an
tags: databases postgresql extensions pgaudit pgrestore
dates:
validation: 2025-03-11
-categories:
- - managed-databases
- - postgresql-and-mysql
---
The following `pg_extensions` are available with Scaleway Managed Databases for PostgreSQL:
diff --git a/pages/managed-databases-for-postgresql-and-mysql/reference-content/security-and-reliability.mdx b/pages/managed-databases-for-postgresql-and-mysql/reference-content/security-and-reliability.mdx
index e437744b44..ce41e4ddd6 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/reference-content/security-and-reliability.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/reference-content/security-and-reliability.mdx
@@ -4,9 +4,6 @@ description: Learn more about shared responsibility in security and reliability
tags: databases postgresql shared responsibility security reliability
dates:
validation: 2025-04-23
-categories:
- - managed-databases
- - postgresql-and-mysql
---
This page outlines key principles and best practices to help you ensure your applications' security and reliability when using Managed Databases for PostgreSQL and MySQL.
diff --git a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-connectivity-issues.mdx b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-connectivity-issues.mdx
index c49185d236..cbbe3a445d 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-connectivity-issues.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-connectivity-issues.mdx
@@ -5,9 +5,6 @@ tags: connectivity databases
dates:
validation: 2025-01-29
posted: 2025-01-29
-categories:
- - managed-databases
- - postgresql-and-mysql
---
## Public access
diff --git a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-performance-issues.mdx b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-performance-issues.mdx
index c033f93282..9dd7e6c13e 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-performance-issues.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-performance-issues.mdx
@@ -5,9 +5,6 @@ tags: databases performance
dates:
validation: 2025-01-29
posted: 2025-01-29
-categories:
- - managed-databases
- - postgresql-and-mysql
---
## Problem
diff --git a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-unavailable.mdx b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-unavailable.mdx
index 9f5d941d61..d4616f9756 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-unavailable.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-unavailable.mdx
@@ -5,9 +5,6 @@ tags: disk-full databases
dates:
validation: 2025-01-29
posted: 2025-01-29
-categories:
- - managed-databases
- - postgresql-and-mysql
---
## My Database Instance is unavailable
diff --git a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/disk-full.mdx b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/disk-full.mdx
index da95af0d40..6b85b3c2c8 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/disk-full.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/disk-full.mdx
@@ -5,9 +5,6 @@ tags: disk-full databases
dates:
validation: 2025-07-15
posted: 2023-02-16
-categories:
- - managed-databases
- - postgresql-and-mysql
---
Whenever your Database Instance volume is close to reaching full capacity, your Database Instance switches to `disk_full` mode.
diff --git a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/extension-errors.mdx b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/extension-errors.mdx
index 3b6cd8b462..e261971d9a 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/extension-errors.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/extension-errors.mdx
@@ -5,9 +5,6 @@ tags: disk-full databases
dates:
validation: 2025-04-23
posted: 2024-04-09
-categories:
- - managed-databases
- - postgresql-and-mysql
---
diff --git a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/index.mdx b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/index.mdx
index 0c0ae9253a..654b072c23 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/index.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Managed Databases for PostgreSQL and MySQL
description: Find troubleshooting resources for resolving issues with Managed Databases for PostgreSQL and MySQL.
dates:
posted: 2025-03-14
-categories:
- - managed-databases
productIcon: PostgresqlMysqlProductIcon
---
diff --git a/pages/managed-databases-for-redis/api-cli/managing-username-and-password.mdx b/pages/managed-databases-for-redis/api-cli/managing-username-and-password.mdx
index 3a47ea72f0..55c3c89c88 100644
--- a/pages/managed-databases-for-redis/api-cli/managing-username-and-password.mdx
+++ b/pages/managed-databases-for-redis/api-cli/managing-username-and-password.mdx
@@ -4,9 +4,6 @@ description: Learn to manage Redis™ usernames and passwords using API/CLI.
tags: databases user redis username password
dates:
validation: 2025-04-23
-categories:
- - managed-databases
- - redis
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-redis/api-cli/using-pub-sub-feature.mdx b/pages/managed-databases-for-redis/api-cli/using-pub-sub-feature.mdx
index 381fd3e2bd..2094c1508b 100644
--- a/pages/managed-databases-for-redis/api-cli/using-pub-sub-feature.mdx
+++ b/pages/managed-databases-for-redis/api-cli/using-pub-sub-feature.mdx
@@ -4,9 +4,6 @@ description: Guide to using the Pub/Sub feature in Redis™ with API/CLI.
tags: databases redis pub/sub messaging broker
dates:
validation: 2025-05-02
-categories:
- - managed-databases
- - redis
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-redis/concepts.mdx b/pages/managed-databases-for-redis/concepts.mdx
index 3e77b50e89..a7c6cb1ec8 100644
--- a/pages/managed-databases-for-redis/concepts.mdx
+++ b/pages/managed-databases-for-redis/concepts.mdx
@@ -4,9 +4,6 @@ description: Understand the key concepts behind Scaleway Managed Databases for R
tags: endpoint redis allowed-ip cluster cluster-mode availability horizontal-scaling tcp tls vertical-scaling
dates:
validation: 2025-05-02
-categories:
- - managed-databases
- - redis
---
import RegionAndAz from '@macros/console/region-and-az.mdx'
diff --git a/pages/managed-databases-for-redis/how-to/configure-advanced-settings-redis.mdx b/pages/managed-databases-for-redis/how-to/configure-advanced-settings-redis.mdx
index d574c792d5..26a44179c2 100644
--- a/pages/managed-databases-for-redis/how-to/configure-advanced-settings-redis.mdx
+++ b/pages/managed-databases-for-redis/how-to/configure-advanced-settings-redis.mdx
@@ -5,9 +5,6 @@ tags: managed-database advanced-settings advanced setting
dates:
validation: 2025-07-15
posted: 2022-06-22
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-redis/how-to/connect-to-redis-database-instance.mdx b/pages/managed-databases-for-redis/how-to/connect-to-redis-database-instance.mdx
index 15701631c4..8028fc834e 100644
--- a/pages/managed-databases-for-redis/how-to/connect-to-redis-database-instance.mdx
+++ b/pages/managed-databases-for-redis/how-to/connect-to-redis-database-instance.mdx
@@ -5,9 +5,6 @@ tags: postgresql mysql database-instance managed-database database
dates:
validation: 2025-07-15
posted: 2023-04-18
-categories:
- - managed-databases
- - redis
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-redis/how-to/create-a-database-for-redis.mdx b/pages/managed-databases-for-redis/how-to/create-a-database-for-redis.mdx
index 1a38f61c0a..3ab8d5bb6c 100644
--- a/pages/managed-databases-for-redis/how-to/create-a-database-for-redis.mdx
+++ b/pages/managed-databases-for-redis/how-to/create-a-database-for-redis.mdx
@@ -5,9 +5,6 @@ tags: managed-database redis redis-database
dates:
validation: 2025-07-15
posted: 2022-06-27
-categories:
- - managed-databases
- - redis
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-redis/how-to/delete-a-database-for-redis.mdx b/pages/managed-databases-for-redis/how-to/delete-a-database-for-redis.mdx
index 2a2027ef98..55acd059aa 100644
--- a/pages/managed-databases-for-redis/how-to/delete-a-database-for-redis.mdx
+++ b/pages/managed-databases-for-redis/how-to/delete-a-database-for-redis.mdx
@@ -5,9 +5,6 @@ tags: managed-database database redis
dates:
validation: 2025-02-11
posted: 2022-06-27
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-redis/how-to/manage-allowed-ip-addresses-redis.mdx b/pages/managed-databases-for-redis/how-to/manage-allowed-ip-addresses-redis.mdx
index 4ab4cc73c3..093d55cd91 100644
--- a/pages/managed-databases-for-redis/how-to/manage-allowed-ip-addresses-redis.mdx
+++ b/pages/managed-databases-for-redis/how-to/manage-allowed-ip-addresses-redis.mdx
@@ -5,9 +5,6 @@ tags: managed-database ip-address redis
dates:
validation: 2025-07-15
posted: 2019-07-12
-categories:
- - managed-databases
- - redis
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-redis/how-to/monitor-redis-databases-cockpit.mdx b/pages/managed-databases-for-redis/how-to/monitor-redis-databases-cockpit.mdx
index 340c88c517..9ddbe0ff59 100644
--- a/pages/managed-databases-for-redis/how-to/monitor-redis-databases-cockpit.mdx
+++ b/pages/managed-databases-for-redis/how-to/monitor-redis-databases-cockpit.mdx
@@ -5,9 +5,6 @@ tags: managed-database database cockpit observability dashboard metrics logs ale
dates:
validation: 2025-06-05
posted: 2025-06-05
-categories:
- - managed-databases
- - redis
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-redis/how-to/scale-up-a-database-for-redis.mdx b/pages/managed-databases-for-redis/how-to/scale-up-a-database-for-redis.mdx
index 8b9ac9c789..827108cbc0 100644
--- a/pages/managed-databases-for-redis/how-to/scale-up-a-database-for-redis.mdx
+++ b/pages/managed-databases-for-redis/how-to/scale-up-a-database-for-redis.mdx
@@ -5,9 +5,6 @@ tags: managed-database redis database
dates:
validation: 2025-07-15
posted: 2022-07-11
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-redis/quickstart.mdx b/pages/managed-databases-for-redis/quickstart.mdx
index a2f5af938a..a5aeeffd3f 100644
--- a/pages/managed-databases-for-redis/quickstart.mdx
+++ b/pages/managed-databases-for-redis/quickstart.mdx
@@ -5,9 +5,6 @@ tags: managed-database redis
dates:
validation: 2025-07-22
posted: 2022-06-27
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-databases-for-redis/reference-content/default-user-permissions.mdx b/pages/managed-databases-for-redis/reference-content/default-user-permissions.mdx
index 7531610e6b..c8e8d8f373 100644
--- a/pages/managed-databases-for-redis/reference-content/default-user-permissions.mdx
+++ b/pages/managed-databases-for-redis/reference-content/default-user-permissions.mdx
@@ -4,9 +4,6 @@ description: Reference guide to default user permissions for Redis™ databases.
tags: databases user redis username password
dates:
validation: 2025-05-02
-categories:
- - managed-databases
- - redis
---
When you create a Redis™* Database Instance, you have to specify a user. It will be created with the following permissions:
diff --git a/pages/managed-databases-for-redis/reference-content/ensuring-data-persistence.mdx b/pages/managed-databases-for-redis/reference-content/ensuring-data-persistence.mdx
index 178316a197..eda8c9ec4e 100644
--- a/pages/managed-databases-for-redis/reference-content/ensuring-data-persistence.mdx
+++ b/pages/managed-databases-for-redis/reference-content/ensuring-data-persistence.mdx
@@ -4,9 +4,6 @@ description: Learn how to ensure data persistence in your Scaleway Redis™ data
tags: databases user redis username password
dates:
validation: 2025-05-02
-categories:
- - managed-databases
- - redis
---
Data persistence ensures that the data from your applications is saved, in memory or on a disk, even when there are no ongoing sessions where the data is treated. The method used to preserve data between sessions and avoid data loss varies depending on the compute resource you use to treat your data. It also depends on the way your data is stored.
diff --git a/pages/managed-databases-for-redis/troubleshooting/database-instance-connectivity-issues.mdx b/pages/managed-databases-for-redis/troubleshooting/database-instance-connectivity-issues.mdx
index 436ae72e01..7d1e1913f8 100644
--- a/pages/managed-databases-for-redis/troubleshooting/database-instance-connectivity-issues.mdx
+++ b/pages/managed-databases-for-redis/troubleshooting/database-instance-connectivity-issues.mdx
@@ -5,9 +5,6 @@ tags: disk-full databases
dates:
validation: 2025-02-12
posted: 2025-02-12
-categories:
- - managed-databases
- - redis
---
## Public access
diff --git a/pages/managed-databases-for-redis/troubleshooting/database-instance-performance-issues.mdx b/pages/managed-databases-for-redis/troubleshooting/database-instance-performance-issues.mdx
index 135637b15c..ab9a3df855 100644
--- a/pages/managed-databases-for-redis/troubleshooting/database-instance-performance-issues.mdx
+++ b/pages/managed-databases-for-redis/troubleshooting/database-instance-performance-issues.mdx
@@ -5,9 +5,6 @@ tags: databases performance
dates:
validation: 2025-02-13
posted: 2025-02-13
-categories:
- - managed-databases
- - redis
---
## Problem
diff --git a/pages/managed-databases-for-redis/troubleshooting/database-instance-unavailable.mdx b/pages/managed-databases-for-redis/troubleshooting/database-instance-unavailable.mdx
index 2d77a0d754..2eac7df645 100644
--- a/pages/managed-databases-for-redis/troubleshooting/database-instance-unavailable.mdx
+++ b/pages/managed-databases-for-redis/troubleshooting/database-instance-unavailable.mdx
@@ -5,9 +5,6 @@ tags: unavailability databases
dates:
validation: 2025-02-17
posted: 2025-02-17
-categories:
- - managed-databases
- - redis
---
## Problem
diff --git a/pages/managed-databases-for-redis/troubleshooting/index.mdx b/pages/managed-databases-for-redis/troubleshooting/index.mdx
index 58d0167d58..687c515638 100644
--- a/pages/managed-databases-for-redis/troubleshooting/index.mdx
+++ b/pages/managed-databases-for-redis/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Managed Databases for Redis™
description: Find troubleshooting resources for resolving issues with Managed Databases for Redis™.
dates:
posted: 2025-06-05
-categories:
- - managed-databases
productIcon: RedisProductIcon
---
diff --git a/pages/managed-inference/concepts.mdx b/pages/managed-inference/concepts.mdx
index 3f1582aedb..12a5386de2 100644
--- a/pages/managed-inference/concepts.mdx
+++ b/pages/managed-inference/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to Managed Inference
tags:
dates:
validation: 2025-06-02
-categories:
- - ai-data
---
## Allowed IPs
diff --git a/pages/managed-inference/how-to/configure-autoscaling.mdx b/pages/managed-inference/how-to/configure-autoscaling.mdx
index 1b1c1e29d5..dc64b06936 100644
--- a/pages/managed-inference/how-to/configure-autoscaling.mdx
+++ b/pages/managed-inference/how-to/configure-autoscaling.mdx
@@ -5,8 +5,6 @@ tags: managed-inference ai-data ip-address
dates:
validation: 2025-06-03
posted: 2025-06-03
-categories:
- - ai-data
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-inference/how-to/delete-deployment.mdx b/pages/managed-inference/how-to/delete-deployment.mdx
index eca46c44fa..a2092c2cf1 100644
--- a/pages/managed-inference/how-to/delete-deployment.mdx
+++ b/pages/managed-inference/how-to/delete-deployment.mdx
@@ -5,8 +5,6 @@ tags: managed-inference ai-data delete
dates:
validation: 2025-07-21
posted: 2024-03-06
-categories:
- - ai-data
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-inference/how-to/import-custom-model.mdx b/pages/managed-inference/how-to/import-custom-model.mdx
index 9b037dd2ab..0e2032103f 100644
--- a/pages/managed-inference/how-to/import-custom-model.mdx
+++ b/pages/managed-inference/how-to/import-custom-model.mdx
@@ -5,8 +5,6 @@ tags: managed-inference ai-data import custom model
dates:
validation: 2025-03-27
posted: 2025-03-27
-categories:
- - ai-data
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-inference/how-to/manage-allowed-ips.mdx b/pages/managed-inference/how-to/manage-allowed-ips.mdx
index d4490d145b..232f4c715e 100644
--- a/pages/managed-inference/how-to/manage-allowed-ips.mdx
+++ b/pages/managed-inference/how-to/manage-allowed-ips.mdx
@@ -5,8 +5,6 @@ tags: managed-inference ai-data ip-address
dates:
validation: 2025-03-19
posted: 2024-03-06
-categories:
- - ai-data
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-inference/how-to/managed-inference-with-private-network.mdx b/pages/managed-inference/how-to/managed-inference-with-private-network.mdx
index 10b2342026..a106b3a949 100644
--- a/pages/managed-inference/how-to/managed-inference-with-private-network.mdx
+++ b/pages/managed-inference/how-to/managed-inference-with-private-network.mdx
@@ -5,8 +5,6 @@ tags: managed-inference ai-data private-network
dates:
validation: 2025-07-16
posted: 2024-06-18
-categories:
- - ai-data
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-inference/how-to/monitor-deployment.mdx b/pages/managed-inference/how-to/monitor-deployment.mdx
index e6fe193870..741cdee02b 100644
--- a/pages/managed-inference/how-to/monitor-deployment.mdx
+++ b/pages/managed-inference/how-to/monitor-deployment.mdx
@@ -5,8 +5,6 @@ tags: managed-inference ai-data monitoring
dates:
validation: 2025-03-19
posted: 2024-03-06
-categories:
- - ai-data
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-inference/quickstart.mdx b/pages/managed-inference/quickstart.mdx
index 266d7ca229..2863403e89 100644
--- a/pages/managed-inference/quickstart.mdx
+++ b/pages/managed-inference/quickstart.mdx
@@ -4,8 +4,6 @@ description: Start with Scaleway Managed Inference for secure, scalable AI model
tags:
dates:
validation: 2025-07-21
-categories:
- - ai-data
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-inference/reference-content/data-privacy-security-scaleway-ai-services.mdx b/pages/managed-inference/reference-content/data-privacy-security-scaleway-ai-services.mdx
index bae9252ddb..8dda2496ca 100644
--- a/pages/managed-inference/reference-content/data-privacy-security-scaleway-ai-services.mdx
+++ b/pages/managed-inference/reference-content/data-privacy-security-scaleway-ai-services.mdx
@@ -5,8 +5,6 @@ tags:
dates:
validation: 2025-06-20
posted: 2024-06-07
-categories:
- - ai-data
---
This page sets out information about **data**, *privacy**, and **security** concerns for Scaleway's AI services.
diff --git a/pages/managed-inference/reference-content/function-calling-support.mdx b/pages/managed-inference/reference-content/function-calling-support.mdx
index 84f0a278ac..a00e061bc6 100644
--- a/pages/managed-inference/reference-content/function-calling-support.mdx
+++ b/pages/managed-inference/reference-content/function-calling-support.mdx
@@ -5,8 +5,6 @@ tags:
dates:
validation: 2025-06-20
posted: 2024-10-25
-categories:
- - ai-data
---
This page describes the concept of **function calling** to allow models to connect to external tools, and explains how to implement it with Scaleway Managed Inference.
diff --git a/pages/managed-inference/reference-content/model-catalog.mdx b/pages/managed-inference/reference-content/model-catalog.mdx
index 326b919234..1411911b1c 100644
--- a/pages/managed-inference/reference-content/model-catalog.mdx
+++ b/pages/managed-inference/reference-content/model-catalog.mdx
@@ -5,8 +5,6 @@ tags:
dates:
validation: 2025-04-18
posted: 2024-04-18
-categories:
- - ai-data
---
A quick overview of available models in Scaleway's catalog and their core attributes. Expand any model below to see usage examples, curl commands, and detailed capabilities.
diff --git a/pages/managed-inference/reference-content/openai-compatibility.mdx b/pages/managed-inference/reference-content/openai-compatibility.mdx
index 2d9fa48379..95a572c3a2 100644
--- a/pages/managed-inference/reference-content/openai-compatibility.mdx
+++ b/pages/managed-inference/reference-content/openai-compatibility.mdx
@@ -5,8 +5,6 @@ tags: ai-data chat embeddings
dates:
validation: 2025-03-02
posted: 2024-05-06
-categories:
- - ai-data
---
You can use any of the OpenAI [official libraries](https://platform.openai.com/docs/libraries/), for example, the [OpenAI Python client library](https://github.com/openai/openai-python) to interact with your Scaleway Managed Inference deployment.
diff --git a/pages/managed-inference/reference-content/supported-models.mdx b/pages/managed-inference/reference-content/supported-models.mdx
index d417a78896..d75c27d421 100644
--- a/pages/managed-inference/reference-content/supported-models.mdx
+++ b/pages/managed-inference/reference-content/supported-models.mdx
@@ -5,8 +5,6 @@ tags: support models custom catalog
dates:
validation: 2025-04-08
posted: 2025-04-08
-categories:
- - ai-data
---
Scaleway Managed Inference allows you to deploy various AI models, either from:
diff --git a/pages/managed-mongodb-databases/additional-content/migrating-to-managed-mongodb.mdx b/pages/managed-mongodb-databases/additional-content/migrating-to-managed-mongodb.mdx
index bd81d45ccc..f749b2e3bb 100644
--- a/pages/managed-mongodb-databases/additional-content/migrating-to-managed-mongodb.mdx
+++ b/pages/managed-mongodb-databases/additional-content/migrating-to-managed-mongodb.mdx
@@ -4,9 +4,6 @@ description: Learn how to migrate your MongoDB® databases to Scaleway Managed M
tags: databases mongodb migration managed-databases
dates:
validation: 2025-06-26
-categories:
-- managed-databases
-- mongodb
---
Scaleway Managed MongoDB® allows you to run your Database Instances without setting up or managing infrastructure. Scaleway is responsible for implementing and maintaining features that improve the performance, scalability and security of your Database Instances.
diff --git a/pages/managed-mongodb-databases/api-cli/backup-and-restore.mdx b/pages/managed-mongodb-databases/api-cli/backup-and-restore.mdx
index 2df751ee97..29b229d3f8 100644
--- a/pages/managed-mongodb-databases/api-cli/backup-and-restore.mdx
+++ b/pages/managed-mongodb-databases/api-cli/backup-and-restore.mdx
@@ -2,9 +2,6 @@
title: Back up and restore MongoDB® Databases with MongoDB® tools
description: This page shows you how to back up and restore MongoDB® Databases with MongoDB® command line tools
tags: databases mongodb mongodb document backup database-nodes
-categories:
- - managed-databases
- - postgresql-and-mysql
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-mongodb-databases/api-cli/cluster-to-cluster-sync.mdx b/pages/managed-mongodb-databases/api-cli/cluster-to-cluster-sync.mdx
index 78ecc4152c..c888e1c394 100644
--- a/pages/managed-mongodb-databases/api-cli/cluster-to-cluster-sync.mdx
+++ b/pages/managed-mongodb-databases/api-cli/cluster-to-cluster-sync.mdx
@@ -5,9 +5,6 @@ tags: databases mongodb migration mongosync data-synchronization
dates:
validation: 2025-06-30
posted: 2025-06-30
-categories:
- - managed-databases
- - mongodb
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-mongodb-databases/concepts.mdx b/pages/managed-mongodb-databases/concepts.mdx
index f1135206c6..988cf95881 100644
--- a/pages/managed-mongodb-databases/concepts.mdx
+++ b/pages/managed-mongodb-databases/concepts.mdx
@@ -2,8 +2,6 @@
title: Managed MongoDB® - Concepts
description: This page explains all the concepts related to Managed MongoDB®.
tags: concepts managed-databases ferredb mongodb document
-categories:
- - managed-databases
---
import RegionAndAz from '@macros/console/region-and-az.mdx'
diff --git a/pages/managed-mongodb-databases/how-to/connect-database-instance.mdx b/pages/managed-mongodb-databases/how-to/connect-database-instance.mdx
index 3d21ea40a1..85adf83ebb 100644
--- a/pages/managed-mongodb-databases/how-to/connect-database-instance.mdx
+++ b/pages/managed-mongodb-databases/how-to/connect-database-instance.mdx
@@ -5,8 +5,6 @@ tags: mongodb mongodb document database-instance managed-database database
dates:
validation: 2025-03-11
posted: 2024-09-18
-categories:
- - managed-databases
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-mongodb-databases/how-to/connect-database-private-network.mdx b/pages/managed-mongodb-databases/how-to/connect-database-private-network.mdx
index a518c0439b..a9ec18b188 100644
--- a/pages/managed-mongodb-databases/how-to/connect-database-private-network.mdx
+++ b/pages/managed-mongodb-databases/how-to/connect-database-private-network.mdx
@@ -5,9 +5,6 @@ tags: managed-mongodb mongodb private-network database-instance
dates:
validation: 2025-02-17
posted: 2025-02-17
-categories:
- - managed-databases
- - mongodb
---
import SshBastionMdb from '@macros/databases/ssh-bastion-mdb.mdx'
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-mongodb-databases/how-to/create-a-database-instance.mdx b/pages/managed-mongodb-databases/how-to/create-a-database-instance.mdx
index 2d63cfb90f..fb5fdfc9ca 100644
--- a/pages/managed-mongodb-databases/how-to/create-a-database-instance.mdx
+++ b/pages/managed-mongodb-databases/how-to/create-a-database-instance.mdx
@@ -5,8 +5,6 @@ tags: postgresql mongodb mongodb database-instance managed-database database
dates:
validation: 2025-04-08
posted: 2024-10-01
-categories:
- - managed-databases
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-mongodb-databases/how-to/delete-a-database-instance.mdx b/pages/managed-mongodb-databases/how-to/delete-a-database-instance.mdx
index 95ae5edb08..1a1b0a926f 100644
--- a/pages/managed-mongodb-databases/how-to/delete-a-database-instance.mdx
+++ b/pages/managed-mongodb-databases/how-to/delete-a-database-instance.mdx
@@ -5,8 +5,6 @@ tags: managed-database postgresql mongodb mongodb document database-instance
dates:
validation: 2025-04-08
posted: 2024-10-01
-categories:
- - managed-databases
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-mongodb-databases/how-to/increase-volume.mdx b/pages/managed-mongodb-databases/how-to/increase-volume.mdx
index c7c6bea4b2..856558414e 100644
--- a/pages/managed-mongodb-databases/how-to/increase-volume.mdx
+++ b/pages/managed-mongodb-databases/how-to/increase-volume.mdx
@@ -5,8 +5,6 @@ tags: managed-database postgresql mysql upgrade
dates:
validation: 2025-04-08
posted: 2024-10-01
-categories:
- - managed-databases
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-mongodb-databases/how-to/manage-snapshots.mdx b/pages/managed-mongodb-databases/how-to/manage-snapshots.mdx
index b1800ea7ab..7076444fc5 100644
--- a/pages/managed-mongodb-databases/how-to/manage-snapshots.mdx
+++ b/pages/managed-mongodb-databases/how-to/manage-snapshots.mdx
@@ -5,8 +5,6 @@ tags: managed-database database database-snapshot mongodb mongodb document
dates:
validation: 2025-04-08
posted: 2024-10-01
-categories:
- - managed-databases
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-mongodb-databases/how-to/manage-users.mdx b/pages/managed-mongodb-databases/how-to/manage-users.mdx
index bbe06e5228..e6510a72d7 100644
--- a/pages/managed-mongodb-databases/how-to/manage-users.mdx
+++ b/pages/managed-mongodb-databases/how-to/manage-users.mdx
@@ -5,8 +5,6 @@ tags: managed-database database postgresql mongodb database-instance mongodb
dates:
validation: 2025-04-08
posted: 2024-10-01
-categories:
- - managed-databases
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/managed-mongodb-databases/quickstart.mdx b/pages/managed-mongodb-databases/quickstart.mdx
index 40aa89c550..8bddd1ff84 100644
--- a/pages/managed-mongodb-databases/quickstart.mdx
+++ b/pages/managed-mongodb-databases/quickstart.mdx
@@ -5,8 +5,6 @@ tags: document managed-database database mongodb
dates:
validation: 2025-03-17
posted: 2024-09-12
-categories:
- - managed-databases
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/nats/api-cli/nats-cli.mdx b/pages/nats/api-cli/nats-cli.mdx
index f6e89da5c0..0d6b8b3627 100644
--- a/pages/nats/api-cli/nats-cli.mdx
+++ b/pages/nats/api-cli/nats-cli.mdx
@@ -2,9 +2,6 @@
title: Using the NATS CLI
description: This page explains how to use the NATS CLI with Scaleway NATS
tags: messaging nats cli
-categories:
- - serverless
- - nats
dates:
validation: 2025-05-21
posted: 2023-01-20
diff --git a/pages/nats/concepts.mdx b/pages/nats/concepts.mdx
index 786cc6748a..10d3aa0011 100644
--- a/pages/nats/concepts.mdx
+++ b/pages/nats/concepts.mdx
@@ -1,9 +1,6 @@
---
title: NATS - Concepts
description: Understand the core concepts of Scaleway NATS. Explore fundamental principles for efficient message handling and service optimization.
-categories:
- - serverless
- - nats
tags: messaging queuing concepts nats
dates:
validation: 2025-04-01
diff --git a/pages/nats/how-to/create-account.mdx b/pages/nats/how-to/create-account.mdx
index 6d10eaafd7..c6f06d3ca0 100644
--- a/pages/nats/how-to/create-account.mdx
+++ b/pages/nats/how-to/create-account.mdx
@@ -2,9 +2,6 @@
title: How to create a NATS account
description: Kickstart your journey with Scaleway NATS. Learn how to set up, manage, and optimize your NATS services effortlessly.
tags: messaging queuing enable disable nats account
-categories:
- - serverless
- - nats
dates:
validation: 2025-04-01
posted: 2025-04-01
diff --git a/pages/nats/how-to/create-credentials.mdx b/pages/nats/how-to/create-credentials.mdx
index b8bf35e05f..27fa673178 100644
--- a/pages/nats/how-to/create-credentials.mdx
+++ b/pages/nats/how-to/create-credentials.mdx
@@ -2,9 +2,6 @@
title: How to create credentials for NATS
description: Learn how to create credentials for Scaleway NATS. Securely manage access, and ensure seamless integration with this step-by-step guide.
tags: credentials messaging queuing key token nats
-categories:
- - serverless
- - nats
dates:
validation: 2025-04-01
posted: 2025-04-01
diff --git a/pages/nats/how-to/delete-account.mdx b/pages/nats/how-to/delete-account.mdx
index 47089297af..bd364743c7 100644
--- a/pages/nats/how-to/delete-account.mdx
+++ b/pages/nats/how-to/delete-account.mdx
@@ -5,9 +5,6 @@ dates:
validation: 2025-04-01
posted: 2025-04-01
tags: delete messaging queuing messaging-and-queuing service delete nats-account
-categories:
- - serverless
- - nats
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/nats/how-to/manage-credentials.mdx b/pages/nats/how-to/manage-credentials.mdx
index 715a55f577..2620e3efde 100644
--- a/pages/nats/how-to/manage-credentials.mdx
+++ b/pages/nats/how-to/manage-credentials.mdx
@@ -5,9 +5,6 @@ dates:
validation: 2025-04-01
posted: 2025-04-01
tags: manage credentials nats permissions update revoke
-categories:
- - serverless
- - nats
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/nats/how-to/monitor-nats-cockpit.mdx b/pages/nats/how-to/monitor-nats-cockpit.mdx
index b146c4a67d..f22e6fe59c 100644
--- a/pages/nats/how-to/monitor-nats-cockpit.mdx
+++ b/pages/nats/how-to/monitor-nats-cockpit.mdx
@@ -2,9 +2,6 @@
title: How to monitor NATS with Scaleway Cockpit
description: Monitor your NATS service with Scaleway Cockpit. This guide helps you track performance to manage your messaging services efficiently.
tags: messaging queuing nats cockpit metrics observability
-categories:
- - serverless
- - nats
dates:
validation: 2025-04-01
posted: 2025-04-01
diff --git a/pages/nats/quickstart.mdx b/pages/nats/quickstart.mdx
index 0a97a533e2..3968bb6916 100644
--- a/pages/nats/quickstart.mdx
+++ b/pages/nats/quickstart.mdx
@@ -5,9 +5,6 @@ dates:
validation: 2025-04-01
posted: 2025-04-01
tags: messaging queuing queueing quickstart messaging-and-queuing nats message-broker queues topics messages streams jetstream
-categories:
- - serverless
- - nats
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/nats/reference-content/limitations.mdx b/pages/nats/reference-content/limitations.mdx
index d4e9e8a1de..e933e15d0d 100644
--- a/pages/nats/reference-content/limitations.mdx
+++ b/pages/nats/reference-content/limitations.mdx
@@ -5,9 +5,6 @@ tags: messaging limitations space size storage payload max-streams max-consumers
dates:
validation: 2025-04-01
posted: 2025-04-01
-categories:
- - serverless
- - nats
---
## Usage limits
diff --git a/pages/nats/reference-content/nats-overview.mdx b/pages/nats/reference-content/nats-overview.mdx
index 974a0a6360..6326d99e2f 100644
--- a/pages/nats/reference-content/nats-overview.mdx
+++ b/pages/nats/reference-content/nats-overview.mdx
@@ -2,9 +2,6 @@
title: NATS Overview
description: Discover NATS on Scaleway, a managed messaging service that enables secure, scalable, and reliable communication between cloud applications and services.
tags: nats overview neural-autonomic-transport-system publish-subscribe jetstream streaming messaging deno
-categories:
- - serverless
- - nats
dates:
validation: 2025-05-14
posted: 2023-01-04
diff --git a/pages/nats/troubleshooting/cant-delete-namespace.mdx b/pages/nats/troubleshooting/cant-delete-namespace.mdx
index f09c91e5da..0c4cf57614 100644
--- a/pages/nats/troubleshooting/cant-delete-namespace.mdx
+++ b/pages/nats/troubleshooting/cant-delete-namespace.mdx
@@ -5,8 +5,6 @@ tags: nats phantom messaging namespace
dates:
validation: 2025-05-28
posted: 2025-05-28
-categories:
- - data
---
## I can't delete my Project due to a Messaging namespace
diff --git a/pages/nats/troubleshooting/index.mdx b/pages/nats/troubleshooting/index.mdx
index f7cc660a6e..7df8f4c0ee 100644
--- a/pages/nats/troubleshooting/index.mdx
+++ b/pages/nats/troubleshooting/index.mdx
@@ -4,8 +4,6 @@ description: Find troubleshooting resources for resolving issues with Scaleway N
dates:
posted: 2025-05-28
validation: 2025-05-28
-categories:
- - network
productIcon: NatsProductIcon
---
diff --git a/pages/nats/troubleshooting/nats-message-counting.mdx b/pages/nats/troubleshooting/nats-message-counting.mdx
index b300da4ff6..b120a51383 100644
--- a/pages/nats/troubleshooting/nats-message-counting.mdx
+++ b/pages/nats/troubleshooting/nats-message-counting.mdx
@@ -5,8 +5,6 @@ tags: nats cockpit messages queues
dates:
validation: 2025-05-28
posted: 2025-05-28
-categories:
- - data
---
## My NATS queue is reporting an unexpectedly large number of messages to Cockpit
diff --git a/pages/object-storage/api-cli/bucket-operations.mdx b/pages/object-storage/api-cli/bucket-operations.mdx
index 130c3832bc..b4bc37df4e 100644
--- a/pages/object-storage/api-cli/bucket-operations.mdx
+++ b/pages/object-storage/api-cli/bucket-operations.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage bucket
dates:
validation: 2025-01-15
posted: 2018-09-14
-categories:
- - storage
- - object-storage
---
## CreateBucket
diff --git a/pages/object-storage/api-cli/bucket-policy.mdx b/pages/object-storage/api-cli/bucket-policy.mdx
index c74ed90a74..ce6e33afcb 100644
--- a/pages/object-storage/api-cli/bucket-policy.mdx
+++ b/pages/object-storage/api-cli/bucket-policy.mdx
@@ -5,9 +5,6 @@ tags: object-storage bucket bucket-policy s3
dates:
validation: 2024-12-24
posted: 2021-02-17
-categories:
- - storage
- - object-storage
---
import StorageBucketPolicy from '@macros/storage/bucket-policy.mdx'
import ImportantBucketPolicy from '@macros/storage/important-bucket-policy.mdx'
diff --git a/pages/object-storage/api-cli/bucket-website-api.mdx b/pages/object-storage/api-cli/bucket-website-api.mdx
index 2e7be1d8f5..2aabc8f3b4 100644
--- a/pages/object-storage/api-cli/bucket-website-api.mdx
+++ b/pages/object-storage/api-cli/bucket-website-api.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage bucket static-website api
dates:
validation: 2025-01-15
posted: 2021-02-17
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/combining-iam-and-object-storage.mdx b/pages/object-storage/api-cli/combining-iam-and-object-storage.mdx
index acfbcf7d7e..17dce96fec 100644
--- a/pages/object-storage/api-cli/combining-iam-and-object-storage.mdx
+++ b/pages/object-storage/api-cli/combining-iam-and-object-storage.mdx
@@ -5,9 +5,6 @@ tags: object storage command bucket amazon-s3 iam permissions acl policy
dates:
validation: 2025-06-12
posted: 2023-01-17
-categories:
- - storage
- - object-storage
---
import StorageBucketPolicy from '@macros/storage/bucket-policy.mdx'
import ImportantBucketPolicy from '@macros/storage/important-bucket-policy.mdx'
diff --git a/pages/object-storage/api-cli/common-operations.mdx b/pages/object-storage/api-cli/common-operations.mdx
index 3148b5e22c..6bb6fb31ab 100644
--- a/pages/object-storage/api-cli/common-operations.mdx
+++ b/pages/object-storage/api-cli/common-operations.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage api api-operation getservice
dates:
validation: 2025-01-15
posted: 2018-09-13
-categories:
- - storage
- - object-storage
---
## GetService
diff --git a/pages/object-storage/api-cli/create-bucket-policy.mdx b/pages/object-storage/api-cli/create-bucket-policy.mdx
index b4e7ad7382..ee012cb57a 100644
--- a/pages/object-storage/api-cli/create-bucket-policy.mdx
+++ b/pages/object-storage/api-cli/create-bucket-policy.mdx
@@ -5,8 +5,6 @@ tags: bucket policy bucket bucket-policy object storage object-storage s3
dates:
validation: 2025-05-13
posted: 2021-01-17
-categories:
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
import StorageBucketPolicy from '@macros/storage/bucket-policy.mdx'
diff --git a/pages/object-storage/api-cli/enable-sse-c.mdx b/pages/object-storage/api-cli/enable-sse-c.mdx
index 89766a0a6c..c5f84e7935 100644
--- a/pages/object-storage/api-cli/enable-sse-c.mdx
+++ b/pages/object-storage/api-cli/enable-sse-c.mdx
@@ -5,9 +5,6 @@ tags: object storage server side encryption sse sse-c cli s3
dates:
validation: 2025-06-12
posted: 2024-05-30
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/generate-aws4-auth-signature.mdx b/pages/object-storage/api-cli/generate-aws4-auth-signature.mdx
index ca6a11d261..8cc376a08a 100644
--- a/pages/object-storage/api-cli/generate-aws4-auth-signature.mdx
+++ b/pages/object-storage/api-cli/generate-aws4-auth-signature.mdx
@@ -5,9 +5,6 @@ tags: object-storage object storage awsv4 aws authentication
dates:
validation: 2025-01-15
posted: 2018-07-16
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/installing-minio-client.mdx b/pages/object-storage/api-cli/installing-minio-client.mdx
index fefb3fd660..66fa5f0d42 100644
--- a/pages/object-storage/api-cli/installing-minio-client.mdx
+++ b/pages/object-storage/api-cli/installing-minio-client.mdx
@@ -5,9 +5,6 @@ tags: object-storage object storage minio mc minio-client
dates:
validation: 2025-01-15
posted: 2021-08-25
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/installing-rclone.mdx b/pages/object-storage/api-cli/installing-rclone.mdx
index f6c67f52aa..c2400f89d8 100644
--- a/pages/object-storage/api-cli/installing-rclone.mdx
+++ b/pages/object-storage/api-cli/installing-rclone.mdx
@@ -5,9 +5,6 @@ tags: object storage rclone command-line command archived
dates:
validation: 2025-03-24
posted: 2021-08-25
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/lifecycle-rules-api.mdx b/pages/object-storage/api-cli/lifecycle-rules-api.mdx
index b260994d06..869e9d5825 100644
--- a/pages/object-storage/api-cli/lifecycle-rules-api.mdx
+++ b/pages/object-storage/api-cli/lifecycle-rules-api.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage lifecycle
dates:
validation: 2024-12-24
posted: 2019-05-14
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/manage-bucket-permissions-ip.mdx b/pages/object-storage/api-cli/manage-bucket-permissions-ip.mdx
index 80ce1aa512..4452c302cc 100644
--- a/pages/object-storage/api-cli/manage-bucket-permissions-ip.mdx
+++ b/pages/object-storage/api-cli/manage-bucket-permissions-ip.mdx
@@ -5,9 +5,6 @@ tags: object storage bucket ip permission
dates:
validation: 2025-01-15
posted: 2021-05-18
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/managing-lifecycle-cliv2.mdx b/pages/object-storage/api-cli/managing-lifecycle-cliv2.mdx
index 9d4472cad2..06de8a4900 100644
--- a/pages/object-storage/api-cli/managing-lifecycle-cliv2.mdx
+++ b/pages/object-storage/api-cli/managing-lifecycle-cliv2.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage rclone s3cmd minio client mc cliv2 cli scw
dates:
validation: 2024-12-23
posted: 2021-08-05
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/migrating-buckets.mdx b/pages/object-storage/api-cli/migrating-buckets.mdx
index c418d13be1..af327acc80 100644
--- a/pages/object-storage/api-cli/migrating-buckets.mdx
+++ b/pages/object-storage/api-cli/migrating-buckets.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage bucket migrate
dates:
validation: 2025-02-11
posted: 2018-09-14
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/multipart-uploads.mdx b/pages/object-storage/api-cli/multipart-uploads.mdx
index 31aa4aa416..e088ca5e2b 100644
--- a/pages/object-storage/api-cli/multipart-uploads.mdx
+++ b/pages/object-storage/api-cli/multipart-uploads.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage multipart multipart-upload
dates:
validation: 2024-12-24
posted: 2019-04-19
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/object-lock.mdx b/pages/object-storage/api-cli/object-lock.mdx
index 73f5df62ae..5411ba9357 100644
--- a/pages/object-storage/api-cli/object-lock.mdx
+++ b/pages/object-storage/api-cli/object-lock.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage object-lock bucket-test bucket test
dates:
validation: 2025-01-15
posted: 2021-05-27
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/object-operations.mdx b/pages/object-storage/api-cli/object-operations.mdx
index 4b8a385271..3835e44060 100644
--- a/pages/object-storage/api-cli/object-operations.mdx
+++ b/pages/object-storage/api-cli/object-operations.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage operation
dates:
validation: 2025-01-15
posted: 2018-09-13
-categories:
- - storage
- - object-storage
---
## DeleteObject
diff --git a/pages/object-storage/api-cli/object-storage-aws-cli.mdx b/pages/object-storage/api-cli/object-storage-aws-cli.mdx
index 2fd05e4a95..6a5d5dbe32 100644
--- a/pages/object-storage/api-cli/object-storage-aws-cli.mdx
+++ b/pages/object-storage/api-cli/object-storage-aws-cli.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage aws-cli aws cli
dates:
validation: 2025-02-28
posted: 2018-07-16
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/post-object.mdx b/pages/object-storage/api-cli/post-object.mdx
index b5af8966ac..57473a6826 100644
--- a/pages/object-storage/api-cli/post-object.mdx
+++ b/pages/object-storage/api-cli/post-object.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage post bucket
dates:
validation: 2025-01-15
posted: 2021-05-19
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/setting-cors-rules.mdx b/pages/object-storage/api-cli/setting-cors-rules.mdx
index 4e96818d07..dbc12628b3 100644
--- a/pages/object-storage/api-cli/setting-cors-rules.mdx
+++ b/pages/object-storage/api-cli/setting-cors-rules.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage aws-s3 bucket cors cors-rule
dates:
validation: 2024-12-24
posted: 2021-05-19
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/api-cli/using-api-call-list.mdx b/pages/object-storage/api-cli/using-api-call-list.mdx
index a6b3e96a2c..3afad110e9 100644
--- a/pages/object-storage/api-cli/using-api-call-list.mdx
+++ b/pages/object-storage/api-cli/using-api-call-list.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage api bucket
dates:
validation: 2025-02-28
posted: 2018-09-13
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/concepts.mdx b/pages/object-storage/concepts.mdx
index 87539a6d5d..5dfe82a015 100644
--- a/pages/object-storage/concepts.mdx
+++ b/pages/object-storage/concepts.mdx
@@ -5,9 +5,6 @@ tags: retention endpoint object-storage storage bucket acl multipart object amaz
dates:
validation: 2025-06-09
posted: 2021-05-26
-categories:
- - storage
- - object-storage
---
import RegionAndAz from '@macros/console/region-and-az.mdx'
import StorageBucketPolicy from '@macros/storage/bucket-policy.mdx'
diff --git a/pages/object-storage/how-to/abort-incomplete-mpu.mdx b/pages/object-storage/how-to/abort-incomplete-mpu.mdx
index eb845b79b1..29e7200d3c 100644
--- a/pages/object-storage/how-to/abort-incomplete-mpu.mdx
+++ b/pages/object-storage/how-to/abort-incomplete-mpu.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage mpu multipart upload abort
dates:
validation: 2025-03-24
posted: 2024-09-13
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/access-objects-via-https.mdx b/pages/object-storage/how-to/access-objects-via-https.mdx
index c95873c4c1..bb15c44b15 100644
--- a/pages/object-storage/how-to/access-objects-via-https.mdx
+++ b/pages/object-storage/how-to/access-objects-via-https.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage download https
dates:
validation: 2025-04-08
posted: 2023-09-05
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/create-a-bucket.mdx b/pages/object-storage/how-to/create-a-bucket.mdx
index d734c8e15d..4bcf200436 100644
--- a/pages/object-storage/how-to/create-a-bucket.mdx
+++ b/pages/object-storage/how-to/create-a-bucket.mdx
@@ -5,9 +5,6 @@ tags: object storage bucket object-storage
dates:
validation: 2025-07-01
posted: 2021-05-27
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/create-bucket-policy.mdx b/pages/object-storage/how-to/create-bucket-policy.mdx
index 5f8e5c696a..8c349f9529 100644
--- a/pages/object-storage/how-to/create-bucket-policy.mdx
+++ b/pages/object-storage/how-to/create-bucket-policy.mdx
@@ -5,9 +5,6 @@ tags: bucket policy bucket console object storage aws-s3 access
dates:
validation: 2025-06-09
posted: 2024-05-30
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
import StorageBucketPolicy from '@macros/storage/bucket-policy.mdx'
diff --git a/pages/object-storage/how-to/delete-a-bucket.mdx b/pages/object-storage/how-to/delete-a-bucket.mdx
index 8dfa5d594a..3451ae11cd 100644
--- a/pages/object-storage/how-to/delete-a-bucket.mdx
+++ b/pages/object-storage/how-to/delete-a-bucket.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage bucket
dates:
validation: 2025-07-01
posted: 2021-01-04
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/delete-an-object.mdx b/pages/object-storage/how-to/delete-an-object.mdx
index c7e2c2efcc..597fffa6b0 100644
--- a/pages/object-storage/how-to/delete-an-object.mdx
+++ b/pages/object-storage/how-to/delete-an-object.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage
dates:
validation: 2025-10-15
posted: 2021-05-27
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/download-files-from-a-bucket.mdx b/pages/object-storage/how-to/download-files-from-a-bucket.mdx
index 267d75c8c1..904156aead 100644
--- a/pages/object-storage/how-to/download-files-from-a-bucket.mdx
+++ b/pages/object-storage/how-to/download-files-from-a-bucket.mdx
@@ -5,9 +5,6 @@ tags: download bucket object-storage object storage
dates:
validation: 2025-01-15
posted: 2021-05-27
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/edit-storage-class.mdx b/pages/object-storage/how-to/edit-storage-class.mdx
index 00a62a17d2..21d5705ddd 100644
--- a/pages/object-storage/how-to/edit-storage-class.mdx
+++ b/pages/object-storage/how-to/edit-storage-class.mdx
@@ -5,9 +5,6 @@ tags: object storage class object-storage storage-class
dates:
validation: 2025-04-02
posted: 2021-05-27
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/get-started-edge-services.mdx b/pages/object-storage/how-to/get-started-edge-services.mdx
index 7fccdf846a..615e81ec4e 100644
--- a/pages/object-storage/how-to/get-started-edge-services.mdx
+++ b/pages/object-storage/how-to/get-started-edge-services.mdx
@@ -5,9 +5,6 @@ tags: object storage edge services edge-services cdn content delivery network ca
dates:
validation: 2025-04-23
posted: 2023-09-14
-categories:
- - storage
- - object-storage
---
import EdgeServicesBucketBenefits from '@macros/edge-services/edge-services-bucket-benefits.mdx'
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/manage-lifecycle-rules.mdx b/pages/object-storage/how-to/manage-lifecycle-rules.mdx
index 7e877a2718..8b4f28a2ab 100644
--- a/pages/object-storage/how-to/manage-lifecycle-rules.mdx
+++ b/pages/object-storage/how-to/manage-lifecycle-rules.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage lifecycle lifecycle-rule abort incomplete mu
dates:
validation: 2025-03-24
posted: 2021-05-27
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/manage-object-visibility.mdx b/pages/object-storage/how-to/manage-object-visibility.mdx
index 491b761b29..2ce1927ca0 100644
--- a/pages/object-storage/how-to/manage-object-visibility.mdx
+++ b/pages/object-storage/how-to/manage-object-visibility.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage visibility
dates:
validation: 2025-07-01
posted: 2021-05-27
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/monitor-consumption.mdx b/pages/object-storage/how-to/monitor-consumption.mdx
index bfd1082de7..87763f3563 100644
--- a/pages/object-storage/how-to/monitor-consumption.mdx
+++ b/pages/object-storage/how-to/monitor-consumption.mdx
@@ -5,9 +5,6 @@ tags: bandwidth consumption metrics logs object storage cockpit
dates:
validation: 2025-01-15
posted: 2020-10-09
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/restore-an-object-from-glacier.mdx b/pages/object-storage/how-to/restore-an-object-from-glacier.mdx
index 84fccf2fad..5b451272a3 100644
--- a/pages/object-storage/how-to/restore-an-object-from-glacier.mdx
+++ b/pages/object-storage/how-to/restore-an-object-from-glacier.mdx
@@ -5,9 +5,6 @@ tags: object-storage object storage glacier
dates:
validation: 2025-07-01
posted: 2021-05-27
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/upload-files-into-a-bucket.mdx b/pages/object-storage/how-to/upload-files-into-a-bucket.mdx
index 16e3fddd6e..3b3c0fa60b 100644
--- a/pages/object-storage/how-to/upload-files-into-a-bucket.mdx
+++ b/pages/object-storage/how-to/upload-files-into-a-bucket.mdx
@@ -5,9 +5,6 @@ tags: bucket object-storage object storage
dates:
validation: 2025-07-01
posted: 2021-05-27
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/use-bucket-versioning.mdx b/pages/object-storage/how-to/use-bucket-versioning.mdx
index 4734ca2c3e..4eb31fa2e1 100644
--- a/pages/object-storage/how-to/use-bucket-versioning.mdx
+++ b/pages/object-storage/how-to/use-bucket-versioning.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage bucket versioning archived
dates:
validation: 2025-07-01
posted: 2021-05-27
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/use-bucket-website.mdx b/pages/object-storage/how-to/use-bucket-website.mdx
index 80cba4277f..7a06afc70b 100644
--- a/pages/object-storage/how-to/use-bucket-website.mdx
+++ b/pages/object-storage/how-to/use-bucket-website.mdx
@@ -5,9 +5,6 @@ tags: bucket website object-storage object storage
dates:
validation: 2025-02-28
posted: 2021-03-17
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/how-to/use-obj-stor-with-private-networks.mdx b/pages/object-storage/how-to/use-obj-stor-with-private-networks.mdx
index 32dc66c5dd..051891d59a 100644
--- a/pages/object-storage/how-to/use-obj-stor-with-private-networks.mdx
+++ b/pages/object-storage/how-to/use-obj-stor-with-private-networks.mdx
@@ -5,9 +5,6 @@ tags: object storage private-networks private network
dates:
validation: 2025-01-15
posted: 2021-05-27
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/quickstart.mdx b/pages/object-storage/quickstart.mdx
index ac97cb7caf..ea166e24c7 100644
--- a/pages/object-storage/quickstart.mdx
+++ b/pages/object-storage/quickstart.mdx
@@ -5,9 +5,6 @@ tags: object-storage object storage bucket archived
dates:
validation: 2024-12-24
posted: 2021-05-26
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/reference-content/cname-record.mdx b/pages/object-storage/reference-content/cname-record.mdx
index c7d68b377a..cb79fac5d4 100644
--- a/pages/object-storage/reference-content/cname-record.mdx
+++ b/pages/object-storage/reference-content/cname-record.mdx
@@ -4,8 +4,6 @@ description: Learn how to set up and manage CNAME records for Scaleway Edge Serv
tags: edge-services pipeline cname dns
dates:
validation: 2025-02-11
-categories:
- - network
---
This document has moved to the new [dedicated Edge Services section](/edge-services/reference-content/cname-record/).
diff --git a/pages/object-storage/reference-content/optimize-object-storage-performance.mdx b/pages/object-storage/reference-content/optimize-object-storage-performance.mdx
index 7297671461..9682b1f686 100644
--- a/pages/object-storage/reference-content/optimize-object-storage-performance.mdx
+++ b/pages/object-storage/reference-content/optimize-object-storage-performance.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage performance tuning better enhance throughput
dates:
validation: 2025-02-11
posted: 2023-11-24
-categories:
- - storage
- - object-storage
---
[Scaleway Object Storage](/object-storage/concepts/#object-storage) is a highly resilient and versatile service that guarantees the reliability and accessibility of your data, while being fully [Amazon S3-compatible](/object-storage/concepts/#amazon-s3) and user-friendly.
diff --git a/pages/object-storage/reference-content/s3-iam-permissions-equivalence.mdx b/pages/object-storage/reference-content/s3-iam-permissions-equivalence.mdx
index f6180e6893..bab19ed27e 100644
--- a/pages/object-storage/reference-content/s3-iam-permissions-equivalence.mdx
+++ b/pages/object-storage/reference-content/s3-iam-permissions-equivalence.mdx
@@ -2,9 +2,6 @@
title: Amazon S3 and IAM permissions equivalence
description: Understand how IAM permissions in Amazon S3 relate to Scaleway Object Storage.
tags: object-storage amazon-s3 aws action equivalent iam permission set
-categories:
- - storage
- - object
---
## ObjectStorageFullAccess
diff --git a/pages/object-storage/reference-content/ssl-tls-certificate.mdx b/pages/object-storage/reference-content/ssl-tls-certificate.mdx
index 92d981117f..f3e4737fab 100644
--- a/pages/object-storage/reference-content/ssl-tls-certificate.mdx
+++ b/pages/object-storage/reference-content/ssl-tls-certificate.mdx
@@ -4,8 +4,6 @@ description: Discover how to configure SSL/TLS certificates for Scaleway Edge Se
tags: edge-services pipeline ssl-tls certificate ssl tls pem certificate-authority root-certificate pem chain ca
dates:
validation: 2025-02-11
-categories:
- - network
---
This document has moved to the new [dedicated Edge Services section](/edge-services/reference-content/ssl-tls-certificate/).
diff --git a/pages/object-storage/reference-content/supported-checksums.mdx b/pages/object-storage/reference-content/supported-checksums.mdx
index f3b45100b9..9c9be7c91c 100644
--- a/pages/object-storage/reference-content/supported-checksums.mdx
+++ b/pages/object-storage/reference-content/supported-checksums.mdx
@@ -5,8 +5,6 @@ tags: object storage checksum supported aws object integrity
dates:
validation: 2025-06-09
posted: 2024-11-14
-categories:
- - network
---
Checksums are critical components in ensuring data integrity within object storage systems. They are calculated values, typically a hash or a cyclic redundancy check (CRC), obtained from the content of an object. By comparing the stored checksum with one recalculated during data retrieval, storage systems can detect and often correct errors caused by corruption, transmission issues, or hardware failures.
diff --git a/pages/object-storage/troubleshooting/api-key-does-not-work.mdx b/pages/object-storage/troubleshooting/api-key-does-not-work.mdx
index 8573bd9165..a29cfb92ad 100644
--- a/pages/object-storage/troubleshooting/api-key-does-not-work.mdx
+++ b/pages/object-storage/troubleshooting/api-key-does-not-work.mdx
@@ -5,9 +5,6 @@ tags: api key bucket object storage aws cli
dates:
validation: 2025-01-30
posted: 2023-12-15
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/troubleshooting/cannot-access-data.mdx b/pages/object-storage/troubleshooting/cannot-access-data.mdx
index 6adb0308e3..e01c317660 100644
--- a/pages/object-storage/troubleshooting/cannot-access-data.mdx
+++ b/pages/object-storage/troubleshooting/cannot-access-data.mdx
@@ -5,9 +5,6 @@ tags: help troubleshooting object storage blocked data locked fail unable imposs
dates:
validation: 2025-07-03
posted: 2024-06-04
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/troubleshooting/cannot-delete-bucket.mdx b/pages/object-storage/troubleshooting/cannot-delete-bucket.mdx
index 90264932ba..8a7b3c3818 100644
--- a/pages/object-storage/troubleshooting/cannot-delete-bucket.mdx
+++ b/pages/object-storage/troubleshooting/cannot-delete-bucket.mdx
@@ -5,9 +5,6 @@ tags: help troubleshooting object storage delete bucket fail unable impossible
dates:
validation: 2025-07-03
posted: 2024-06-04
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/troubleshooting/cannot-restore-glacier.mdx b/pages/object-storage/troubleshooting/cannot-restore-glacier.mdx
index dfb246ed54..0ea770daff 100644
--- a/pages/object-storage/troubleshooting/cannot-restore-glacier.mdx
+++ b/pages/object-storage/troubleshooting/cannot-restore-glacier.mdx
@@ -5,9 +5,6 @@ tags: help troubleshooting object storage restore glacier fail unable impossible
dates:
validation: 2025-07-03
posted: 2024-06-04
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/troubleshooting/deleted-objects-still-billed.mdx b/pages/object-storage/troubleshooting/deleted-objects-still-billed.mdx
index c3b684f870..791252b9c0 100644
--- a/pages/object-storage/troubleshooting/deleted-objects-still-billed.mdx
+++ b/pages/object-storage/troubleshooting/deleted-objects-still-billed.mdx
@@ -2,9 +2,6 @@
title: I am getting billed for objects that I cannot see
description: I don't understand the amount billed compared to the objects that are present in my Scaleway Object Storage bucket
tags:
-categories:
- - storage
- - object-storage
dates:
validation: 2025-07-16
posted: 2025-07-03
diff --git a/pages/object-storage/troubleshooting/error-messages-access.mdx b/pages/object-storage/troubleshooting/error-messages-access.mdx
index 4f91370ffc..335c90f2ff 100644
--- a/pages/object-storage/troubleshooting/error-messages-access.mdx
+++ b/pages/object-storage/troubleshooting/error-messages-access.mdx
@@ -5,9 +5,6 @@ tags: help troubleshooting access bucket error message denied deny fail failed
dates:
validation: 2025-03-24
posted: 2025-03-24
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/troubleshooting/index.mdx b/pages/object-storage/troubleshooting/index.mdx
index 3dde4bb71e..866e5ec1c8 100644
--- a/pages/object-storage/troubleshooting/index.mdx
+++ b/pages/object-storage/troubleshooting/index.mdx
@@ -4,8 +4,6 @@ description: Resolve common issues with Scaleway Object Storage.
dates:
posted: 2025-03-12
validation: 2025-03-12
-categories:
- - object-storage
productIcon: ObjectStorageProductIcon
---
diff --git a/pages/object-storage/troubleshooting/issues-dns-edge-services.mdx b/pages/object-storage/troubleshooting/issues-dns-edge-services.mdx
index 5629dc8860..6fc79783d3 100644
--- a/pages/object-storage/troubleshooting/issues-dns-edge-services.mdx
+++ b/pages/object-storage/troubleshooting/issues-dns-edge-services.mdx
@@ -5,9 +5,6 @@ tags: help troubleshooting object storage dns domains edge services cannot does
dates:
validation: 2025-03-24
posted: 2025-03-24
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/troubleshooting/lifecycle-rules-issues.mdx b/pages/object-storage/troubleshooting/lifecycle-rules-issues.mdx
index 48ceda59db..0341ee4a23 100644
--- a/pages/object-storage/troubleshooting/lifecycle-rules-issues.mdx
+++ b/pages/object-storage/troubleshooting/lifecycle-rules-issues.mdx
@@ -2,9 +2,6 @@
title: I am experiencing issues with lifecycle rules
description: Resolve issues encountered while using lifecycle rules with Scaleway Object Storage
tags: issues error problem lifecycle rules expire transfer class
-categories:
- - storage
- - object-storage
dates:
validation: 2025-07-16
posted: 2025-07-03
diff --git a/pages/object-storage/troubleshooting/lost-bucket-access-bucket-policy.mdx b/pages/object-storage/troubleshooting/lost-bucket-access-bucket-policy.mdx
index c57320aa49..c661dd69ae 100644
--- a/pages/object-storage/troubleshooting/lost-bucket-access-bucket-policy.mdx
+++ b/pages/object-storage/troubleshooting/lost-bucket-access-bucket-policy.mdx
@@ -5,9 +5,6 @@ tags: help troubleshooting bucket access lose policy principal
dates:
validation: 2025-01-15
posted: 2023-12-15
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
import ImportantBucketPolicy from '@macros/storage/important-bucket-policy.mdx'
diff --git a/pages/object-storage/troubleshooting/low-performance.mdx b/pages/object-storage/troubleshooting/low-performance.mdx
index b4c1d0263a..cf0e55ec66 100644
--- a/pages/object-storage/troubleshooting/low-performance.mdx
+++ b/pages/object-storage/troubleshooting/low-performance.mdx
@@ -5,9 +5,6 @@ tags: help troubleshooting object storage poor performance issues slow
dates:
validation: 2025-07-01
posted: 2024-06-04
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/troubleshooting/object-deletion-issues.mdx b/pages/object-storage/troubleshooting/object-deletion-issues.mdx
index 53a8728e9b..f0b5a37cad 100644
--- a/pages/object-storage/troubleshooting/object-deletion-issues.mdx
+++ b/pages/object-storage/troubleshooting/object-deletion-issues.mdx
@@ -2,9 +2,6 @@
title: I am experiencing issues while deleting objects
description: Find solutions to problems encountered while deleting objects with Scaleway Object Storage
tags:
-categories:
- - storage
- - object-storage
dates:
validation: 2025-07-16
posted: 2025-07-03
diff --git a/pages/object-storage/troubleshooting/presigned-url-errors.mdx b/pages/object-storage/troubleshooting/presigned-url-errors.mdx
index 7ff992c0a7..08c094b0b5 100644
--- a/pages/object-storage/troubleshooting/presigned-url-errors.mdx
+++ b/pages/object-storage/troubleshooting/presigned-url-errors.mdx
@@ -2,9 +2,6 @@
title: I am getting presigned URL errors
description: I am receiving errors when using a presigned URL to access an object using Scaleway Object Storage.
tags:
-categories:
- - storage
- - object-storage
dates:
validation: 2025-07-16
posted: 2025-07-03
diff --git a/pages/object-storage/troubleshooting/request-rate-error.mdx b/pages/object-storage/troubleshooting/request-rate-error.mdx
index 1df0977728..d708acfb08 100644
--- a/pages/object-storage/troubleshooting/request-rate-error.mdx
+++ b/pages/object-storage/troubleshooting/request-rate-error.mdx
@@ -5,9 +5,6 @@ tags: help troubleshooting rate limit throttle error bottleneck slowness slow lo
dates:
validation: 2025-03-24
posted: 2025-03-24
-categories:
- - storage
- - object-storage
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/object-storage/videos.mdx b/pages/object-storage/videos.mdx
index d65f24b368..5ae94f3b16 100644
--- a/pages/object-storage/videos.mdx
+++ b/pages/object-storage/videos.mdx
@@ -5,9 +5,6 @@ tags: object storage object-storage
dates:
validation: 2025-02-27
posted: 2021-12-14
-categories:
- - storage
- - object-storage
---
diff --git a/pages/organizations-and-projects/additional-content/organization-quotas.mdx b/pages/organizations-and-projects/additional-content/organization-quotas.mdx
index ed39d0a160..cf25093bdd 100644
--- a/pages/organizations-and-projects/additional-content/organization-quotas.mdx
+++ b/pages/organizations-and-projects/additional-content/organization-quotas.mdx
@@ -5,8 +5,6 @@ tags: account-quotas quotas security-rule security rule
dates:
validation: 2025-04-23
posted: 2021-02-10
-categories:
- - console
---
import ComputeAppleSiliconM1 from '@macros/compute/apple-silicon-m1.mdx'
import ComputeContainerRegistry from '@macros/compute/container-registry.mdx'
diff --git a/pages/organizations-and-projects/api-cli/managing-projects.mdx b/pages/organizations-and-projects/api-cli/managing-projects.mdx
index 6c7c833fe2..5f20b77a83 100644
--- a/pages/organizations-and-projects/api-cli/managing-projects.mdx
+++ b/pages/organizations-and-projects/api-cli/managing-projects.mdx
@@ -5,8 +5,6 @@ tags: API Projects IAM
dates:
validation: 2025-07-15
posted: 2022-07-25
-categories:
- - IAM
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/organizations-and-projects/concepts.mdx b/pages/organizations-and-projects/concepts.mdx
index cb347b6637..c0fa3c1b52 100644
--- a/pages/organizations-and-projects/concepts.mdx
+++ b/pages/organizations-and-projects/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to Organizations and Pr
tags: access-key organization secret-key ssh-key owner
dates:
validation: 2025-04-23
-categories:
- - console
---
import image from './assets/scaleway-iam-organization.webp'
diff --git a/pages/organizations-and-projects/how-to/add-resources-project.mdx b/pages/organizations-and-projects/how-to/add-resources-project.mdx
index 026b708167..09f75b69c0 100644
--- a/pages/organizations-and-projects/how-to/add-resources-project.mdx
+++ b/pages/organizations-and-projects/how-to/add-resources-project.mdx
@@ -5,8 +5,6 @@ tags: resources add-resource add project
dates:
validation: 2025-03-17
posted: 2021-06-10
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/organizations-and-projects/how-to/change-project-name.mdx b/pages/organizations-and-projects/how-to/change-project-name.mdx
index 64cb4792f8..05be80a162 100644
--- a/pages/organizations-and-projects/how-to/change-project-name.mdx
+++ b/pages/organizations-and-projects/how-to/change-project-name.mdx
@@ -5,8 +5,6 @@ tags: change project-name project
dates:
validation: 2025-03-17
posted: 2021-06-10
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/organizations-and-projects/how-to/create-a-project.mdx b/pages/organizations-and-projects/how-to/create-a-project.mdx
index 738d461df6..2989fc1f34 100644
--- a/pages/organizations-and-projects/how-to/create-a-project.mdx
+++ b/pages/organizations-and-projects/how-to/create-a-project.mdx
@@ -5,8 +5,6 @@ tags: account create project create-project
dates:
validation: 2025-03-17
posted: 2021-06-10
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/organizations-and-projects/how-to/create-ssh-key.mdx b/pages/organizations-and-projects/how-to/create-ssh-key.mdx
index 95e8cb309b..08b8d7f445 100644
--- a/pages/organizations-and-projects/how-to/create-ssh-key.mdx
+++ b/pages/organizations-and-projects/how-to/create-ssh-key.mdx
@@ -5,8 +5,6 @@ tags: generate key ssh ssh-key create publickey public-key
dates:
validation: 2025-04-01
posted: 2021-06-08
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/organizations-and-projects/how-to/delete-a-project.mdx b/pages/organizations-and-projects/how-to/delete-a-project.mdx
index 63c3f314a0..dd429bdf1c 100644
--- a/pages/organizations-and-projects/how-to/delete-a-project.mdx
+++ b/pages/organizations-and-projects/how-to/delete-a-project.mdx
@@ -5,8 +5,6 @@ tags: delete-project delete project
dates:
validation: 2025-03-17
posted: 2021-06-10
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/organizations-and-projects/how-to/enforce-mfa.mdx b/pages/organizations-and-projects/how-to/enforce-mfa.mdx
index 5bd3bd1680..b9d5911f2e 100644
--- a/pages/organizations-and-projects/how-to/enforce-mfa.mdx
+++ b/pages/organizations-and-projects/how-to/enforce-mfa.mdx
@@ -5,8 +5,6 @@ tags: authentication 2FA two-factor two multifactor security google authenticato
dates:
validation: 2025-04-01
posted: 2023-06-12
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/organizations-and-projects/how-to/manage-quotas.mdx b/pages/organizations-and-projects/how-to/manage-quotas.mdx
index c0ea761c8d..a60322a98c 100644
--- a/pages/organizations-and-projects/how-to/manage-quotas.mdx
+++ b/pages/organizations-and-projects/how-to/manage-quotas.mdx
@@ -5,8 +5,6 @@ tags: account-quotas quotas security-rule security rule
dates:
validation: 2025-07-15
posted: 2024-06-17
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/organizations-and-projects/quickstart.mdx b/pages/organizations-and-projects/quickstart.mdx
index 2e8f888def..58738dfcb1 100644
--- a/pages/organizations-and-projects/quickstart.mdx
+++ b/pages/organizations-and-projects/quickstart.mdx
@@ -5,8 +5,6 @@ tags: project ssh-key api-key putty organizations
dates:
validation: 2025-03-17
posted: 2021-05-26
-categories:
- - console
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/partner-space/concepts.mdx b/pages/partner-space/concepts.mdx
index 5af40b23ad..1afeebf421 100644
--- a/pages/partner-space/concepts.mdx
+++ b/pages/partner-space/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to Scaleway Partner Spa
tags: partner-space
dates:
validation: 2025-06-23
-categories:
- - partner-space
---
## Client external identifier
diff --git a/pages/partner-space/how-to/add-client.mdx b/pages/partner-space/how-to/add-client.mdx
index 0d33ba91f6..4d1f46b595 100644
--- a/pages/partner-space/how-to/add-client.mdx
+++ b/pages/partner-space/how-to/add-client.mdx
@@ -5,8 +5,6 @@ tags: partner-space
dates:
validation: 2025-06-09
posted: 2024-05-27
-categories:
- - partner-space
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/partner-space/how-to/edit-client-information.mdx b/pages/partner-space/how-to/edit-client-information.mdx
index 9b09107566..595b31cec4 100644
--- a/pages/partner-space/how-to/edit-client-information.mdx
+++ b/pages/partner-space/how-to/edit-client-information.mdx
@@ -5,8 +5,6 @@ tags: partner-space
dates:
validation: 2025-06-09
posted: 2024-05-27
-categories:
- - partner-space
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/partner-space/how-to/grant-access-to-partner-space.mdx b/pages/partner-space/how-to/grant-access-to-partner-space.mdx
index dbeea008cc..647064e1ae 100644
--- a/pages/partner-space/how-to/grant-access-to-partner-space.mdx
+++ b/pages/partner-space/how-to/grant-access-to-partner-space.mdx
@@ -5,8 +5,6 @@ tags: partner-space
dates:
validation: 2025-06-09
posted: 2024-05-27
-categories:
- - partner-space
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/partner-space/how-to/lock-client-organization.mdx b/pages/partner-space/how-to/lock-client-organization.mdx
index 40f7ac6079..b5fb32f208 100644
--- a/pages/partner-space/how-to/lock-client-organization.mdx
+++ b/pages/partner-space/how-to/lock-client-organization.mdx
@@ -5,8 +5,6 @@ tags: partner-space
dates:
validation: 2025-06-09
posted: 2024-05-27
-categories:
- - partner-space
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/partner-space/how-to/track-client-consumption.mdx b/pages/partner-space/how-to/track-client-consumption.mdx
index f7cda4ed56..8963b4e5fa 100644
--- a/pages/partner-space/how-to/track-client-consumption.mdx
+++ b/pages/partner-space/how-to/track-client-consumption.mdx
@@ -5,8 +5,6 @@ tags: partner-space
dates:
validation: 2025-07-10
posted: 2024-07-10
-categories:
- - partner-space
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/partner-space/how-to/unlock-client-organization.mdx b/pages/partner-space/how-to/unlock-client-organization.mdx
index 5626a4f884..410911d4fc 100644
--- a/pages/partner-space/how-to/unlock-client-organization.mdx
+++ b/pages/partner-space/how-to/unlock-client-organization.mdx
@@ -5,8 +5,6 @@ tags: partner-space
dates:
validation: 2025-06-09
posted: 2024-05-27
-categories:
- - partner-space
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/partner-space/quickstart.mdx b/pages/partner-space/quickstart.mdx
index f4d5744dbd..6e8ef1f3e9 100644
--- a/pages/partner-space/quickstart.mdx
+++ b/pages/partner-space/quickstart.mdx
@@ -5,8 +5,6 @@ tags: partner-space
dates:
validation: 2025-06-09
posted: 2024-05-27
-categories:
- - partner-space
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/public-gateways/concepts.mdx b/pages/public-gateways/concepts.mdx
index 15c78cb1fd..3c8469b91b 100644
--- a/pages/public-gateways/concepts.mdx
+++ b/pages/public-gateways/concepts.mdx
@@ -4,8 +4,6 @@ description: Learn about Public Gateways on Scaleway, a managed network service
tags: network availability-zone dns flexible-ip nat private-ip ssh-bastion egress ipam legacy ipam_config
dates:
validation: 2025-05-14
-categories:
- - network
---
import RegionAndAz from '@macros/console/region-and-az.mdx'
diff --git a/pages/public-gateways/how-to/configure-a-public-gateway.mdx b/pages/public-gateways/how-to/configure-a-public-gateway.mdx
index fa8996344c..2471f08567 100644
--- a/pages/public-gateways/how-to/configure-a-public-gateway.mdx
+++ b/pages/public-gateways/how-to/configure-a-public-gateway.mdx
@@ -5,8 +5,6 @@ tags: public-gateway public gateway dhcp nat smtp
dates:
validation: 2025-05-05
posted: 2021-05-26
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/public-gateways/how-to/create-a-public-gateway.mdx b/pages/public-gateways/how-to/create-a-public-gateway.mdx
index d7fa747bcd..3408218525 100644
--- a/pages/public-gateways/how-to/create-a-public-gateway.mdx
+++ b/pages/public-gateways/how-to/create-a-public-gateway.mdx
@@ -5,8 +5,6 @@ tags: public-gateway public gateway
dates:
validation: 2025-06-20
posted: 2024-12-10
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
import NetworkPublicGateways from '@macros/network/public-gateways.mdx'
diff --git a/pages/public-gateways/how-to/delete-a-public-gateway.mdx b/pages/public-gateways/how-to/delete-a-public-gateway.mdx
index 8410f2babe..e87d4b5ae7 100644
--- a/pages/public-gateways/how-to/delete-a-public-gateway.mdx
+++ b/pages/public-gateways/how-to/delete-a-public-gateway.mdx
@@ -5,8 +5,6 @@ tags: public-gateway public gateway
dates:
validation: 2025-06-20
posted: 2021-05-26
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/public-gateways/how-to/move-to-routed-ip.mdx b/pages/public-gateways/how-to/move-to-routed-ip.mdx
index e27b5a0975..f9e15d5e07 100644
--- a/pages/public-gateways/how-to/move-to-routed-ip.mdx
+++ b/pages/public-gateways/how-to/move-to-routed-ip.mdx
@@ -5,8 +5,6 @@ tags: public-gateway public gateway nat-ip routed-ip ip-mobility
dates:
validation: 2025-04-15
posted: 2024-04-03
-categories:
- - network
---
Public Gateways have a [public flexible IP address](/public-gateways/concepts/#flexible-ip) which makes the Public Gateway accessible over the internet. Internally at Scaleway, these IP addresses were originally implemented via a NAT (Network Address Translation) solution. We have now moved to a more efficient routed IP solution.
diff --git a/pages/public-gateways/how-to/upgrade-public-gateway.mdx b/pages/public-gateways/how-to/upgrade-public-gateway.mdx
index 07f3757717..ceca156629 100644
--- a/pages/public-gateways/how-to/upgrade-public-gateway.mdx
+++ b/pages/public-gateways/how-to/upgrade-public-gateway.mdx
@@ -5,8 +5,6 @@ tags: public-gateway upgrade bandwidth offer
dates:
validation: 2025-03-12
posted: 2024-09-02
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/public-gateways/how-to/use-flexible-ips.mdx b/pages/public-gateways/how-to/use-flexible-ips.mdx
index d6f0493306..d8483e4bc3 100644
--- a/pages/public-gateways/how-to/use-flexible-ips.mdx
+++ b/pages/public-gateways/how-to/use-flexible-ips.mdx
@@ -5,8 +5,6 @@ tags: public-gateway public gateway flexible-ip
dates:
validation: 2025-06-20
posted: 2024-12-10
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
import FlexibleIp from '@macros/network/flexible-ip-limitations.mdx'
diff --git a/pages/public-gateways/how-to/use-ssh-bastion.mdx b/pages/public-gateways/how-to/use-ssh-bastion.mdx
index 95f854efe9..eb16d1871a 100644
--- a/pages/public-gateways/how-to/use-ssh-bastion.mdx
+++ b/pages/public-gateways/how-to/use-ssh-bastion.mdx
@@ -5,8 +5,6 @@ tags: ssh-bastion ssh bastion activation reimport public-gateway
dates:
validation: 2025-06-20
posted: 2022-03-31
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/public-gateways/quickstart.mdx b/pages/public-gateways/quickstart.mdx
index 10111c7b55..312e3f77d3 100644
--- a/pages/public-gateways/quickstart.mdx
+++ b/pages/public-gateways/quickstart.mdx
@@ -5,8 +5,6 @@ tags: private-network private network public-gateway public-gateway egress
dates:
validation: 2025-06-20
posted: 2021-05-26
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
import NetworkPublicGateways from '@macros/network/public-gateways.mdx'
diff --git a/pages/public-gateways/reference-content/understanding-v2.mdx b/pages/public-gateways/reference-content/understanding-v2.mdx
index 70da7ac0ad..8c2b83d191 100644
--- a/pages/public-gateways/reference-content/understanding-v2.mdx
+++ b/pages/public-gateways/reference-content/understanding-v2.mdx
@@ -5,8 +5,6 @@ tags: public-gateways dhcp dhcp-entries api v2 ipam-mode legacy
dates:
creation: 2025-01-23
validation: 2025-01-23
-categories:
- - network
---
import image from './assets/scaleway-pgw-listing.webp'
diff --git a/pages/public-gateways/troubleshooting/cant-connect-to-instance-with-pn-gateway.mdx b/pages/public-gateways/troubleshooting/cant-connect-to-instance-with-pn-gateway.mdx
index ad53947cc3..d5aab1115e 100644
--- a/pages/public-gateways/troubleshooting/cant-connect-to-instance-with-pn-gateway.mdx
+++ b/pages/public-gateways/troubleshooting/cant-connect-to-instance-with-pn-gateway.mdx
@@ -5,8 +5,6 @@ tags: troubleshoot error private-network private network vpc public-gateway
dates:
validation: 2025-05-05
posted: 2021-05-26
-categories:
- - network
---
## Problem
diff --git a/pages/public-gateways/troubleshooting/gateway-services-not-working.mdx b/pages/public-gateways/troubleshooting/gateway-services-not-working.mdx
index 26fbeb9093..2509cc3eca 100644
--- a/pages/public-gateways/troubleshooting/gateway-services-not-working.mdx
+++ b/pages/public-gateways/troubleshooting/gateway-services-not-working.mdx
@@ -5,8 +5,6 @@ tags: public-gateway private-network public gateway private network error nat dn
dates:
validation: 2025-07-16
posted: 2021-05-26
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/public-gateways/troubleshooting/gw-limitations.mdx b/pages/public-gateways/troubleshooting/gw-limitations.mdx
index 8374e73001..78d546961e 100644
--- a/pages/public-gateways/troubleshooting/gw-limitations.mdx
+++ b/pages/public-gateways/troubleshooting/gw-limitations.mdx
@@ -5,8 +5,6 @@ tags: public-gateway public gateway ipv4
dates:
validation: 2025-06-20
posted: 2024-12-10
-categories:
- - network
---
#### The Public Gateway currently supports only IPv4.
diff --git a/pages/public-gateways/troubleshooting/index.mdx b/pages/public-gateways/troubleshooting/index.mdx
index 0c345604cb..2a28feb80c 100644
--- a/pages/public-gateways/troubleshooting/index.mdx
+++ b/pages/public-gateways/troubleshooting/index.mdx
@@ -4,8 +4,6 @@ description: Find troubleshooting resources for resolving issues with Scaleway P
dates:
posted: 2025-03-14
validation: 2025-03-14
-categories:
- - network
productIcon: PublicGatewayProductIcon
---
diff --git a/pages/queues/api-cli/connect-aws-cli.mdx b/pages/queues/api-cli/connect-aws-cli.mdx
index 0304f76622..7d13ebc812 100644
--- a/pages/queues/api-cli/connect-aws-cli.mdx
+++ b/pages/queues/api-cli/connect-aws-cli.mdx
@@ -2,9 +2,6 @@
title: Connecting Scaleway Queues to the AWS-CLI
description: This page explains how to connect Scaleway Queues to the AWS-CLI
tags: messaging queues sqs aws-cli cli aws sdk python boto
-categories:
- - serverless
- - queues
dates:
validation: 2025-04-02
posted: 2025-04-02
diff --git a/pages/queues/api-cli/python-node-queues.mdx b/pages/queues/api-cli/python-node-queues.mdx
index d0e86384a9..a8abe7de72 100644
--- a/pages/queues/api-cli/python-node-queues.mdx
+++ b/pages/queues/api-cli/python-node-queues.mdx
@@ -2,9 +2,6 @@
title: Using Go, Python or Node.js with Scaleway Queues
description: This page explains how to use Go, Python or Node.js with Scaleway Queues and provides code samples
tags: messaging boto3 python nodejs sqs go
-categories:
- - serverless
- - queues
dates:
validation: 2025-05-14
posted: 2023-01-04
diff --git a/pages/queues/api-cli/queues-aws-cli.mdx b/pages/queues/api-cli/queues-aws-cli.mdx
index db32478d95..7329e862ce 100644
--- a/pages/queues/api-cli/queues-aws-cli.mdx
+++ b/pages/queues/api-cli/queues-aws-cli.mdx
@@ -2,9 +2,6 @@
title: Using Scaleway Queues with the AWS-CLI
description: This page explains how to use Scaleway Queues with the AWS CLI
tags: messaging sqs aws-cli cli aws queues messages
-categories:
- - serverless
- - queues
dates:
validation: 2025-04-02
posted: 2025-04-02
diff --git a/pages/queues/concepts.mdx b/pages/queues/concepts.mdx
index 47172162ed..7e3312a134 100644
--- a/pages/queues/concepts.mdx
+++ b/pages/queues/concepts.mdx
@@ -1,9 +1,6 @@
---
title: Queues - Concepts
description: Understand the core concepts of Scaleway Queues. Explore fundamental principles for efficient message handling and service optimization.
-categories:
- - serverless
- - queues
tags: messaging queuing concepts queues
dates:
validation: 2025-04-02
diff --git a/pages/queues/faq.mdx b/pages/queues/faq.mdx
index a324b89a03..8ed428d707 100644
--- a/pages/queues/faq.mdx
+++ b/pages/queues/faq.mdx
@@ -4,9 +4,6 @@ description: Discover Scaleway Queues, and get answers to common questions about
dates:
validation: 2025-04-02
posted: 2025-04-02
-categories:
- - serverless
- - queues
productIcon: SqsProductIcon
---
diff --git a/pages/queues/how-to/create-credentials.mdx b/pages/queues/how-to/create-credentials.mdx
index a28b222170..d70314ec96 100644
--- a/pages/queues/how-to/create-credentials.mdx
+++ b/pages/queues/how-to/create-credentials.mdx
@@ -2,9 +2,6 @@
title: How to create credentials for Scaleway Queues
description: Learn how to create credentials for Scaleway Queues. Securely manage access and ensure seamless integration with this step-by-step guide.
tags: credentials queues messaging queuing key token
-categories:
- - serverless
- - queues
dates:
validation: 2025-04-02
posted: 2025-04-02
diff --git a/pages/queues/how-to/create-manage-queues.mdx b/pages/queues/how-to/create-manage-queues.mdx
index e262ce1025..bec11464bf 100644
--- a/pages/queues/how-to/create-manage-queues.mdx
+++ b/pages/queues/how-to/create-manage-queues.mdx
@@ -2,9 +2,6 @@
title: How to create and manage queues
description: Learn to create and manage queues with Scaleway Queues. This guide helps you efficiently handle messaging queues for seamless operations.
tags: messaging queuing queues sqs
-categories:
- - serverless
- - queues
dates:
validation: 2025-04-02
posted: 2022-08-11
diff --git a/pages/queues/how-to/manage-credentials.mdx b/pages/queues/how-to/manage-credentials.mdx
index 083706a949..6cd69f1496 100644
--- a/pages/queues/how-to/manage-credentials.mdx
+++ b/pages/queues/how-to/manage-credentials.mdx
@@ -5,9 +5,6 @@ dates:
validation: 2025-04-03
posted: 2025-04-03
tags: manage credentials messaging queuing permissions update revoke
-categories:
- - serverless
- - queues
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/queues/how-to/monitor-queues-cockpit.mdx b/pages/queues/how-to/monitor-queues-cockpit.mdx
index 981224625d..1e5a2da448 100644
--- a/pages/queues/how-to/monitor-queues-cockpit.mdx
+++ b/pages/queues/how-to/monitor-queues-cockpit.mdx
@@ -2,9 +2,6 @@
title: How to monitor Queues with Scaleway Cockpit
description: Monitor your Queues services with Scaleway Cockpit. This guide helps you track performance to manage your messaging services efficiently.
tags: messaging queuing queues cockpit metrics observability
-categories:
- - serverless
- - queues
dates:
validation: 2025-04-03
posted: 2025-04-03
diff --git a/pages/queues/quickstart.mdx b/pages/queues/quickstart.mdx
index 8e45f31a94..55be251d6f 100644
--- a/pages/queues/quickstart.mdx
+++ b/pages/queues/quickstart.mdx
@@ -5,9 +5,6 @@ dates:
validation: 2025-04-01
posted: 2025-04-01
tags: messaging queuing queueing quickstart messaging-and-queuing sqs message-broker queues
-categories:
- - serverless
- - queues
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/queues/reference-content/limitations.mdx b/pages/queues/reference-content/limitations.mdx
index 868853a101..db0498d852 100644
--- a/pages/queues/reference-content/limitations.mdx
+++ b/pages/queues/reference-content/limitations.mdx
@@ -5,9 +5,6 @@ tags: messaging limitations space size storage payload max-streams max-consumers
dates:
validation: 2025-04-02
posted: 2025-04-02
-categories:
- - serverless
- - queues
---
## Usage limits
diff --git a/pages/queues/reference-content/queues-overview.mdx b/pages/queues/reference-content/queues-overview.mdx
index 9267836b12..8966a83df3 100644
--- a/pages/queues/reference-content/queues-overview.mdx
+++ b/pages/queues/reference-content/queues-overview.mdx
@@ -2,9 +2,6 @@
title: Scaleway Queues Overview
description: Discover Scaleway Queues, a managed message queue service that enables scalable, reliable, and secure communication between cloud applications and services, allowing for efficient task processing and workflow management.
tags: messaging sqs aws queuing publish-subscribe message-queue
-categories:
- - serverless
- - queues
dates:
validation: 2025-05-14
posted: 2023-01-04
diff --git a/pages/queues/reference-content/queues-support.mdx b/pages/queues/reference-content/queues-support.mdx
index 5826db29c8..160028d053 100644
--- a/pages/queues/reference-content/queues-support.mdx
+++ b/pages/queues/reference-content/queues-support.mdx
@@ -2,9 +2,6 @@
title: Scaleway Queues - Supported Actions
description: Discover which SQS AWS API actions are supported by Scaleway Queues
tags: messaging supported actions sqs aws api
-categories:
- - serverless
- - queues
dates:
validation: 2025-05-14
posted: 2023-01-04
diff --git a/pages/queues/troubleshooting/approximate-messages-unexpected.mdx b/pages/queues/troubleshooting/approximate-messages-unexpected.mdx
index 68a298ace6..510b611f18 100644
--- a/pages/queues/troubleshooting/approximate-messages-unexpected.mdx
+++ b/pages/queues/troubleshooting/approximate-messages-unexpected.mdx
@@ -5,8 +5,6 @@ tags: queues parameter visibility
dates:
validation: 2025-05-28
posted: 2025-05-28
-categories:
- - integration-services
---
## Unexpected value for Approximate Number Of Messages Not Visible
diff --git a/pages/queues/troubleshooting/cant-delete-namespace.mdx b/pages/queues/troubleshooting/cant-delete-namespace.mdx
index 8342ff4fb9..ec0ed0ed6c 100644
--- a/pages/queues/troubleshooting/cant-delete-namespace.mdx
+++ b/pages/queues/troubleshooting/cant-delete-namespace.mdx
@@ -5,8 +5,6 @@ tags: nats phantom messaging namespace
dates:
validation: 2025-05-28
posted: 2025-05-28
-categories:
- - data
---
## I can't delete my Project due to a Messaging namespace
diff --git a/pages/queues/troubleshooting/index.mdx b/pages/queues/troubleshooting/index.mdx
index 38a9f7ed45..9873522ee8 100644
--- a/pages/queues/troubleshooting/index.mdx
+++ b/pages/queues/troubleshooting/index.mdx
@@ -4,8 +4,6 @@ description: Find troubleshooting resources for resolving issues with Scaleway Q
dates:
posted: 2025-05-28
validation: 2025-05-28
-categories:
- - network
productIcon: QueueingProductIcon
---
diff --git a/pages/scaleway-cli/quickstart.mdx b/pages/scaleway-cli/quickstart.mdx
index a47425d9af..8f56b30bb5 100644
--- a/pages/scaleway-cli/quickstart.mdx
+++ b/pages/scaleway-cli/quickstart.mdx
@@ -5,8 +5,6 @@ tags: devtools cli download-cli scaleway-cli command-line
dates:
validation: 2025-04-16
posted: 2021-09-21
-categories:
- - devtools
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/scaleway-cli/reference-content/cli-reference.mdx b/pages/scaleway-cli/reference-content/cli-reference.mdx
index aec9b68e07..ed13db0ac6 100644
--- a/pages/scaleway-cli/reference-content/cli-reference.mdx
+++ b/pages/scaleway-cli/reference-content/cli-reference.mdx
@@ -5,8 +5,6 @@ tags: devtools terraform cli scaleway-cli
dates:
validation: 2025-04-02
posted: 2023-05-15
-categories:
- - devtools
---
The [Scaleway command line interface (CLI)](https://github.com/scaleway/scaleway-cli) provides you with several different ways to use and manage Scaleway products. You can find an extensive list of CLI documentation, sorted by product, to help you navigate the Scaleway ecosystem using the CLI.
diff --git a/pages/scaleway-cli/reference-content/console-keyboard-shortcuts.mdx b/pages/scaleway-cli/reference-content/console-keyboard-shortcuts.mdx
index e9c1b94e93..20bb1b173a 100644
--- a/pages/scaleway-cli/reference-content/console-keyboard-shortcuts.mdx
+++ b/pages/scaleway-cli/reference-content/console-keyboard-shortcuts.mdx
@@ -5,8 +5,6 @@ tags: devtools cli shortcuts console
dates:
validation: 2025-02-28
posted: 2023-11-20
-categories:
- - devtools
---
Below is a list of keyboard shortcuts to help you easily use and navigate the Command Line Interface integrated in the Scaleway console.
diff --git a/pages/scaleway-cli/reference-content/environment-variables.mdx b/pages/scaleway-cli/reference-content/environment-variables.mdx
index 9d7523b8cc..c0ccabc0db 100644
--- a/pages/scaleway-cli/reference-content/environment-variables.mdx
+++ b/pages/scaleway-cli/reference-content/environment-variables.mdx
@@ -5,8 +5,6 @@ tags: devtools cli api variables
dates:
validation: 2025-04-16
posted: 2023-05-15
-categories:
- - devtools
---
import ScalewayEnvironmentVariables from '@macros/developer-tools/scaleway-environment-variables.mdx'
diff --git a/pages/scaleway-cli/reference-content/scaleway-configuration-file.mdx b/pages/scaleway-cli/reference-content/scaleway-configuration-file.mdx
index eba8771036..f4349b1465 100644
--- a/pages/scaleway-cli/reference-content/scaleway-configuration-file.mdx
+++ b/pages/scaleway-cli/reference-content/scaleway-configuration-file.mdx
@@ -5,8 +5,6 @@ tags: developer tools cli configuration config
dates:
validation: 2025-05-12
posted: 2023-04-23
-categories:
- - devtools
---
import ScalewayConfigurationFile from '@macros/developer-tools/scaleway-configuration-file.mdx'
diff --git a/pages/scaleway-sdk/go-sdk.mdx b/pages/scaleway-sdk/go-sdk.mdx
index 6679df4740..4283196012 100644
--- a/pages/scaleway-sdk/go-sdk.mdx
+++ b/pages/scaleway-sdk/go-sdk.mdx
@@ -5,8 +5,6 @@ tags: devtools sdk go-sdk go golang
dates:
validation: 2025-06-09
posted: 2023-11-14
-categories:
- - devtools
---
The Scaleway Go SDK is an evolving tool provided by Scaleway for developers to interact with its cloud services using the Go programming language.
diff --git a/pages/scaleway-sdk/js-sdk.mdx b/pages/scaleway-sdk/js-sdk.mdx
index f4e6c7295a..b8d8e216a4 100644
--- a/pages/scaleway-sdk/js-sdk.mdx
+++ b/pages/scaleway-sdk/js-sdk.mdx
@@ -5,8 +5,6 @@ tags: devtools sdk go-sdk scaleway-sdk go golang
dates:
validation: 2025-06-09
posted: 2023-11-14
-categories:
- - devtools
---
The Scaleway JS SDK is a dynamic tool for developers who use JavaScript to interact with Scaleway's cloud services. It makes complex tasks like managing servers, handling storage operations, and setting up networking more manageable by automating intricate API calls and the authentication process. This SDK is instrumental for integrating or programmatically managing Scaleway's cloud resources.
diff --git a/pages/scaleway-sdk/python-sdk.mdx b/pages/scaleway-sdk/python-sdk.mdx
index 0b19511293..769c9cf3ac 100644
--- a/pages/scaleway-sdk/python-sdk.mdx
+++ b/pages/scaleway-sdk/python-sdk.mdx
@@ -5,8 +5,6 @@ tags: devtools sdk python-sdkscaleway-sdk
dates:
validation: 2025-06-09
posted: 2023-11-14
-categories:
- - devtools
---
The Scaleway Python SDK offers an efficient way for developers to interact with Scaleway's cloud services programmatically.
diff --git a/pages/scaleway-sdk/reference-content/environment-variables.mdx b/pages/scaleway-sdk/reference-content/environment-variables.mdx
index 91a123d9f1..685beb26ac 100644
--- a/pages/scaleway-sdk/reference-content/environment-variables.mdx
+++ b/pages/scaleway-sdk/reference-content/environment-variables.mdx
@@ -5,8 +5,6 @@ tags: devtools cli api variables
dates:
validation: 2025-04-16
posted: 2023-05-15
-categories:
- - devtools
---
import ScalewayEnvironmentVariables from '@macros/developer-tools/scaleway-environment-variables.mdx'
diff --git a/pages/scaleway-sdk/reference-content/scaleway-configuration-file.mdx b/pages/scaleway-sdk/reference-content/scaleway-configuration-file.mdx
index 02414b7cb2..debf08d400 100644
--- a/pages/scaleway-sdk/reference-content/scaleway-configuration-file.mdx
+++ b/pages/scaleway-sdk/reference-content/scaleway-configuration-file.mdx
@@ -5,8 +5,6 @@ tags: developer tools cli configuration config sdk
dates:
validation: 2025-05-12
posted: 2023-04-23
-categories:
- - devtools
---
import ScalewayConfigurationFile from '@macros/developer-tools/scaleway-configuration-file.mdx'
diff --git a/pages/secret-manager/api-cli/create-secret-with-type.mdx b/pages/secret-manager/api-cli/create-secret-with-type.mdx
index b4d9ff28f3..558f818463 100644
--- a/pages/secret-manager/api-cli/create-secret-with-type.mdx
+++ b/pages/secret-manager/api-cli/create-secret-with-type.mdx
@@ -2,8 +2,6 @@
title: Creating a database credentials secret type
description: Explore how to create a database credentials secret type using the API. Learn about the expected JSON formats for every secret type.
tags: secret-management type secret-manager api create
-categories:
- - identity-and-access-management
dates:
validation: 2025-03-03
posted: 2024-04-05
diff --git a/pages/secret-manager/api-cli/external-secrets.mdx b/pages/secret-manager/api-cli/external-secrets.mdx
index 2b07c7ae3c..df732ad7ba 100644
--- a/pages/secret-manager/api-cli/external-secrets.mdx
+++ b/pages/secret-manager/api-cli/external-secrets.mdx
@@ -1,8 +1,6 @@
---
title: Deploying External Secrets on Kubernetes Kapsule
description: Learn how to deploy External Secrets on Kubernetes Kapsule, seamlessly integrating with Scaleway Secret Manager for secure secret management.
-categories:
- - identity-and-access-management
dates:
validation: 2025-06-03
posted: 2023-02-21
diff --git a/pages/secret-manager/how-to/create-secret.mdx b/pages/secret-manager/how-to/create-secret.mdx
index 3f05edfb3b..6fe25def4e 100644
--- a/pages/secret-manager/how-to/create-secret.mdx
+++ b/pages/secret-manager/how-to/create-secret.mdx
@@ -5,8 +5,6 @@ tags: secret sensitive-data storage-system secret-type
dates:
validation: 2025-06-17
posted: 2023-02-21
-categories:
- - identity-and-access-management
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/secret-manager/how-to/create-version.mdx b/pages/secret-manager/how-to/create-version.mdx
index 7f05fabe10..f7c341f864 100644
--- a/pages/secret-manager/how-to/create-version.mdx
+++ b/pages/secret-manager/how-to/create-version.mdx
@@ -5,8 +5,6 @@ tags: sensitive-data storage-system version secret-type
dates:
validation: 2025-05-28
posted: 2023-02-21
-categories:
- - identity-and-access-management
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/secret-manager/how-to/delete-secret.mdx b/pages/secret-manager/how-to/delete-secret.mdx
index c45695b09e..9a0d92cf0b 100644
--- a/pages/secret-manager/how-to/delete-secret.mdx
+++ b/pages/secret-manager/how-to/delete-secret.mdx
@@ -5,8 +5,6 @@ tags: secret sensitive-data storage-system schedule-deletion
dates:
validation: 2025-04-15
posted: 2023-02-21
-categories:
- - identity-and-access-management
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/secret-manager/how-to/delete-version.mdx b/pages/secret-manager/how-to/delete-version.mdx
index 87595ded40..578a490d54 100644
--- a/pages/secret-manager/how-to/delete-version.mdx
+++ b/pages/secret-manager/how-to/delete-version.mdx
@@ -5,8 +5,6 @@ tags: sensitive-data storage-system api-key
dates:
validation: 2025-04-15
posted: 2023-02-21
-categories:
- - identity-and-access-management
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/secret-manager/how-to/filter-secrets.mdx b/pages/secret-manager/how-to/filter-secrets.mdx
index 8e1d6c1dcd..99f60e68ef 100644
--- a/pages/secret-manager/how-to/filter-secrets.mdx
+++ b/pages/secret-manager/how-to/filter-secrets.mdx
@@ -5,8 +5,6 @@ tags: sensitive-data filter secret-type
dates:
validation: 2025-07-22
posted: 2024-07-10
-categories:
- - identity-and-access-management
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/secret-manager/how-to/manage-secret.mdx b/pages/secret-manager/how-to/manage-secret.mdx
index f7bcbbb322..9f8bc12782 100644
--- a/pages/secret-manager/how-to/manage-secret.mdx
+++ b/pages/secret-manager/how-to/manage-secret.mdx
@@ -5,8 +5,6 @@ tags: sensitive-data secure credentials
dates:
validation: 2025-03-14
posted: 2023-02-21
-categories:
- - identity-and-access-management
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/secret-manager/how-to/manage-version.mdx b/pages/secret-manager/how-to/manage-version.mdx
index 60d1a6f7d2..d0cfba2656 100644
--- a/pages/secret-manager/how-to/manage-version.mdx
+++ b/pages/secret-manager/how-to/manage-version.mdx
@@ -5,8 +5,6 @@ tags: sensitive-data secure credentials
dates:
validation: 2025-03-14
posted: 2023-02-21
-categories:
- - identity-and-access-management
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/secret-manager/how-to/recover-secrets.mdx b/pages/secret-manager/how-to/recover-secrets.mdx
index 091b6d0b45..1197eab9a7 100644
--- a/pages/secret-manager/how-to/recover-secrets.mdx
+++ b/pages/secret-manager/how-to/recover-secrets.mdx
@@ -5,8 +5,6 @@ tags: secret sensitive-data scheduled-deletion recover-secret
dates:
validation: 2025-04-15
posted: 2025-04-15
-categories:
- - identity-and-access-management
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/secret-manager/how-to/recover-version.mdx b/pages/secret-manager/how-to/recover-version.mdx
index 5102af46a1..c4abb38cc7 100644
--- a/pages/secret-manager/how-to/recover-version.mdx
+++ b/pages/secret-manager/how-to/recover-version.mdx
@@ -5,8 +5,6 @@ tags: secret sensitive-data scheduled-deletion recover-version
dates:
validation: 2025-04-15
posted: 2025-04-15
-categories:
- - identity-and-access-management
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/secret-manager/reference-content/data-encryption-with-secret-manager.mdx b/pages/secret-manager/reference-content/data-encryption-with-secret-manager.mdx
index 777290438c..5c84225806 100644
--- a/pages/secret-manager/reference-content/data-encryption-with-secret-manager.mdx
+++ b/pages/secret-manager/reference-content/data-encryption-with-secret-manager.mdx
@@ -5,8 +5,6 @@ tags: secret-manager encryption data key
dates:
validation: 2025-05-13
posted: 2023-04-20
-categories:
- - identity-and-access-management
---
## Secret encryption with Secret Manager
diff --git a/pages/secret-manager/reference-content/secret-manager-capabilities-limits.mdx b/pages/secret-manager/reference-content/secret-manager-capabilities-limits.mdx
index 2f7bf0ead6..164cc2c045 100644
--- a/pages/secret-manager/reference-content/secret-manager-capabilities-limits.mdx
+++ b/pages/secret-manager/reference-content/secret-manager-capabilities-limits.mdx
@@ -5,8 +5,6 @@ tags: secret-manager storage sensitive-data
dates:
validation: 2025-03-14
posted: 2022-02-21
-categories:
- - identity-and-access-management
---
This page provides information about the capabilities and limits of Scaleway Secret Manager, depending on user quotas.
diff --git a/pages/secret-manager/reference-content/secret-types-json-format.mdx b/pages/secret-manager/reference-content/secret-types-json-format.mdx
index 7141d8fc02..558a229fdc 100644
--- a/pages/secret-manager/reference-content/secret-types-json-format.mdx
+++ b/pages/secret-manager/reference-content/secret-types-json-format.mdx
@@ -5,8 +5,6 @@ tags: secret-types json secret-api
dates:
validation: 2025-03-18
posted: 2024-09-09
-categories:
- - identity-and-access-management
---
[Secret types](/secret-manager/concepts/#secret-types) are the different types of sensitive data you can create when using Secret Manager.
diff --git a/pages/serverless-containers/api-cli/deploy-container-api.mdx b/pages/serverless-containers/api-cli/deploy-container-api.mdx
index ee12d52208..88b93d1035 100644
--- a/pages/serverless-containers/api-cli/deploy-container-api.mdx
+++ b/pages/serverless-containers/api-cli/deploy-container-api.mdx
@@ -5,8 +5,6 @@ tags: containers api deploy
dates:
validation: 2025-03-15
posted: 2021-08-18
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/api-cli/deploy-container-cli.mdx b/pages/serverless-containers/api-cli/deploy-container-cli.mdx
index 1b396fa61d..5148d6bb23 100644
--- a/pages/serverless-containers/api-cli/deploy-container-cli.mdx
+++ b/pages/serverless-containers/api-cli/deploy-container-cli.mdx
@@ -5,8 +5,6 @@ tags: containers cli deploy
dates:
validation: 2025-03-24
posted: 2021-08-18
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/api-cli/migrate-external-image-to-scaleway-registry.mdx b/pages/serverless-containers/api-cli/migrate-external-image-to-scaleway-registry.mdx
index 4d36be2ccd..ef7463e3e8 100644
--- a/pages/serverless-containers/api-cli/migrate-external-image-to-scaleway-registry.mdx
+++ b/pages/serverless-containers/api-cli/migrate-external-image-to-scaleway-registry.mdx
@@ -5,8 +5,6 @@ tags: serverless containers registry import copy migrate skopeo docker
dates:
validation: 2025-05-12
posted: 2021-11-06
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
import ContainerRegistryNote from '@macros/serverless/container-registry-note.mdx'
diff --git a/pages/serverless-containers/concepts.mdx b/pages/serverless-containers/concepts.mdx
index 0dfcccd01b..7b91ce9b60 100644
--- a/pages/serverless-containers/concepts.mdx
+++ b/pages/serverless-containers/concepts.mdx
@@ -4,8 +4,6 @@ description: Key concepts of Scaleway Serverless Containers.
tags: containers cold-start concurrency container-registry environment-variables jwt vcpu serverless scale autoscaling
dates:
validation: 2025-05-26
-categories:
- - serverless
---
## Arguments
diff --git a/pages/serverless-containers/how-to/add-a-custom-domain-to-a-container.mdx b/pages/serverless-containers/how-to/add-a-custom-domain-to-a-container.mdx
index eebb3f453b..83175ce5eb 100644
--- a/pages/serverless-containers/how-to/add-a-custom-domain-to-a-container.mdx
+++ b/pages/serverless-containers/how-to/add-a-custom-domain-to-a-container.mdx
@@ -5,9 +5,6 @@ tags: custom-domain container serverless cname record
dates:
validation: 2025-04-08
posted: 2022-02-21
-categories:
- - serverless
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/how-to/add-trigger-to-a-container.mdx b/pages/serverless-containers/how-to/add-trigger-to-a-container.mdx
index 85e6933a85..544c51077b 100644
--- a/pages/serverless-containers/how-to/add-trigger-to-a-container.mdx
+++ b/pages/serverless-containers/how-to/add-trigger-to-a-container.mdx
@@ -5,9 +5,6 @@ tags: containers
dates:
validation: 2025-04-23
posted: 2023-04-27
-categories:
- - serverless
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/how-to/build-push-container-image.mdx b/pages/serverless-containers/how-to/build-push-container-image.mdx
index 0d46cc9bf8..36633d8369 100644
--- a/pages/serverless-containers/how-to/build-push-container-image.mdx
+++ b/pages/serverless-containers/how-to/build-push-container-image.mdx
@@ -5,9 +5,6 @@ tags: create dockerfile containerize application deployment scaleway
dates:
validation: 2025-04-02
posted: 2021-04-02
-categories:
- - serverless
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/how-to/configure-alerts-containers.mdx b/pages/serverless-containers/how-to/configure-alerts-containers.mdx
index 4b44b863ff..d00de2e6fb 100644
--- a/pages/serverless-containers/how-to/configure-alerts-containers.mdx
+++ b/pages/serverless-containers/how-to/configure-alerts-containers.mdx
@@ -5,8 +5,6 @@ tags: containers alerts grafana threshold monitoring cockpit
dates:
validation: 2025-02-10
posted: 2025-02-10
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/how-to/create-auth-token-from-console.mdx b/pages/serverless-containers/how-to/create-auth-token-from-console.mdx
index 50e8086f95..9fde292261 100644
--- a/pages/serverless-containers/how-to/create-auth-token-from-console.mdx
+++ b/pages/serverless-containers/how-to/create-auth-token-from-console.mdx
@@ -5,9 +5,6 @@ tags: authentication authentication-token containers auth
dates:
validation: 2025-05-12
posted: 2022-10-14
-categories:
- - serverless
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/how-to/create-manage-delete-containers-namespace.mdx b/pages/serverless-containers/how-to/create-manage-delete-containers-namespace.mdx
index 6fca961f2b..b05596906a 100644
--- a/pages/serverless-containers/how-to/create-manage-delete-containers-namespace.mdx
+++ b/pages/serverless-containers/how-to/create-manage-delete-containers-namespace.mdx
@@ -5,9 +5,6 @@ tags: container namespace manage create delete environment variable secret
dates:
validation: 2025-05-27
posted: 2021-05-26
-categories:
- - serverless
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/how-to/delete-a-container.mdx b/pages/serverless-containers/how-to/delete-a-container.mdx
index 8b89f2cbf0..d2474179f6 100644
--- a/pages/serverless-containers/how-to/delete-a-container.mdx
+++ b/pages/serverless-containers/how-to/delete-a-container.mdx
@@ -5,9 +5,6 @@ tags: delete container containers
dates:
validation: 2025-03-13
posted: 2021-05-26
-categories:
- - serverless
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/how-to/deploy-container.mdx b/pages/serverless-containers/how-to/deploy-container.mdx
index 484ddb1a84..c2ba80f35c 100644
--- a/pages/serverless-containers/how-to/deploy-container.mdx
+++ b/pages/serverless-containers/how-to/deploy-container.mdx
@@ -5,9 +5,6 @@ tags: deploy container create scaleway-registry docker image external registry p
dates:
validation: 2025-02-25
posted: 2021-05-26
-categories:
- - serverless
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
import ContainerRegistryNote from '@macros/serverless/container-registry-note.mdx'
diff --git a/pages/serverless-containers/how-to/manage-a-container.mdx b/pages/serverless-containers/how-to/manage-a-container.mdx
index ffdd441f30..bd4a1ae739 100644
--- a/pages/serverless-containers/how-to/manage-a-container.mdx
+++ b/pages/serverless-containers/how-to/manage-a-container.mdx
@@ -5,9 +5,6 @@ tags: manage container
dates:
validation: 2025-02-24
posted: 2021-05-26
-categories:
- - serverless
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/how-to/modify-container-privacy.mdx b/pages/serverless-containers/how-to/modify-container-privacy.mdx
index cf23285462..a8f0d35d1f 100644
--- a/pages/serverless-containers/how-to/modify-container-privacy.mdx
+++ b/pages/serverless-containers/how-to/modify-container-privacy.mdx
@@ -5,9 +5,6 @@ tags: container privacy-policy
dates:
validation: 2025-03-15
posted: 2021-05-26
-categories:
- - serverless
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/how-to/monitor-container.mdx b/pages/serverless-containers/how-to/monitor-container.mdx
index a86a8a2235..d398766393 100644
--- a/pages/serverless-containers/how-to/monitor-container.mdx
+++ b/pages/serverless-containers/how-to/monitor-container.mdx
@@ -5,9 +5,6 @@ tags: serverless containers logs metrics cockpit grafana activity
dates:
validation: 2025-05-12
posted: 2024-04-22
-categories:
- - serverless
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/how-to/secure-a-container.mdx b/pages/serverless-containers/how-to/secure-a-container.mdx
index 814dd064fe..0d93a6f629 100644
--- a/pages/serverless-containers/how-to/secure-a-container.mdx
+++ b/pages/serverless-containers/how-to/secure-a-container.mdx
@@ -5,9 +5,6 @@ tags: containers secure private
dates:
validation: 2025-02-25
posted: 2023-02-01
-categories:
- - serverless
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/how-to/test-a-container.mdx b/pages/serverless-containers/how-to/test-a-container.mdx
index d51fb2b0e5..27e30390f9 100644
--- a/pages/serverless-containers/how-to/test-a-container.mdx
+++ b/pages/serverless-containers/how-to/test-a-container.mdx
@@ -5,8 +5,6 @@ tags: container serverless test-container
dates:
validation: 2025-01-14
posted: 2025-01-15
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/how-to/use-private-networks.mdx b/pages/serverless-containers/how-to/use-private-networks.mdx
index 26163c044d..a0a3b35c60 100644
--- a/pages/serverless-containers/how-to/use-private-networks.mdx
+++ b/pages/serverless-containers/how-to/use-private-networks.mdx
@@ -5,8 +5,6 @@ tags: private-networks private networks instance containers vpc
dates:
validation: 2025-06-25
posted: 2021-06-25
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-containers/quickstart.mdx b/pages/serverless-containers/quickstart.mdx
index de6c09eab8..5e7c1c1407 100644
--- a/pages/serverless-containers/quickstart.mdx
+++ b/pages/serverless-containers/quickstart.mdx
@@ -5,9 +5,6 @@ tags: containers serverless namespace
dates:
validation: 2025-02-27
posted: 2021-05-26
-categories:
- - serverless
- - containers
---
import Requirements from '@macros/iam/requirements.mdx'
import ContainerRegistryNote from '@macros/serverless/container-registry-note.mdx'
diff --git a/pages/serverless-containers/reference-content/configure-trigger-inputs.mdx b/pages/serverless-containers/reference-content/configure-trigger-inputs.mdx
index 1b9a7b4229..89178b20b8 100644
--- a/pages/serverless-containers/reference-content/configure-trigger-inputs.mdx
+++ b/pages/serverless-containers/reference-content/configure-trigger-inputs.mdx
@@ -5,9 +5,6 @@ tags: containers
dates:
validation: 2025-05-12
posted: 2023-06-09
-categories:
- - serverless
- - containers
---
diff --git a/pages/serverless-containers/reference-content/containers-autoscaling.mdx b/pages/serverless-containers/reference-content/containers-autoscaling.mdx
index 2470e2c999..5906163615 100644
--- a/pages/serverless-containers/reference-content/containers-autoscaling.mdx
+++ b/pages/serverless-containers/reference-content/containers-autoscaling.mdx
@@ -5,9 +5,6 @@ tags: serverless containers autoscaling scale up down min max
dates:
validation: 2025-02-18
posted: 2025-02-18
-categories:
- - serverless
- - containers
---
## Benefits of autoscaling
diff --git a/pages/serverless-containers/reference-content/containers-billing.mdx b/pages/serverless-containers/reference-content/containers-billing.mdx
index 4e320bc428..b6a1aaf909 100644
--- a/pages/serverless-containers/reference-content/containers-billing.mdx
+++ b/pages/serverless-containers/reference-content/containers-billing.mdx
@@ -5,8 +5,6 @@ tags: containers serverless serverless-containers billing serverless-billing ser
dates:
validation: 2025-01-15
posted: 2023-06-15
-categories:
- - serverless
---
Serverless Containers are billed on a pay-as-you-go basis depending on:
diff --git a/pages/serverless-containers/reference-content/containers-concurrency.mdx b/pages/serverless-containers/reference-content/containers-concurrency.mdx
index b2f5679e7b..116e0b26a1 100644
--- a/pages/serverless-containers/reference-content/containers-concurrency.mdx
+++ b/pages/serverless-containers/reference-content/containers-concurrency.mdx
@@ -5,9 +5,6 @@ dates:
validation: 2025-04-08
posted: 2024-03-26
tags: serverless containers concurrency concurrent execution scaling parallelism parallel instances
-categories:
- - serverless
- - containers
---
## Concurrency overview
diff --git a/pages/serverless-containers/reference-content/containers-limitations.mdx b/pages/serverless-containers/reference-content/containers-limitations.mdx
index 97dbe75fa5..66e98d3c51 100644
--- a/pages/serverless-containers/reference-content/containers-limitations.mdx
+++ b/pages/serverless-containers/reference-content/containers-limitations.mdx
@@ -5,9 +5,6 @@ tags: containers limitations serverless
dates:
validation: 2025-03-13
posted: 2021-10-12
-categories:
- - serverless
- - containers
---
This section contains usage limits that apply when using Serverless Containers.
diff --git a/pages/serverless-containers/reference-content/containers-sandbox.mdx b/pages/serverless-containers/reference-content/containers-sandbox.mdx
index 1c318f8f5c..b9f47b2352 100644
--- a/pages/serverless-containers/reference-content/containers-sandbox.mdx
+++ b/pages/serverless-containers/reference-content/containers-sandbox.mdx
@@ -5,9 +5,6 @@ tags: containers sandbox sandboxing gvisor isolation mechanism serverless v1 v2
dates:
validation: 2025-05-07
posted: 2025-05-07
-categories:
- - serverless
- - containers
---
In the context of Scaleway Serverless Containers, a [Sandbox environment](/serverless-containers/concepts/#sandbox) is a critical security mechanism that isolates each container from others, ensuring that they operate in a secure and controlled space. Containers run in dedicated execution environments that prevent unauthorized access and potential interference between different resources.
diff --git a/pages/serverless-containers/reference-content/cron-schedules.mdx b/pages/serverless-containers/reference-content/cron-schedules.mdx
index 4169acd128..826da5b77b 100644
--- a/pages/serverless-containers/reference-content/cron-schedules.mdx
+++ b/pages/serverless-containers/reference-content/cron-schedules.mdx
@@ -5,9 +5,6 @@ tags: serverless containers cron crontab schedule cronjob
dates:
validation: 2025-02-10
posted: 2023-12-12
-categories:
- - serverless
- - containers
---
import CronSchedules from '@macros/serverless/cron-schedules.mdx'
diff --git a/pages/serverless-containers/reference-content/difference-jobs-functions-containers.mdx b/pages/serverless-containers/reference-content/difference-jobs-functions-containers.mdx
index 489f2f4a89..d97ae4375b 100644
--- a/pages/serverless-containers/reference-content/difference-jobs-functions-containers.mdx
+++ b/pages/serverless-containers/reference-content/difference-jobs-functions-containers.mdx
@@ -5,9 +5,6 @@ tags: job container functions differences vs docker image
dates:
validation: 2025-01-15
posted: 2023-12-08
-categories:
- - serverless
- - containers
---
import DifferenceJobsFunctionsContainers from '@macros/serverless/difference-jobs-functions-containers.mdx'
diff --git a/pages/serverless-containers/reference-content/dns-query-rate-limit.mdx b/pages/serverless-containers/reference-content/dns-query-rate-limit.mdx
index c421d87f6c..e0c59cc238 100644
--- a/pages/serverless-containers/reference-content/dns-query-rate-limit.mdx
+++ b/pages/serverless-containers/reference-content/dns-query-rate-limit.mdx
@@ -5,9 +5,6 @@ tags: serverless containers dns query rate limiting limit response
dates:
validation: 2025-05-27
posted: 2024-11-12
-categories:
- - serverless
- - containers
---
import DnsQueryRateLimit from '@macros/serverless/dns-query-rate-limit.mdx'
diff --git a/pages/serverless-containers/reference-content/port-parameter-variable.mdx b/pages/serverless-containers/reference-content/port-parameter-variable.mdx
index e63ea0ec72..eb10c4fd58 100644
--- a/pages/serverless-containers/reference-content/port-parameter-variable.mdx
+++ b/pages/serverless-containers/reference-content/port-parameter-variable.mdx
@@ -5,10 +5,6 @@ tags: port variable environment containers serverless
dates:
validation: 2025-04-02
posted: 2025-04-02
-categories:
- - serverless
- - containers
- - environment-variables
---
## Port parameter
diff --git a/pages/serverless-containers/reference-content/serverless-overview.mdx b/pages/serverless-containers/reference-content/serverless-overview.mdx
index cf4ea85808..f9cd0973f5 100644
--- a/pages/serverless-containers/reference-content/serverless-overview.mdx
+++ b/pages/serverless-containers/reference-content/serverless-overview.mdx
@@ -5,9 +5,6 @@ tags: containers serverless
dates:
validation: 2025-05-23
posted: 2025-05-23
-categories:
- - serverless
- - containers
---
## What is serverless compute?
diff --git a/pages/serverless-containers/reference-content/use-cases.mdx b/pages/serverless-containers/reference-content/use-cases.mdx
index 60932afc6f..6bce027873 100644
--- a/pages/serverless-containers/reference-content/use-cases.mdx
+++ b/pages/serverless-containers/reference-content/use-cases.mdx
@@ -5,8 +5,6 @@ tags: Containers serverless use-cases
dates:
validation: 2025-06-09
posted: 2023-04-24
-categories:
- - serverless
---
Scaleway Serverless Containers can be used in many use cases:
diff --git a/pages/serverless-containers/troubleshooting/502-error-when-scaling.mdx b/pages/serverless-containers/troubleshooting/502-error-when-scaling.mdx
index 86c51e0e40..c5f9116ba6 100644
--- a/pages/serverless-containers/troubleshooting/502-error-when-scaling.mdx
+++ b/pages/serverless-containers/troubleshooting/502-error-when-scaling.mdx
@@ -5,8 +5,6 @@ tags: serverless Containers troubleshooting issue error 502
dates:
validation: 2025-01-03
posted: 2025-01-03
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-containers/troubleshooting/cannot-access-container.mdx b/pages/serverless-containers/troubleshooting/cannot-access-container.mdx
index f6c3f7a142..e26659b92c 100644
--- a/pages/serverless-containers/troubleshooting/cannot-access-container.mdx
+++ b/pages/serverless-containers/troubleshooting/cannot-access-container.mdx
@@ -5,8 +5,6 @@ tags: serverless containers troubleshooting issue error state unreachable connec
dates:
validation: 2025-07-15
posted: 2025-07-15
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-containers/troubleshooting/cannot-create-namespace.mdx b/pages/serverless-containers/troubleshooting/cannot-create-namespace.mdx
index 141ac89451..35bc7a1c51 100644
--- a/pages/serverless-containers/troubleshooting/cannot-create-namespace.mdx
+++ b/pages/serverless-containers/troubleshooting/cannot-create-namespace.mdx
@@ -5,8 +5,6 @@ tags: serverless Containers troubleshooting issue error namespace creation unabl
dates:
validation: 2025-05-12
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-containers/troubleshooting/cannot-deploy-image.mdx b/pages/serverless-containers/troubleshooting/cannot-deploy-image.mdx
index ca5fabec07..e5a64ccd0a 100644
--- a/pages/serverless-containers/troubleshooting/cannot-deploy-image.mdx
+++ b/pages/serverless-containers/troubleshooting/cannot-deploy-image.mdx
@@ -5,8 +5,6 @@ tags: serverless containers troubleshooting issue error message deploy image fai
dates:
validation: 2025-05-12
posted: 2024-11-07
-categories:
- - serveless
---
## Problem
diff --git a/pages/serverless-containers/troubleshooting/cannot-inject-secret-variable.mdx b/pages/serverless-containers/troubleshooting/cannot-inject-secret-variable.mdx
index c53f3c09e0..c79ba7801f 100644
--- a/pages/serverless-containers/troubleshooting/cannot-inject-secret-variable.mdx
+++ b/pages/serverless-containers/troubleshooting/cannot-inject-secret-variable.mdx
@@ -5,8 +5,6 @@ tags: serverless containers troubleshooting issue error image env var environmen
dates:
validation: 2025-05-12
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-containers/troubleshooting/cannot-retrieve-external-image.mdx b/pages/serverless-containers/troubleshooting/cannot-retrieve-external-image.mdx
index ebc397fc01..a849912b5a 100644
--- a/pages/serverless-containers/troubleshooting/cannot-retrieve-external-image.mdx
+++ b/pages/serverless-containers/troubleshooting/cannot-retrieve-external-image.mdx
@@ -5,8 +5,6 @@ tags: serverless containers troubleshooting issue error image retrieve external
dates:
validation: 2025-05-12
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-containers/troubleshooting/container-clock-drift.mdx b/pages/serverless-containers/troubleshooting/container-clock-drift.mdx
index 64a8978c4d..d5dcbdd9b7 100644
--- a/pages/serverless-containers/troubleshooting/container-clock-drift.mdx
+++ b/pages/serverless-containers/troubleshooting/container-clock-drift.mdx
@@ -5,9 +5,6 @@ tags: containers clock drift skew error time difference serverless troubleshooti
dates:
validation: 2025-05-07
posted: 2025-05-07
-categories:
- - serverless
- - containers
---
## Problem
diff --git a/pages/serverless-containers/troubleshooting/container-error-state.mdx b/pages/serverless-containers/troubleshooting/container-error-state.mdx
index e6251308c2..97b53c2c68 100644
--- a/pages/serverless-containers/troubleshooting/container-error-state.mdx
+++ b/pages/serverless-containers/troubleshooting/container-error-state.mdx
@@ -5,8 +5,6 @@ tags: serverless containers troubleshooting issue error state container status f
dates:
validation: 2025-04-10
posted: 2024-04-10
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-containers/troubleshooting/container-stopped-after-redeploy.mdx b/pages/serverless-containers/troubleshooting/container-stopped-after-redeploy.mdx
index d61b3772a5..bd48266584 100644
--- a/pages/serverless-containers/troubleshooting/container-stopped-after-redeploy.mdx
+++ b/pages/serverless-containers/troubleshooting/container-stopped-after-redeploy.mdx
@@ -5,8 +5,6 @@ tags: serverless containers troubleshooting issue error state failed fail redepl
dates:
validation: 2025-05-12
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-containers/troubleshooting/index.mdx b/pages/serverless-containers/troubleshooting/index.mdx
index da981b4c5c..57d519660d 100644
--- a/pages/serverless-containers/troubleshooting/index.mdx
+++ b/pages/serverless-containers/troubleshooting/index.mdx
@@ -4,8 +4,6 @@ description: Troubleshooting guide for Scaleway Serverless Containers.
dates:
posted: 2025-03-13
validation: 2025-03-13
-categories:
- - serverless
productIcon: ContainersProductIcon
---
diff --git a/pages/serverless-containers/troubleshooting/known-dns-containers-errors.mdx b/pages/serverless-containers/troubleshooting/known-dns-containers-errors.mdx
index a9cebfed33..c2921fe634 100644
--- a/pages/serverless-containers/troubleshooting/known-dns-containers-errors.mdx
+++ b/pages/serverless-containers/troubleshooting/known-dns-containers-errors.mdx
@@ -5,8 +5,6 @@ tags: serverless containers troubleshooting issue error state dns domain name sy
dates:
validation: 2025-07-15
posted: 2025-07-15
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-containers/troubleshooting/no-data-grafana-dashboards.mdx b/pages/serverless-containers/troubleshooting/no-data-grafana-dashboards.mdx
index 70ebfb0527..f3b3da2ab1 100644
--- a/pages/serverless-containers/troubleshooting/no-data-grafana-dashboards.mdx
+++ b/pages/serverless-containers/troubleshooting/no-data-grafana-dashboards.mdx
@@ -5,8 +5,6 @@ tags: no-data-sources no-data cockpit-unavailable dashboard datasource-not-found
dates:
validation: 2025-06-05
posted: 2025-06-05
-categories:
- - observability
---
import TroubleshootingNoDataGrafanaDashboards from '@macros/cockpit/no-data-grafana-dashboards.mdx'
diff --git a/pages/serverless-containers/troubleshooting/tests-fail-on-container.mdx b/pages/serverless-containers/troubleshooting/tests-fail-on-container.mdx
index b45f67f9b2..be3c64ec57 100644
--- a/pages/serverless-containers/troubleshooting/tests-fail-on-container.mdx
+++ b/pages/serverless-containers/troubleshooting/tests-fail-on-container.mdx
@@ -5,8 +5,6 @@ tags: serverless containers private troubleshooting issue error test authenticat
dates:
validation: 2025-01-14
posted: 2025-01-14
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-functions/api-cli/deploy-function-api.mdx b/pages/serverless-functions/api-cli/deploy-function-api.mdx
index 612f43b494..c199128a22 100644
--- a/pages/serverless-functions/api-cli/deploy-function-api.mdx
+++ b/pages/serverless-functions/api-cli/deploy-function-api.mdx
@@ -5,8 +5,6 @@ tags: functions api deploy
dates:
validation: 2025-03-13
posted: 2021-08-18
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/api-cli/deploy-function-cli.mdx b/pages/serverless-functions/api-cli/deploy-function-cli.mdx
index a1cb6f849d..726ab91878 100644
--- a/pages/serverless-functions/api-cli/deploy-function-cli.mdx
+++ b/pages/serverless-functions/api-cli/deploy-function-cli.mdx
@@ -5,8 +5,6 @@ tags: functions cli deploy
dates:
validation: 2025-03-13
posted: 2021-08-18
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/concepts.mdx b/pages/serverless-functions/concepts.mdx
index 0701b2cbd3..fc71d58233 100644
--- a/pages/serverless-functions/concepts.mdx
+++ b/pages/serverless-functions/concepts.mdx
@@ -4,8 +4,6 @@ description: Learn the core concepts and principles behind Scaleway's Serverless
tags: functions cold-start environment-variables gbs jwt handler serverless concept definition
dates:
validation: 2025-05-27
-categories:
- - serverless
---
## Autoscaling
diff --git a/pages/serverless-functions/how-to/add-a-custom-domain-name-to-a-function.mdx b/pages/serverless-functions/how-to/add-a-custom-domain-name-to-a-function.mdx
index f4e84c2fd7..7ddbc0361a 100644
--- a/pages/serverless-functions/how-to/add-a-custom-domain-name-to-a-function.mdx
+++ b/pages/serverless-functions/how-to/add-a-custom-domain-name-to-a-function.mdx
@@ -5,8 +5,6 @@ tags: functions custom-domain
dates:
validation: 2025-02-10
posted: 2022-02-21
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/how-to/add-trigger-to-a-function.mdx b/pages/serverless-functions/how-to/add-trigger-to-a-function.mdx
index 5c87aca6cb..9b1b506cf5 100644
--- a/pages/serverless-functions/how-to/add-trigger-to-a-function.mdx
+++ b/pages/serverless-functions/how-to/add-trigger-to-a-function.mdx
@@ -5,9 +5,6 @@ tags: functions
dates:
validation: 2025-04-23
posted: 2023-04-27
-categories:
- - serverless
- - functions
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/how-to/configure-alerts-functions.mdx b/pages/serverless-functions/how-to/configure-alerts-functions.mdx
index be43d39c0a..a25226a5c2 100644
--- a/pages/serverless-functions/how-to/configure-alerts-functions.mdx
+++ b/pages/serverless-functions/how-to/configure-alerts-functions.mdx
@@ -5,8 +5,6 @@ tags: functions alerts grafana threshold monitoring cockpit
dates:
validation: 2025-02-10
posted: 2025-02-10
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/how-to/create-a-function.mdx b/pages/serverless-functions/how-to/create-a-function.mdx
index 53fe548dff..3e8bf2db0e 100644
--- a/pages/serverless-functions/how-to/create-a-function.mdx
+++ b/pages/serverless-functions/how-to/create-a-function.mdx
@@ -5,8 +5,6 @@ tags: functions
dates:
validation: 2025-01-29
posted: 2021-05-26
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/how-to/create-auth-token-from-console.mdx b/pages/serverless-functions/how-to/create-auth-token-from-console.mdx
index 2ce6ee4c32..4704c57698 100644
--- a/pages/serverless-functions/how-to/create-auth-token-from-console.mdx
+++ b/pages/serverless-functions/how-to/create-auth-token-from-console.mdx
@@ -5,8 +5,6 @@ tags: authentication-token functions
dates:
validation: 2025-02-10
posted: 2022-10-14
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/how-to/create-manage-delete-functions-namespace.mdx b/pages/serverless-functions/how-to/create-manage-delete-functions-namespace.mdx
index 2b5a0757ff..bd13d6ee92 100644
--- a/pages/serverless-functions/how-to/create-manage-delete-functions-namespace.mdx
+++ b/pages/serverless-functions/how-to/create-manage-delete-functions-namespace.mdx
@@ -5,8 +5,6 @@ tags: functions namespace create manage delete environment variable secret
dates:
validation: 2025-06-09
posted: 2021-05-26
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/how-to/manage-a-function.mdx b/pages/serverless-functions/how-to/manage-a-function.mdx
index ea579243a5..3d2d01cd2a 100644
--- a/pages/serverless-functions/how-to/manage-a-function.mdx
+++ b/pages/serverless-functions/how-to/manage-a-function.mdx
@@ -5,8 +5,6 @@ tags: functions
dates:
validation: 2025-02-10
posted: 2021-05-26
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/how-to/monitor-function.mdx b/pages/serverless-functions/how-to/monitor-function.mdx
index e8837ce5fd..25541660f7 100644
--- a/pages/serverless-functions/how-to/monitor-function.mdx
+++ b/pages/serverless-functions/how-to/monitor-function.mdx
@@ -5,9 +5,6 @@ tags: serverless functions logs metrics cockpit grafana activity
dates:
validation: 2025-05-12
posted: 2024-04-22
-categories:
- - serverless
- - functions
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/how-to/package-function-dependencies-in-zip.mdx b/pages/serverless-functions/how-to/package-function-dependencies-in-zip.mdx
index 298d7b90c7..b520846b10 100644
--- a/pages/serverless-functions/how-to/package-function-dependencies-in-zip.mdx
+++ b/pages/serverless-functions/how-to/package-function-dependencies-in-zip.mdx
@@ -5,8 +5,6 @@ tags: functions zip-file handler package
dates:
validation: 2025-02-04
posted: 2021-05-26
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/how-to/secure-a-function.mdx b/pages/serverless-functions/how-to/secure-a-function.mdx
index 29fb1ee6ba..1149759f92 100644
--- a/pages/serverless-functions/how-to/secure-a-function.mdx
+++ b/pages/serverless-functions/how-to/secure-a-function.mdx
@@ -5,8 +5,6 @@ tags: functions secure private
dates:
validation: 2025-02-27
posted: 2023-02-01
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/how-to/test-a-function.mdx b/pages/serverless-functions/how-to/test-a-function.mdx
index 4ac5a4bc10..36bc4d695a 100644
--- a/pages/serverless-functions/how-to/test-a-function.mdx
+++ b/pages/serverless-functions/how-to/test-a-function.mdx
@@ -5,8 +5,6 @@ tags: function serverless test-function
dates:
validation: 2025-04-16
posted: 2023-09-25
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/how-to/use-private-networks.mdx b/pages/serverless-functions/how-to/use-private-networks.mdx
index 22c21e3c6f..771346ae19 100644
--- a/pages/serverless-functions/how-to/use-private-networks.mdx
+++ b/pages/serverless-functions/how-to/use-private-networks.mdx
@@ -5,8 +5,6 @@ tags: private-networks private networks instance functions vpc
dates:
validation: 2025-06-25
posted: 2021-06-25
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/quickstart.mdx b/pages/serverless-functions/quickstart.mdx
index b42d1723ed..005dd9a95b 100644
--- a/pages/serverless-functions/quickstart.mdx
+++ b/pages/serverless-functions/quickstart.mdx
@@ -5,8 +5,6 @@ tags: functions namespace
dates:
validation: 2025-02-10
posted: 2021-05-26
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/reference-content/code-examples.mdx b/pages/serverless-functions/reference-content/code-examples.mdx
index a9079209e3..6b414c1691 100644
--- a/pages/serverless-functions/reference-content/code-examples.mdx
+++ b/pages/serverless-functions/reference-content/code-examples.mdx
@@ -5,8 +5,6 @@ tags: functions serverless serverless-functions
dates:
validation: 2025-02-27
posted: 2021-10-18
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-functions/reference-content/configure-trigger-inputs.mdx b/pages/serverless-functions/reference-content/configure-trigger-inputs.mdx
index ab29b8bb25..18106b33f6 100644
--- a/pages/serverless-functions/reference-content/configure-trigger-inputs.mdx
+++ b/pages/serverless-functions/reference-content/configure-trigger-inputs.mdx
@@ -5,9 +5,6 @@ tags: functions
dates:
validation: 2025-05-12
posted: 2023-06-09
-categories:
- - serverless
- - functions
---
diff --git a/pages/serverless-functions/reference-content/cron-schedules.mdx b/pages/serverless-functions/reference-content/cron-schedules.mdx
index abb2ffa060..507c820078 100644
--- a/pages/serverless-functions/reference-content/cron-schedules.mdx
+++ b/pages/serverless-functions/reference-content/cron-schedules.mdx
@@ -5,9 +5,6 @@ tags: serverless functions cron crontab schedule cronjob
dates:
validation: 2025-02-11
posted: 2023-12-12
-categories:
- - serverless
- - functions
---
import CronSchedules from '@macros/serverless/cron-schedules.mdx'
diff --git a/pages/serverless-functions/reference-content/difference-jobs-functions-containers.mdx b/pages/serverless-functions/reference-content/difference-jobs-functions-containers.mdx
index 99ced1dd5f..3de9958da8 100644
--- a/pages/serverless-functions/reference-content/difference-jobs-functions-containers.mdx
+++ b/pages/serverless-functions/reference-content/difference-jobs-functions-containers.mdx
@@ -5,9 +5,6 @@ tags: job container functions differences vs docker image
dates:
validation: 2025-01-15
posted: 2024-07-02
-categories:
- - serverless
- - functions
---
import DifferenceJobsFunctionsContainers from '@macros/serverless/difference-jobs-functions-containers.mdx'
diff --git a/pages/serverless-functions/reference-content/dns-query-rate-limit.mdx b/pages/serverless-functions/reference-content/dns-query-rate-limit.mdx
index 63b309362b..14e72e8458 100644
--- a/pages/serverless-functions/reference-content/dns-query-rate-limit.mdx
+++ b/pages/serverless-functions/reference-content/dns-query-rate-limit.mdx
@@ -5,9 +5,6 @@ tags: serverless functions dns query rate limiting limit response
dates:
validation: 2025-06-09
posted: 2024-11-12
-categories:
- - serverless
- - functions
---
import DnsQueryRateLimit from '@macros/serverless/dns-query-rate-limit.mdx'
diff --git a/pages/serverless-functions/reference-content/functions-autoscaling.mdx b/pages/serverless-functions/reference-content/functions-autoscaling.mdx
index 008ca486a5..75a4cecbd0 100644
--- a/pages/serverless-functions/reference-content/functions-autoscaling.mdx
+++ b/pages/serverless-functions/reference-content/functions-autoscaling.mdx
@@ -5,9 +5,6 @@ tags: serverless functions autoscaling scale up down min max
dates:
validation: 2025-02-18
posted: 2025-02-18
-categories:
- - serverless
- - functions
---
## Benefits of autoscaling
diff --git a/pages/serverless-functions/reference-content/functions-billing.mdx b/pages/serverless-functions/reference-content/functions-billing.mdx
index 3bf09d24e8..47a6b608db 100644
--- a/pages/serverless-functions/reference-content/functions-billing.mdx
+++ b/pages/serverless-functions/reference-content/functions-billing.mdx
@@ -5,8 +5,6 @@ tags: functions serverless serverless-functions billing serverless-billing serve
dates:
validation: 2025-02-11
posted: 2023-06-15
-categories:
- - serverless
---
Serverless Functions are billed on a pay-as-you-go basis depending on:
diff --git a/pages/serverless-functions/reference-content/functions-handlers.mdx b/pages/serverless-functions/reference-content/functions-handlers.mdx
index 9ac1aac4fc..99b8537ce8 100644
--- a/pages/serverless-functions/reference-content/functions-handlers.mdx
+++ b/pages/serverless-functions/reference-content/functions-handlers.mdx
@@ -5,9 +5,6 @@ tags: serverless functions cron crontab schedule cronjob
dates:
validation: 2025-04-23
posted: 2024-04-09
-categories:
- - serverless
- - functions
---
A handler is a routine/function/method that processes specific events. Upon invoking your function, the handler is executed and returns an output.
diff --git a/pages/serverless-functions/reference-content/functions-limitations.mdx b/pages/serverless-functions/reference-content/functions-limitations.mdx
index 3303a36454..e98601efab 100644
--- a/pages/serverless-functions/reference-content/functions-limitations.mdx
+++ b/pages/serverless-functions/reference-content/functions-limitations.mdx
@@ -5,8 +5,6 @@ tags: functions limitations serverless
dates:
validation: 2025-02-10
posted: 2021-10-12
-categories:
- - serverless
---
This section contains usage limits that apply when using Serverless Functions.
diff --git a/pages/serverless-functions/reference-content/functions-runtimes.mdx b/pages/serverless-functions/reference-content/functions-runtimes.mdx
index c94f7f6d4e..ac15b95cc3 100644
--- a/pages/serverless-functions/reference-content/functions-runtimes.mdx
+++ b/pages/serverless-functions/reference-content/functions-runtimes.mdx
@@ -5,8 +5,6 @@ tags: functions lifecycle runtimes
dates:
validation: 2025-01-16
posted: 2022-04-13
-categories:
- - serverless
---
The Serverless Functions runtimes are the environment in which your code runs.
diff --git a/pages/serverless-functions/reference-content/functions-sandbox.mdx b/pages/serverless-functions/reference-content/functions-sandbox.mdx
index 2301016f30..1cba63133d 100644
--- a/pages/serverless-functions/reference-content/functions-sandbox.mdx
+++ b/pages/serverless-functions/reference-content/functions-sandbox.mdx
@@ -5,9 +5,6 @@ tags: functions sandbox sandboxing gvisor isolation mechanism serverless v1 v2 c
dates:
validation: 2025-03-13
posted: 2021-10-12
-categories:
- - serverless
- - functions
---
In the context of Scaleway Serverless Functions, a [Sandbox environment](/serverless-functions/concepts/#sandbox) is a critical security mechanism that isolates each function from others, ensuring that they operate in a secure and controlled space. Functions run in dedicated execution environments that prevent unauthorized access and potential interference between different resources.
diff --git a/pages/serverless-functions/reference-content/local-testing.mdx b/pages/serverless-functions/reference-content/local-testing.mdx
index a0e2aab85e..a209ba927c 100644
--- a/pages/serverless-functions/reference-content/local-testing.mdx
+++ b/pages/serverless-functions/reference-content/local-testing.mdx
@@ -5,8 +5,6 @@ tags: functions serverless local testing
dates:
validation: 2025-02-11
posted: 2023-03-06
-categories:
- - serverless
---
Local testing allows you to run your code on your development environment with a short deploy time.
diff --git a/pages/serverless-functions/reference-content/serverless-overview.mdx b/pages/serverless-functions/reference-content/serverless-overview.mdx
index 252fd94026..23f1f3c52b 100644
--- a/pages/serverless-functions/reference-content/serverless-overview.mdx
+++ b/pages/serverless-functions/reference-content/serverless-overview.mdx
@@ -5,9 +5,6 @@ tags: functions serverless
dates:
validation: 2025-06-18
posted: 2025-06-18
-categories:
- - serverless
- - functions
---
## What is serverless compute?
diff --git a/pages/serverless-functions/reference-content/use-cases.mdx b/pages/serverless-functions/reference-content/use-cases.mdx
index 6d142b40b4..251585abe0 100644
--- a/pages/serverless-functions/reference-content/use-cases.mdx
+++ b/pages/serverless-functions/reference-content/use-cases.mdx
@@ -5,8 +5,6 @@ tags: functions serverless use-cases
dates:
validation: 2025-06-09
posted: 2023-04-24
-categories:
- - serverless
---
Scaleway Serverless Functions can be used in many use cases:
diff --git a/pages/serverless-functions/troubleshooting/cannot-create-namespace.mdx b/pages/serverless-functions/troubleshooting/cannot-create-namespace.mdx
index bf389f2b22..f24b0029ef 100644
--- a/pages/serverless-functions/troubleshooting/cannot-create-namespace.mdx
+++ b/pages/serverless-functions/troubleshooting/cannot-create-namespace.mdx
@@ -5,8 +5,6 @@ tags: serverless functions troubleshooting issue error namespace creation unable
dates:
validation: 2025-05-13
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-functions/troubleshooting/cannot-inject-secret-variable.mdx b/pages/serverless-functions/troubleshooting/cannot-inject-secret-variable.mdx
index c81c8fd2a9..1ae65fb0c7 100644
--- a/pages/serverless-functions/troubleshooting/cannot-inject-secret-variable.mdx
+++ b/pages/serverless-functions/troubleshooting/cannot-inject-secret-variable.mdx
@@ -5,8 +5,6 @@ tags: serverless functions troubleshooting issue error env var environment varia
dates:
validation: 2025-05-13
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-functions/troubleshooting/function-build-error.mdx b/pages/serverless-functions/troubleshooting/function-build-error.mdx
index 4c2392ca92..b0a9ee9aa3 100644
--- a/pages/serverless-functions/troubleshooting/function-build-error.mdx
+++ b/pages/serverless-functions/troubleshooting/function-build-error.mdx
@@ -5,8 +5,6 @@ tags: serverless functions troubleshooting issue error build compile package
dates:
validation: 2025-02-10
posted: 2025-02-10
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-functions/troubleshooting/function-clock-drift.mdx b/pages/serverless-functions/troubleshooting/function-clock-drift.mdx
index 82bb4b8601..685784ea0a 100644
--- a/pages/serverless-functions/troubleshooting/function-clock-drift.mdx
+++ b/pages/serverless-functions/troubleshooting/function-clock-drift.mdx
@@ -5,9 +5,6 @@ tags: functions clock drift skew serverless difference time troubleshooting
dates:
validation: 2025-05-07
posted: 2025-05-07
-categories:
- - serverless
- - functions
---
## Problem
diff --git a/pages/serverless-functions/troubleshooting/function-in-error-state.mdx b/pages/serverless-functions/troubleshooting/function-in-error-state.mdx
index 7ed0f4f452..2688d90f85 100644
--- a/pages/serverless-functions/troubleshooting/function-in-error-state.mdx
+++ b/pages/serverless-functions/troubleshooting/function-in-error-state.mdx
@@ -5,8 +5,6 @@ tags: serverless functions troubleshooting issue error state failed fail
dates:
validation: 2025-06-09
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-functions/troubleshooting/function-stopped-after-redeploy.mdx b/pages/serverless-functions/troubleshooting/function-stopped-after-redeploy.mdx
index dc0be2e05e..94b3d27a15 100644
--- a/pages/serverless-functions/troubleshooting/function-stopped-after-redeploy.mdx
+++ b/pages/serverless-functions/troubleshooting/function-stopped-after-redeploy.mdx
@@ -5,8 +5,6 @@ tags: serverless functions troubleshooting issue error state failed fail redeplo
dates:
validation: 2025-05-13
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-functions/troubleshooting/go-function-version-error.mdx b/pages/serverless-functions/troubleshooting/go-function-version-error.mdx
index 87a1c3017d..9c88e8a824 100644
--- a/pages/serverless-functions/troubleshooting/go-function-version-error.mdx
+++ b/pages/serverless-functions/troubleshooting/go-function-version-error.mdx
@@ -5,8 +5,6 @@ tags: serverless functions troubleshooting issue error go version build
dates:
validation: 2025-04-30
posted: 2025-04-30
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-functions/troubleshooting/handler-not-found.mdx b/pages/serverless-functions/troubleshooting/handler-not-found.mdx
index f09cffaa14..72d3a24681 100644
--- a/pages/serverless-functions/troubleshooting/handler-not-found.mdx
+++ b/pages/serverless-functions/troubleshooting/handler-not-found.mdx
@@ -5,8 +5,6 @@ tags: serverless functions troubleshooting issue error function handler executio
dates:
validation: 2025-05-13
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-functions/troubleshooting/index.mdx b/pages/serverless-functions/troubleshooting/index.mdx
index 2faa906d68..4147b590f7 100644
--- a/pages/serverless-functions/troubleshooting/index.mdx
+++ b/pages/serverless-functions/troubleshooting/index.mdx
@@ -4,8 +4,6 @@ description: Troubleshooting guide for Scaleway Serverless Functions.
dates:
posted: 2025-03-13
validation: 2025-03-13
-categories:
- - serverless
productIcon: FunctionsProductIcon
---
diff --git a/pages/serverless-functions/troubleshooting/no-data-grafana-dashboards.mdx b/pages/serverless-functions/troubleshooting/no-data-grafana-dashboards.mdx
index 70ebfb0527..f3b3da2ab1 100644
--- a/pages/serverless-functions/troubleshooting/no-data-grafana-dashboards.mdx
+++ b/pages/serverless-functions/troubleshooting/no-data-grafana-dashboards.mdx
@@ -5,8 +5,6 @@ tags: no-data-sources no-data cockpit-unavailable dashboard datasource-not-found
dates:
validation: 2025-06-05
posted: 2025-06-05
-categories:
- - observability
---
import TroubleshootingNoDataGrafanaDashboards from '@macros/cockpit/no-data-grafana-dashboards.mdx'
diff --git a/pages/serverless-functions/troubleshooting/tests-fail-on-function.mdx b/pages/serverless-functions/troubleshooting/tests-fail-on-function.mdx
index a0e5cca54e..620b938e06 100644
--- a/pages/serverless-functions/troubleshooting/tests-fail-on-function.mdx
+++ b/pages/serverless-functions/troubleshooting/tests-fail-on-function.mdx
@@ -5,8 +5,6 @@ tags: serverless functions private troubleshooting issue error test authenticati
dates:
validation: 2025-01-14
posted: 2025-01-14
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-functions/troubleshooting/timeout-error.mdx b/pages/serverless-functions/troubleshooting/timeout-error.mdx
index a7e8a36b83..46847b1795 100644
--- a/pages/serverless-functions/troubleshooting/timeout-error.mdx
+++ b/pages/serverless-functions/troubleshooting/timeout-error.mdx
@@ -5,8 +5,6 @@ tags: serverless functions troubleshooting issue error function timeout
dates:
validation: 2025-05-13
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-functions/troubleshooting/too-many-retries.mdx b/pages/serverless-functions/troubleshooting/too-many-retries.mdx
index 506db110f7..b79195ae8d 100644
--- a/pages/serverless-functions/troubleshooting/too-many-retries.mdx
+++ b/pages/serverless-functions/troubleshooting/too-many-retries.mdx
@@ -5,8 +5,6 @@ tags: serverless functions troubleshooting issue error function retries retry fa
dates:
validation: 2025-05-13
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-jobs/api-cli/migrate-external-image-to-scaleway-registry.mdx b/pages/serverless-jobs/api-cli/migrate-external-image-to-scaleway-registry.mdx
index 592c9ed003..0419802499 100644
--- a/pages/serverless-jobs/api-cli/migrate-external-image-to-scaleway-registry.mdx
+++ b/pages/serverless-jobs/api-cli/migrate-external-image-to-scaleway-registry.mdx
@@ -5,8 +5,6 @@ tags: serverless jobs registry import copy migrate skopeo docker
dates:
validation: 2025-05-13
posted: 2021-11-06
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
import ContainerRegistryNote from '@macros/serverless/container-registry-note.mdx'
diff --git a/pages/serverless-jobs/concepts.mdx b/pages/serverless-jobs/concepts.mdx
index f0debb2b6f..c2be6b5508 100644
--- a/pages/serverless-jobs/concepts.mdx
+++ b/pages/serverless-jobs/concepts.mdx
@@ -5,8 +5,6 @@ tags: jobs serverless-jobs definition glossary execution run
dates:
validation: 2025-06-09
posted: 2023-11-07
-categories:
- - serverless
---
## Container Registry
diff --git a/pages/serverless-jobs/how-to/automate-resources-management.mdx b/pages/serverless-jobs/how-to/automate-resources-management.mdx
index 5f618c48d8..a7f8eec18b 100644
--- a/pages/serverless-jobs/how-to/automate-resources-management.mdx
+++ b/pages/serverless-jobs/how-to/automate-resources-management.mdx
@@ -2,9 +2,6 @@
title: How to automate the management of your resources using Serverless Jobs
description: This step-by-step guide will help you automate the management of your resources using Serverless Jobs and the Scaleway CLI
tags: serverless jobs command line interface cli automate resources management
-categories:
- - developer-tools
- - jobs
dates:
validation: 2025-06-23
posted: 2025-06-13
diff --git a/pages/serverless-jobs/how-to/build-push-container-image.mdx b/pages/serverless-jobs/how-to/build-push-container-image.mdx
index 4468f92b4e..e7757179b1 100644
--- a/pages/serverless-jobs/how-to/build-push-container-image.mdx
+++ b/pages/serverless-jobs/how-to/build-push-container-image.mdx
@@ -5,9 +5,6 @@ tags: create dockerfile containerize application deployment scaleway
dates:
validation: 2025-04-02
posted: 2021-04-01
-categories:
- - serverless
- - jobs
---
This page explains how to create a simple Dockerfile to containerize your applications for deployment using Scaleway Serverless Jobs.
diff --git a/pages/serverless-jobs/how-to/configure-alerts-jobs.mdx b/pages/serverless-jobs/how-to/configure-alerts-jobs.mdx
index 5c177d8a9e..9c45abcd30 100644
--- a/pages/serverless-jobs/how-to/configure-alerts-jobs.mdx
+++ b/pages/serverless-jobs/how-to/configure-alerts-jobs.mdx
@@ -5,8 +5,6 @@ tags: jobs alerts grafana threshold monitoring cockpit
dates:
validation: 2025-02-10
posted: 2025-02-10
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-jobs/how-to/create-job.mdx b/pages/serverless-jobs/how-to/create-job.mdx
index bf580bcd0a..cd4a59258e 100644
--- a/pages/serverless-jobs/how-to/create-job.mdx
+++ b/pages/serverless-jobs/how-to/create-job.mdx
@@ -5,9 +5,6 @@ tags: deploy create job scaleway-registry docker image external registry public
dates:
validation: 2025-05-13
posted: 2023-11-09
-categories:
- - serverless
- - jobs
---
import Requirements from '@macros/iam/requirements.mdx'
import ContainerRegistryNote from '@macros/serverless/container-registry-note.mdx'
diff --git a/pages/serverless-jobs/how-to/delete-job.mdx b/pages/serverless-jobs/how-to/delete-job.mdx
index b1652cffcf..eb07655b8c 100644
--- a/pages/serverless-jobs/how-to/delete-job.mdx
+++ b/pages/serverless-jobs/how-to/delete-job.mdx
@@ -5,9 +5,6 @@ tags: delete serverless job scaleway
dates:
validation: 2024-12-24
posted: 2021-11-14
-categories:
- - serverless
- - jobs
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-jobs/how-to/manage-job-schedule.mdx b/pages/serverless-jobs/how-to/manage-job-schedule.mdx
index 66a25aafe7..0c43cea352 100644
--- a/pages/serverless-jobs/how-to/manage-job-schedule.mdx
+++ b/pages/serverless-jobs/how-to/manage-job-schedule.mdx
@@ -4,9 +4,6 @@ description: Manage job schedules efficiently in Scaleway Serverless.
dates:
validation: 2025-03-13
posted: 2024-02-27
-categories:
- - serverless
- - jobs
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-jobs/how-to/monitor-job.mdx b/pages/serverless-jobs/how-to/monitor-job.mdx
index 5f6a06a4f7..dc386ad41c 100644
--- a/pages/serverless-jobs/how-to/monitor-job.mdx
+++ b/pages/serverless-jobs/how-to/monitor-job.mdx
@@ -5,9 +5,6 @@ tags: serverless jobs logs metrics cockpit grafana activity
dates:
validation: 2024-12-24
posted: 2023-11-20
-categories:
- - serverless
- - jobs
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-jobs/how-to/reference-secret-in-job.mdx b/pages/serverless-jobs/how-to/reference-secret-in-job.mdx
index 5330f5a0dc..70bb59b5f7 100644
--- a/pages/serverless-jobs/how-to/reference-secret-in-job.mdx
+++ b/pages/serverless-jobs/how-to/reference-secret-in-job.mdx
@@ -5,9 +5,6 @@ tags: serverless jobs secrets secret-manager environment-variable
dates:
validation: 2025-05-13
posted: 2024-10-27
-categories:
- - serverless
- - jobs
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-jobs/how-to/run-job.mdx b/pages/serverless-jobs/how-to/run-job.mdx
index cac4a2bc1b..77bdeb0abe 100644
--- a/pages/serverless-jobs/how-to/run-job.mdx
+++ b/pages/serverless-jobs/how-to/run-job.mdx
@@ -5,9 +5,6 @@ tags: run execute start serverless job scaleway contextual-options parameters
dates:
validation: 2025-06-09
posted: 2023-11-14
-categories:
- - serverless
- - jobs
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-jobs/how-to/stop-job.mdx b/pages/serverless-jobs/how-to/stop-job.mdx
index 2b76bb33ba..ae9a7d1ee1 100644
--- a/pages/serverless-jobs/how-to/stop-job.mdx
+++ b/pages/serverless-jobs/how-to/stop-job.mdx
@@ -5,9 +5,6 @@ tags: stop execute abort start serverless job scaleway
dates:
validation: 2025-06-09
posted: 2023-12-12
-categories:
- - serverless
- - jobs
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-jobs/quickstart.mdx b/pages/serverless-jobs/quickstart.mdx
index 581b193de7..8a83299005 100644
--- a/pages/serverless-jobs/quickstart.mdx
+++ b/pages/serverless-jobs/quickstart.mdx
@@ -5,9 +5,6 @@ tags: jobs serverless namespace
dates:
validation: 2025-06-09
posted: 2023-11-07
-categories:
- - serverless
- - jobs
---
import Requirements from '@macros/iam/requirements.mdx'
import ContainerRegistryNote from '@macros/serverless/container-registry-note.mdx'
diff --git a/pages/serverless-jobs/reference-content/cron-schedules.mdx b/pages/serverless-jobs/reference-content/cron-schedules.mdx
index 1e95082c58..cffb0d23d6 100644
--- a/pages/serverless-jobs/reference-content/cron-schedules.mdx
+++ b/pages/serverless-jobs/reference-content/cron-schedules.mdx
@@ -5,9 +5,6 @@ tags: serverless jobs cron crontab schedule cronjob
dates:
validation: 2025-01-15
posted: 2023-12-12
-categories:
- - serverless
- - jobs
---
import CronSchedules from '@macros/serverless/cron-schedules.mdx'
diff --git a/pages/serverless-jobs/reference-content/difference-jobs-functions-containers.mdx b/pages/serverless-jobs/reference-content/difference-jobs-functions-containers.mdx
index 5708085878..671e3000b1 100644
--- a/pages/serverless-jobs/reference-content/difference-jobs-functions-containers.mdx
+++ b/pages/serverless-jobs/reference-content/difference-jobs-functions-containers.mdx
@@ -5,9 +5,6 @@ tags: job container functions differences vs docker image
dates:
validation: 2025-01-15
posted: 2023-11-13
-categories:
- - serverless
- - jobs
---
import DifferenceJobsFunctionsContainers from '@macros/serverless/difference-jobs-functions-containers.mdx'
diff --git a/pages/serverless-jobs/reference-content/jobs-limitations.mdx b/pages/serverless-jobs/reference-content/jobs-limitations.mdx
index d09491ac8d..0a0d3f0eb2 100644
--- a/pages/serverless-jobs/reference-content/jobs-limitations.mdx
+++ b/pages/serverless-jobs/reference-content/jobs-limitations.mdx
@@ -5,9 +5,6 @@ tags: Jobs limitations serverless
dates:
validation: 2025-04-08
posted: 2021-03-28
-categories:
- - serverless
- - Jobs
---
This section contains usage limits that apply when using Serverless Jobs.
diff --git a/pages/serverless-jobs/reference-content/serverless-overview.mdx b/pages/serverless-jobs/reference-content/serverless-overview.mdx
index c382c82134..5bd4057295 100644
--- a/pages/serverless-jobs/reference-content/serverless-overview.mdx
+++ b/pages/serverless-jobs/reference-content/serverless-overview.mdx
@@ -5,9 +5,6 @@ tags: jobs serverless
dates:
validation: 2025-05-23
posted: 2025-05-23
-categories:
- - serverless
- - jobs
---
## What is serverless compute?
diff --git a/pages/serverless-jobs/troubleshooting/cannot-inject-secret-variable.mdx b/pages/serverless-jobs/troubleshooting/cannot-inject-secret-variable.mdx
index de74c1f705..8f311132e8 100644
--- a/pages/serverless-jobs/troubleshooting/cannot-inject-secret-variable.mdx
+++ b/pages/serverless-jobs/troubleshooting/cannot-inject-secret-variable.mdx
@@ -5,8 +5,6 @@ tags: serverless jobs troubleshooting issue error image env var environment vari
dates:
validation: 2025-05-13
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-jobs/troubleshooting/cannot-retrieve-external-image.mdx b/pages/serverless-jobs/troubleshooting/cannot-retrieve-external-image.mdx
index 463d3e669a..2d01c91728 100644
--- a/pages/serverless-jobs/troubleshooting/cannot-retrieve-external-image.mdx
+++ b/pages/serverless-jobs/troubleshooting/cannot-retrieve-external-image.mdx
@@ -5,8 +5,6 @@ tags: serverless jobs troubleshooting issue error image retrieve external public
dates:
validation: 2025-05-13
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-jobs/troubleshooting/index.mdx b/pages/serverless-jobs/troubleshooting/index.mdx
index dbeda10d28..cbca340e6b 100644
--- a/pages/serverless-jobs/troubleshooting/index.mdx
+++ b/pages/serverless-jobs/troubleshooting/index.mdx
@@ -4,8 +4,6 @@ description: Troubleshooting guide for Scaleway Serverless Jobs.
dates:
posted: 2025-03-13
validation: 2025-03-13
-categories:
- - serverless
productIcon: ServerlessJobsProductIcon
---
diff --git a/pages/serverless-jobs/troubleshooting/job-in-error-state.mdx b/pages/serverless-jobs/troubleshooting/job-in-error-state.mdx
index 7abe8fa175..ab7f5569f2 100644
--- a/pages/serverless-jobs/troubleshooting/job-in-error-state.mdx
+++ b/pages/serverless-jobs/troubleshooting/job-in-error-state.mdx
@@ -5,8 +5,6 @@ tags: serverless jobs troubleshooting issue error state message
dates:
validation: 2025-05-13
posted: 2024-11-06
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-jobs/troubleshooting/missing-metrics.mdx b/pages/serverless-jobs/troubleshooting/missing-metrics.mdx
index 0b9de9b30a..d0f95f1d2c 100644
--- a/pages/serverless-jobs/troubleshooting/missing-metrics.mdx
+++ b/pages/serverless-jobs/troubleshooting/missing-metrics.mdx
@@ -5,8 +5,6 @@ tags: serverless jobs troubleshooting issue missing metrics
dates:
validation: 2025-07-01
posted: 2024-12-19
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-jobs/troubleshooting/no-data-grafana-dashboards.mdx b/pages/serverless-jobs/troubleshooting/no-data-grafana-dashboards.mdx
index 70ebfb0527..f3b3da2ab1 100644
--- a/pages/serverless-jobs/troubleshooting/no-data-grafana-dashboards.mdx
+++ b/pages/serverless-jobs/troubleshooting/no-data-grafana-dashboards.mdx
@@ -5,8 +5,6 @@ tags: no-data-sources no-data cockpit-unavailable dashboard datasource-not-found
dates:
validation: 2025-06-05
posted: 2025-06-05
-categories:
- - observability
---
import TroubleshootingNoDataGrafanaDashboards from '@macros/cockpit/no-data-grafana-dashboards.mdx'
diff --git a/pages/serverless-sql-databases/api-cli/postgrest-row-level-security.mdx b/pages/serverless-sql-databases/api-cli/postgrest-row-level-security.mdx
index 1efb92eb6c..f9d8397fd5 100644
--- a/pages/serverless-sql-databases/api-cli/postgrest-row-level-security.mdx
+++ b/pages/serverless-sql-databases/api-cli/postgrest-row-level-security.mdx
@@ -5,8 +5,6 @@ tags: sql-databases serverless database row-level-security postgresql postgrest
dates:
validation: 2025-04-02
posted: 2024-09-24
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-sql-databases/concepts.mdx b/pages/serverless-sql-databases/concepts.mdx
index a446cc35f0..46b768da0d 100644
--- a/pages/serverless-sql-databases/concepts.mdx
+++ b/pages/serverless-sql-databases/concepts.mdx
@@ -4,8 +4,6 @@ description: Detailed explanation of concepts and architecture behind Scaleway's
tags: sql databases serverless
dates:
validation: 2025-05-26
-categories:
- - serverless
---
import RegionAndAz from '@macros/console/region-and-az.mdx'
diff --git a/pages/serverless-sql-databases/how-to/add-users.mdx b/pages/serverless-sql-databases/how-to/add-users.mdx
index a8f1bb41ed..0902788a5e 100644
--- a/pages/serverless-sql-databases/how-to/add-users.mdx
+++ b/pages/serverless-sql-databases/how-to/add-users.mdx
@@ -5,8 +5,6 @@ tags: sql-databases serverless database iam postgresql
dates:
validation: 2025-03-13
posted: 2023-08-11
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-sql-databases/how-to/configure-autoscaling.mdx b/pages/serverless-sql-databases/how-to/configure-autoscaling.mdx
index aae9e6eaa4..65047afc9d 100644
--- a/pages/serverless-sql-databases/how-to/configure-autoscaling.mdx
+++ b/pages/serverless-sql-databases/how-to/configure-autoscaling.mdx
@@ -5,8 +5,6 @@ tags: database serverless-sql-database serverless-db serverless-database postgre
dates:
validation: 2025-03-13
posted: 2023-08-11
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-sql-databases/how-to/connect-to-a-database.mdx b/pages/serverless-sql-databases/how-to/connect-to-a-database.mdx
index 335c410112..f8b16e91c6 100644
--- a/pages/serverless-sql-databases/how-to/connect-to-a-database.mdx
+++ b/pages/serverless-sql-databases/how-to/connect-to-a-database.mdx
@@ -5,8 +5,6 @@ tags: database serverless-sql-database serverless-db serverless-database postgre
dates:
validation: 2025-03-25
posted: 2023-08-11
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-sql-databases/how-to/create-a-database.mdx b/pages/serverless-sql-databases/how-to/create-a-database.mdx
index 6b80eadffa..8b68061440 100644
--- a/pages/serverless-sql-databases/how-to/create-a-database.mdx
+++ b/pages/serverless-sql-databases/how-to/create-a-database.mdx
@@ -5,8 +5,6 @@ tags: database serverless-sql-database serverless-db serverless-database postgre
dates:
validation: 2025-02-27
posted: 2023-08-11
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-sql-databases/how-to/delete-a-database.mdx b/pages/serverless-sql-databases/how-to/delete-a-database.mdx
index 96c6e0629d..2080a35cd5 100644
--- a/pages/serverless-sql-databases/how-to/delete-a-database.mdx
+++ b/pages/serverless-sql-databases/how-to/delete-a-database.mdx
@@ -5,8 +5,6 @@ tags: database delete drop db suppress stop
dates:
validation: 2025-03-13
posted: 2023-08-11
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-sql-databases/how-to/manage-backups.mdx b/pages/serverless-sql-databases/how-to/manage-backups.mdx
index 0fec0ac365..cc5eed55cf 100644
--- a/pages/serverless-sql-databases/how-to/manage-backups.mdx
+++ b/pages/serverless-sql-databases/how-to/manage-backups.mdx
@@ -5,8 +5,6 @@ tags: sql-databases serverless database backup snapshot restore
dates:
validation: 2025-01-15
posted: 2023-12-05
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-sql-databases/how-to/manage-permissions.mdx b/pages/serverless-sql-databases/how-to/manage-permissions.mdx
index f788fbabcb..5c44256d02 100644
--- a/pages/serverless-sql-databases/how-to/manage-permissions.mdx
+++ b/pages/serverless-sql-databases/how-to/manage-permissions.mdx
@@ -5,8 +5,6 @@ tags: sql-databases serverless database iam serverless-db serverless-database po
dates:
validation: 2025-03-13
posted: 2023-08-11
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-sql-databases/how-to/use-row-level-security.mdx b/pages/serverless-sql-databases/how-to/use-row-level-security.mdx
index d5c2856022..16c02dbf0b 100644
--- a/pages/serverless-sql-databases/how-to/use-row-level-security.mdx
+++ b/pages/serverless-sql-databases/how-to/use-row-level-security.mdx
@@ -5,8 +5,6 @@ tags: sql-databases serverless database row-level-security postgresql postgrest
dates:
validation: 2025-04-02
posted: 2024-09-24
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-sql-databases/quickstart.mdx b/pages/serverless-sql-databases/quickstart.mdx
index e628efd568..99e6eb7c3f 100644
--- a/pages/serverless-sql-databases/quickstart.mdx
+++ b/pages/serverless-sql-databases/quickstart.mdx
@@ -5,8 +5,6 @@ tags: sql-databases serverless database connect create delete serverless-sql-dat
dates:
validation: 2025-02-27
posted: 2023-08-11
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-sql-databases/reference-content/known-differences.mdx b/pages/serverless-sql-databases/reference-content/known-differences.mdx
index 8c5fe5e37f..9ed8df27c4 100644
--- a/pages/serverless-sql-databases/reference-content/known-differences.mdx
+++ b/pages/serverless-sql-databases/reference-content/known-differences.mdx
@@ -5,8 +5,6 @@ tags: database serverless-sql-database differences postgresql serverless
dates:
validation: 2025-02-27
posted: 2023-08-04
-categories:
- - serverless
---
Serverless SQL Database is based on PostgreSQL engine and thus provides standard PostgreSQL compatibility for most PostgreSQL features and commands. Due to the nature of a managed service, autoscaling support and connection pooling support, some features are not currently supported. This means either the corresponding SQL command will not be authorized, or will not behave similarly to a standard PostgreSQL instance.
diff --git a/pages/serverless-sql-databases/reference-content/serverless-sql-databases-overview.mdx b/pages/serverless-sql-databases/reference-content/serverless-sql-databases-overview.mdx
index b3eb4ab72d..ed1b8d54e4 100644
--- a/pages/serverless-sql-databases/reference-content/serverless-sql-databases-overview.mdx
+++ b/pages/serverless-sql-databases/reference-content/serverless-sql-databases-overview.mdx
@@ -5,8 +5,6 @@ tags: database serverless-sql-database serverless overview specs
dates:
validation: 2025-02-27
posted: 2023-08-04
-categories:
- - serverless
---
import image from './assets/serverless-sql-databases-schema.webp'
diff --git a/pages/serverless-sql-databases/reference-content/supported-postgresql-extensions.mdx b/pages/serverless-sql-databases/reference-content/supported-postgresql-extensions.mdx
index 12700888a3..6961e5e690 100644
--- a/pages/serverless-sql-databases/reference-content/supported-postgresql-extensions.mdx
+++ b/pages/serverless-sql-databases/reference-content/supported-postgresql-extensions.mdx
@@ -5,8 +5,6 @@ tags: sql-databases serverless database extensions postgresql pgvector postgis t
dates:
validation: 2025-04-16
posted: 2024-10-08
-categories:
- - serverless
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/serverless-sql-databases/troubleshooting/connection-errors.mdx b/pages/serverless-sql-databases/troubleshooting/connection-errors.mdx
index 3360b6c564..326b471d88 100644
--- a/pages/serverless-sql-databases/troubleshooting/connection-errors.mdx
+++ b/pages/serverless-sql-databases/troubleshooting/connection-errors.mdx
@@ -5,8 +5,6 @@ tags: database serverless-sql-database unable connect connection troubleshooting
dates:
validation: 2025-02-27
posted: 2024-02-07
-categories:
- - serverless
---
## FATAL: password authentication failed for user
diff --git a/pages/serverless-sql-databases/troubleshooting/connection-timeout.mdx b/pages/serverless-sql-databases/troubleshooting/connection-timeout.mdx
index f53fcc6d74..7f4df72a5b 100644
--- a/pages/serverless-sql-databases/troubleshooting/connection-timeout.mdx
+++ b/pages/serverless-sql-databases/troubleshooting/connection-timeout.mdx
@@ -5,8 +5,6 @@ tags: database serverless-sql-database timeout connection troubleshooting error
dates:
validation: 2024-12-24
posted: 2023-11-27
-categories:
- - serverless
---
Serverless SQL Databases is based on PostgreSQL engine, and thus provides standard PostgreSQL compatibility for most PostgreSQL features and commands. Due to autoscaling, the cold start can take a couple of seconds and be interpreted as an error by some drivers or third party libraries.
diff --git a/pages/serverless-sql-databases/troubleshooting/database-unavailable.mdx b/pages/serverless-sql-databases/troubleshooting/database-unavailable.mdx
index 47e4e49901..4d66b783fe 100644
--- a/pages/serverless-sql-databases/troubleshooting/database-unavailable.mdx
+++ b/pages/serverless-sql-databases/troubleshooting/database-unavailable.mdx
@@ -5,8 +5,6 @@ tags: database serverless-sql-database unavailable error state status
dates:
validation: 2025-04-10
posted: 2025-04-10
-categories:
- - serverless
---
## Problem
diff --git a/pages/serverless-sql-databases/troubleshooting/failing-backup-restore.mdx b/pages/serverless-sql-databases/troubleshooting/failing-backup-restore.mdx
index fb4a45397b..d0f94d3b61 100644
--- a/pages/serverless-sql-databases/troubleshooting/failing-backup-restore.mdx
+++ b/pages/serverless-sql-databases/troubleshooting/failing-backup-restore.mdx
@@ -5,8 +5,6 @@ tags: database serverless-sql-database unable fail backup troubleshooting restor
dates:
validation: 2025-02-27
posted: 2024-02-07
-categories:
- - serverless
---
## Manual SQL backup and restore fails
diff --git a/pages/site-to-site-vpn/reference-content/security-proposals.mdx b/pages/site-to-site-vpn/reference-content/security-proposals.mdx
index 309e066383..9d56ca6c14 100644
--- a/pages/site-to-site-vpn/reference-content/security-proposals.mdx
+++ b/pages/site-to-site-vpn/reference-content/security-proposals.mdx
@@ -3,9 +3,6 @@ title: Site-to-Site VPN security proposals
description: Find out what the different encryption and authentication ciphers available with Scaleway Site-to-Site VPN, and how to to choose the best algorithm for your use case.
noindex: true
tags: vpn connection encryption authentication security cipher security-proposal
-categories:
- - site-to-site-vpn
- - network
dates:
validation: 2025-06-03
posted: 2025-06-03
diff --git a/pages/site-to-site-vpn/reference-content/statuses.mdx b/pages/site-to-site-vpn/reference-content/statuses.mdx
index 16867dd246..e001bf059d 100644
--- a/pages/site-to-site-vpn/reference-content/statuses.mdx
+++ b/pages/site-to-site-vpn/reference-content/statuses.mdx
@@ -3,9 +3,6 @@ title: Understanding Site-to-Site VPN statuses
description: Find out what the different possible statuses of your Site-to-Site VPN gateways and connections mean, and how to take action based on these statuses when necessary.
noindex: true
tags: vpn gateway customer remote connection status
-categories:
- - site-to-site-vpn
- - network
dates:
validation: 2025-06-03
posted: 2025-06-03
diff --git a/pages/site-to-site-vpn/reference-content/understanding-s2svpn.mdx b/pages/site-to-site-vpn/reference-content/understanding-s2svpn.mdx
index 8aae3049ca..93ade7fe24 100644
--- a/pages/site-to-site-vpn/reference-content/understanding-s2svpn.mdx
+++ b/pages/site-to-site-vpn/reference-content/understanding-s2svpn.mdx
@@ -3,9 +3,6 @@ title: Understanding Site-to-Site VPN
description: Dive deeper into understanding Scaleway's Site-to-Site VPN offer, with technical diagrams, explanations and more.
noindex: true
tags: vpn gateway customer infrastructure connection encryption
-categories:
- - site-to-site-vpn
- - network
dates:
validation: 2025-06-03
posted: 2025-06-03
diff --git a/pages/terraform/quickstart.mdx b/pages/terraform/quickstart.mdx
index 02ba48c304..5ce1c49315 100644
--- a/pages/terraform/quickstart.mdx
+++ b/pages/terraform/quickstart.mdx
@@ -5,8 +5,6 @@ tags: devtools terraform tf scaleway-provider scaleway-terraform
dates:
validation: 2025-06-09
posted: 2023-10-24
-categories:
- - devtools
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/terraform/reference-content/environment-variables.mdx b/pages/terraform/reference-content/environment-variables.mdx
index 663fdc223d..a60f59847c 100644
--- a/pages/terraform/reference-content/environment-variables.mdx
+++ b/pages/terraform/reference-content/environment-variables.mdx
@@ -5,8 +5,6 @@ tags: devtools cli api variables terraform
dates:
validation: 2025-04-16
posted: 2023-05-24
-categories:
- - devtools
---
import ScalewayEnvironmentVariables from '@macros/developer-tools/scaleway-environment-variables.mdx'
diff --git a/pages/terraform/reference-content/scaleway-configuration-file.mdx b/pages/terraform/reference-content/scaleway-configuration-file.mdx
index 08ce05c726..0d4f7c2932 100644
--- a/pages/terraform/reference-content/scaleway-configuration-file.mdx
+++ b/pages/terraform/reference-content/scaleway-configuration-file.mdx
@@ -5,8 +5,6 @@ tags: developer tools cli api configuration config terraform
dates:
validation: 2025-05-12
posted: 2023-04-23
-categories:
- - devtools
---
import ScalewayConfigurationFile from '@macros/developer-tools/scaleway-configuration-file.mdx'
diff --git a/pages/topics-and-events/api-cli/connect-aws-cli.mdx b/pages/topics-and-events/api-cli/connect-aws-cli.mdx
index 8e248bb613..839c0f140f 100644
--- a/pages/topics-and-events/api-cli/connect-aws-cli.mdx
+++ b/pages/topics-and-events/api-cli/connect-aws-cli.mdx
@@ -2,9 +2,6 @@
title: Connecting Topics and Events to the AWS-CLI
description: This page explains how to connect Scaleway Topics and Events to the AWS-CLI
tags: messaging sns aws-cli cli aws sdk python boto
-categories:
- - serverless
- - topics-and-events
dates:
validation: 2025-04-10
posted: 2023-01-04
diff --git a/pages/topics-and-events/api-cli/python-node-topics-events.mdx b/pages/topics-and-events/api-cli/python-node-topics-events.mdx
index 6d6219360a..403f7a9658 100644
--- a/pages/topics-and-events/api-cli/python-node-topics-events.mdx
+++ b/pages/topics-and-events/api-cli/python-node-topics-events.mdx
@@ -2,9 +2,6 @@
title: Using Go, Python or Node.js with Topics and Events
description: This page explains how to use Go, Python or Node.js with Topics and Events and provides code samples
tags: messaging boto3 python nodejs sns go topics-events
-categories:
- - serverless
- - topics-and-events
dates:
validation: 2025-05-14
posted: 2023-01-04
diff --git a/pages/topics-and-events/api-cli/topics-events-aws-cli.mdx b/pages/topics-and-events/api-cli/topics-events-aws-cli.mdx
index 7e7bf449d5..9f54283171 100644
--- a/pages/topics-and-events/api-cli/topics-events-aws-cli.mdx
+++ b/pages/topics-and-events/api-cli/topics-events-aws-cli.mdx
@@ -2,9 +2,6 @@
title: Using Scaleway Topics and Events with the AWS-CLI
description: This page explains how to use Scaleway Topics and Events for creating topics and sending and receiving messages with the AWS CLI
tags: messaging sns aws-cli cli aws messages subscribe publish topics
-categories:
- - serverless
- - topics-and-events
dates:
validation: 2025-04-10
posted: 2023-04-04
diff --git a/pages/topics-and-events/concepts.mdx b/pages/topics-and-events/concepts.mdx
index 51da867a58..eba2471683 100644
--- a/pages/topics-and-events/concepts.mdx
+++ b/pages/topics-and-events/concepts.mdx
@@ -1,9 +1,6 @@
---
title: Topics and Events - Concepts
description: Understand the core concepts of Scaleway Topics and Events. Explore fundamental principles for efficient message handling and service optimization.
-categories:
- - serverless
- - topics-and-events
tags: messaging topics subscriptions events
dates:
validation: 2025-04-10
diff --git a/pages/topics-and-events/how-to/create-credentials.mdx b/pages/topics-and-events/how-to/create-credentials.mdx
index e4c342c31a..499aed87eb 100644
--- a/pages/topics-and-events/how-to/create-credentials.mdx
+++ b/pages/topics-and-events/how-to/create-credentials.mdx
@@ -2,9 +2,6 @@
title: How to create Topics and Events
description: Learn how to create credentials for Scaleway Topics and Events. Securely manage access and ensure seamless integration with this step-by-step guide.
tags: credentials messaging queuing key token
-categories:
- - serverless
- - topics-and-events
dates:
validation: 2025-04-10
posted: 2025-04-10
diff --git a/pages/topics-and-events/how-to/create-manage-subscriptions.mdx b/pages/topics-and-events/how-to/create-manage-subscriptions.mdx
index 26047ad4ed..2fe27ba909 100644
--- a/pages/topics-and-events/how-to/create-manage-subscriptions.mdx
+++ b/pages/topics-and-events/how-to/create-manage-subscriptions.mdx
@@ -2,9 +2,6 @@
title: How to create and manage Topics and Events subscriptions
description: Learn to create and manage Scaleway Topics and Events subscriptions. This guide ensures effective message delivery and streamlined communication.
tags: messaging queuing subscriptions sns topics
-categories:
- - serverless
- - topics-and-events
dates:
validation: 2025-05-14
posted: 2024-02-06
diff --git a/pages/topics-and-events/how-to/create-manage-topics.mdx b/pages/topics-and-events/how-to/create-manage-topics.mdx
index 56cd6d640b..ae28bcea08 100644
--- a/pages/topics-and-events/how-to/create-manage-topics.mdx
+++ b/pages/topics-and-events/how-to/create-manage-topics.mdx
@@ -2,9 +2,6 @@
title: How to create and manage Topics and Events topics
description: Discover how to create and manage topics with Scaleway Topics and Events. Enhance your messaging setup with this comprehensive, easy-to-follow guide.
tags: messaging queuing topics sns
-categories:
- - serverless
- - topics-and-events
dates:
validation: 2025-04-10
posted: 2023-12-27
diff --git a/pages/topics-and-events/how-to/manage-credentials.mdx b/pages/topics-and-events/how-to/manage-credentials.mdx
index 74dd681e0f..d506457673 100644
--- a/pages/topics-and-events/how-to/manage-credentials.mdx
+++ b/pages/topics-and-events/how-to/manage-credentials.mdx
@@ -5,9 +5,6 @@ dates:
validation: 2025-04-10
posted: 2022-08-11
tags: manage credentials messaging queuing permissions update revoke
-categories:
- - serverless
- - topics-and-events
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/topics-and-events/how-to/monitor-topics-cockpit.mdx b/pages/topics-and-events/how-to/monitor-topics-cockpit.mdx
index 629ab2ef19..d916288512 100644
--- a/pages/topics-and-events/how-to/monitor-topics-cockpit.mdx
+++ b/pages/topics-and-events/how-to/monitor-topics-cockpit.mdx
@@ -1,9 +1,6 @@
---
title: How to monitor Topics and Events with Scaleway Cockpit
description: Monitor Topics and Events services with Scaleway Cockpit. This guide helps you track performance to manage your messaging services efficiently.
-categories:
- - serverless
- - topics-and-events
dates:
validation: 2025-04-10
posted: 2023-09-07
diff --git a/pages/topics-and-events/quickstart.mdx b/pages/topics-and-events/quickstart.mdx
index d30e2ec7d9..5d6ed09757 100644
--- a/pages/topics-and-events/quickstart.mdx
+++ b/pages/topics-and-events/quickstart.mdx
@@ -5,9 +5,6 @@ dates:
validation: 2025-06-19
posted: 2025-04-10
tags: messaging queuing message-broker topics messages subscriptions events
-categories:
- - serverless
- - topics-and-events
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/topics-and-events/reference-content/limitations.mdx b/pages/topics-and-events/reference-content/limitations.mdx
index 0153400942..2adde5e570 100644
--- a/pages/topics-and-events/reference-content/limitations.mdx
+++ b/pages/topics-and-events/reference-content/limitations.mdx
@@ -5,9 +5,6 @@ tags: messaging limitations
dates:
validation: 2025-04-10
posted: 2023-01-04
-categories:
- - serverless
- - topics-and-events
---
## Usage limits
diff --git a/pages/topics-and-events/reference-content/topics-and-events-overview.mdx b/pages/topics-and-events/reference-content/topics-and-events-overview.mdx
index 709ddb2a31..927578a6da 100644
--- a/pages/topics-and-events/reference-content/topics-and-events-overview.mdx
+++ b/pages/topics-and-events/reference-content/topics-and-events-overview.mdx
@@ -2,9 +2,6 @@
title: Topics and Events Overview
description: Learn about the Scaleway Topics and Events messaging system
tags: messaging sns aws queuing publish-subscribe message-queue topic notification simple notification service
-categories:
- - serverless
- - topics-and-events
dates:
validation: 2025-04-10
posted: 2023-01-04
diff --git a/pages/topics-and-events/reference-content/topics-and-events-support.mdx b/pages/topics-and-events/reference-content/topics-and-events-support.mdx
index 3ceb8af69d..0d84c21b99 100644
--- a/pages/topics-and-events/reference-content/topics-and-events-support.mdx
+++ b/pages/topics-and-events/reference-content/topics-and-events-support.mdx
@@ -2,9 +2,6 @@
title: Topics and Events - Supported Actions
description: Discover which SNS AWS API actions are supported by Scaleway Topics and Events
tags: messaging queuing supported supports sns aws api actions
-categories:
- - serverless
- - topics-and-events
dates:
validation: 2025-04-10
posted: 2023-01-04
diff --git a/pages/topics-and-events/troubleshooting/cant-confirm-subscription.mdx b/pages/topics-and-events/troubleshooting/cant-confirm-subscription.mdx
index fe903542f0..752a7a5bae 100644
--- a/pages/topics-and-events/troubleshooting/cant-confirm-subscription.mdx
+++ b/pages/topics-and-events/troubleshooting/cant-confirm-subscription.mdx
@@ -5,8 +5,6 @@ tags: topics-and-events confirm subscription subsribeurl
dates:
validation: 2025-05-28
posted: 2025-05-28
-categories:
- - integration-services
---
## I'm having trouble confirming a subscription to a topic
diff --git a/pages/topics-and-events/troubleshooting/cant-delete-namespace.mdx b/pages/topics-and-events/troubleshooting/cant-delete-namespace.mdx
index 1f65518269..11cf240517 100644
--- a/pages/topics-and-events/troubleshooting/cant-delete-namespace.mdx
+++ b/pages/topics-and-events/troubleshooting/cant-delete-namespace.mdx
@@ -5,8 +5,6 @@ tags: phantom messaging namespace
dates:
validation: 2025-05-28
posted: 2025-05-28
-categories:
- - data
---
## I can't delete my Project due to a Messaging namespace
diff --git a/pages/topics-and-events/troubleshooting/index.mdx b/pages/topics-and-events/troubleshooting/index.mdx
index 1419a424ba..26f3bfeef8 100644
--- a/pages/topics-and-events/troubleshooting/index.mdx
+++ b/pages/topics-and-events/troubleshooting/index.mdx
@@ -4,8 +4,6 @@ description: Find troubleshooting resources for resolving issues with Scaleway T
dates:
posted: 2025-05-28
validation: 2025-05-28
-categories:
- - network
productIcon: SnsProductIcon
---
diff --git a/pages/transactional-email/api-cli/send-emails-with-api.mdx b/pages/transactional-email/api-cli/send-emails-with-api.mdx
index 5e0500aa38..c0385d0c13 100644
--- a/pages/transactional-email/api-cli/send-emails-with-api.mdx
+++ b/pages/transactional-email/api-cli/send-emails-with-api.mdx
@@ -5,8 +5,6 @@ tags: transactional email send multiple-headers send-emails
dates:
validation: 2025-05-13
posted: 2024-04-24
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/api-cli/use-webhooks-with-sns-topics.mdx b/pages/transactional-email/api-cli/use-webhooks-with-sns-topics.mdx
index 6d9d78d3e4..fb9fb11084 100644
--- a/pages/transactional-email/api-cli/use-webhooks-with-sns-topics.mdx
+++ b/pages/transactional-email/api-cli/use-webhooks-with-sns-topics.mdx
@@ -5,8 +5,6 @@ tags: transactional webhooks sns managed-services
dates:
validation: 2025-05-02
posted: 2024-07-18
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/concepts.mdx b/pages/transactional-email/concepts.mdx
index 5fc7ac97b9..f44a94e1f2 100644
--- a/pages/transactional-email/concepts.mdx
+++ b/pages/transactional-email/concepts.mdx
@@ -4,8 +4,6 @@ description: Learn the fundamental concepts of Scaleway Transactional Email.
tags: managed-services deliverability dkim dns-propagation mx-record send-api smtp transactional spf
dates:
validation: 2025-05-13
-categories:
- - managed-services
---
import DedicatedIp from '@macros/tem/dedicated-ip.mdx'
import WebhookEventStatus from '@macros/tem/webhook-event-status.mdx'
diff --git a/pages/transactional-email/how-to/add-dmarc-record.mdx b/pages/transactional-email/how-to/add-dmarc-record.mdx
index a3b00b8cb1..80ccd41182 100644
--- a/pages/transactional-email/how-to/add-dmarc-record.mdx
+++ b/pages/transactional-email/how-to/add-dmarc-record.mdx
@@ -5,8 +5,6 @@ tags: spf spf-record dkim dkim-records dmarc dmarc-record transactional
dates:
validation: 2025-03-26
posted: 2024-03-12
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/how-to/add-mx-record-to-your-domain.mdx b/pages/transactional-email/how-to/add-mx-record-to-your-domain.mdx
index 361f21b527..978b1965cc 100644
--- a/pages/transactional-email/how-to/add-mx-record-to-your-domain.mdx
+++ b/pages/transactional-email/how-to/add-mx-record-to-your-domain.mdx
@@ -5,8 +5,6 @@ tags: transactional mx-record domain
dates:
validation: 2025-04-08
posted: 2023-09-13
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx b/pages/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx
index 12aedbf9a2..f3242902c9 100644
--- a/pages/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx
+++ b/pages/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx
@@ -5,8 +5,6 @@ tags: spf spf-record dkim dkim-records transactional
dates:
validation: 2025-07-15
posted: 2022-11-07
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/how-to/autoconfigure-domain.mdx b/pages/transactional-email/how-to/autoconfigure-domain.mdx
index 83ba5d06f2..fc02e9cd54 100644
--- a/pages/transactional-email/how-to/autoconfigure-domain.mdx
+++ b/pages/transactional-email/how-to/autoconfigure-domain.mdx
@@ -5,8 +5,6 @@ tags: autoconfiguration autoconfig domain dns spf spf-record dkim dkim-records t
dates:
validation: 2025-04-15
posted: 2024-10-11
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/how-to/configure-bimi.mdx b/pages/transactional-email/how-to/configure-bimi.mdx
index a48e3c169f..ebedd620c5 100644
--- a/pages/transactional-email/how-to/configure-bimi.mdx
+++ b/pages/transactional-email/how-to/configure-bimi.mdx
@@ -5,8 +5,6 @@ tags: dmarc spf dkim bimi brand txt record dns
dates:
validation: 2025-07-22
posted: 2024-07-10
-categories:
- - managed-services
---
import image from './assets/scaleway-bimi-record.webp'
diff --git a/pages/transactional-email/how-to/configure-domain-with-transactional-email.mdx b/pages/transactional-email/how-to/configure-domain-with-transactional-email.mdx
index a7a37c5f47..b42ae96518 100644
--- a/pages/transactional-email/how-to/configure-domain-with-transactional-email.mdx
+++ b/pages/transactional-email/how-to/configure-domain-with-transactional-email.mdx
@@ -5,8 +5,6 @@ tags: transactional sending-domain sending domain managed-services
dates:
validation: 2025-04-15
posted: 2022-11-07
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/how-to/create-webhooks.mdx b/pages/transactional-email/how-to/create-webhooks.mdx
index bbd7e69d61..b0d653293b 100644
--- a/pages/transactional-email/how-to/create-webhooks.mdx
+++ b/pages/transactional-email/how-to/create-webhooks.mdx
@@ -5,8 +5,6 @@ tags: transactional webhooks sns managed-services
dates:
validation: 2025-05-02
posted: 2024-08-07
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/how-to/delete-tem-domain.mdx b/pages/transactional-email/how-to/delete-tem-domain.mdx
index e75238ffcf..1ca8544690 100644
--- a/pages/transactional-email/how-to/delete-tem-domain.mdx
+++ b/pages/transactional-email/how-to/delete-tem-domain.mdx
@@ -5,8 +5,6 @@ tags: transactional email domain transactional-email-domain
dates:
validation: 2025-07-15
posted: 2022-11-07
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/how-to/manage-blocklists.mdx b/pages/transactional-email/how-to/manage-blocklists.mdx
index fc2c5063a9..92b67d1918 100644
--- a/pages/transactional-email/how-to/manage-blocklists.mdx
+++ b/pages/transactional-email/how-to/manage-blocklists.mdx
@@ -5,8 +5,6 @@ tags: blocklist reputation transactional
dates:
validation: 2025-01-20
posted: 2025-01-20
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/how-to/manage-email-activity.mdx b/pages/transactional-email/how-to/manage-email-activity.mdx
index 7a8805befa..c60db9c2ea 100644
--- a/pages/transactional-email/how-to/manage-email-activity.mdx
+++ b/pages/transactional-email/how-to/manage-email-activity.mdx
@@ -5,8 +5,6 @@ tags: transactional email-activity managed-services
dates:
validation: 2025-01-22
posted: 2022-11-07
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/how-to/manage-tem-plans.mdx b/pages/transactional-email/how-to/manage-tem-plans.mdx
index 59306e513d..e0de3e5134 100644
--- a/pages/transactional-email/how-to/manage-tem-plans.mdx
+++ b/pages/transactional-email/how-to/manage-tem-plans.mdx
@@ -5,8 +5,6 @@ tags: tem plans management transactional email
dates:
validation: 2025-03-17
posted: 2024-03-12
-categories:
- - transactional-email
---
import Requirements from '@macros/iam/requirements.mdx'
import DedicatedIp from '@macros/tem/dedicated-ip.mdx'
diff --git a/pages/transactional-email/how-to/monitor-transactional-email-cockpit.mdx b/pages/transactional-email/how-to/monitor-transactional-email-cockpit.mdx
index 96410dfe2a..377bfe62d9 100644
--- a/pages/transactional-email/how-to/monitor-transactional-email-cockpit.mdx
+++ b/pages/transactional-email/how-to/monitor-transactional-email-cockpit.mdx
@@ -5,8 +5,6 @@ tags: transactional-email email-deliverability cockpit observability dashboard m
dates:
validation: 2025-03-05
posted: 2025-03-05
-categories:
- - transactional-email
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/quickstart.mdx b/pages/transactional-email/quickstart.mdx
index 01eb027b42..184a72c538 100644
--- a/pages/transactional-email/quickstart.mdx
+++ b/pages/transactional-email/quickstart.mdx
@@ -5,8 +5,6 @@ tags: spf spf-record transactional-email transactional dkim
dates:
validation: 2025-03-26
posted: 2022-11-07
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/reference-content/dmarc-configuration.mdx b/pages/transactional-email/reference-content/dmarc-configuration.mdx
index 5eae027942..b271cef380 100644
--- a/pages/transactional-email/reference-content/dmarc-configuration.mdx
+++ b/pages/transactional-email/reference-content/dmarc-configuration.mdx
@@ -5,8 +5,6 @@ tags: dmarc policy reporting configuration
dates:
validation: 2025-03-26
posted: 2024-03-12
-categories:
- - managed-services
---
With [DMARC](/transactional-email/concepts/#dmarc-record), domain owners publish a [policy](#dmarc-policy) in their DNS records, specifying what actions should be taken when an incoming email fails authentication checks.
diff --git a/pages/transactional-email/reference-content/protecting-your-domain-reputation.mdx b/pages/transactional-email/reference-content/protecting-your-domain-reputation.mdx
index 9cb46257e1..028358c21b 100644
--- a/pages/transactional-email/reference-content/protecting-your-domain-reputation.mdx
+++ b/pages/transactional-email/reference-content/protecting-your-domain-reputation.mdx
@@ -5,8 +5,6 @@ tags: transactional-email domain-reputation email-deliverability
dates:
validation: 2025-05-28
posted: 2023-04-27
-categories:
- - managed-services
---
Scaleway applies reasonable and gradual sending strategies to preserve the reputation of your domain and increase the deliverability of your emails. These measures prevent your domain from being considered a spam sender.
diff --git a/pages/transactional-email/reference-content/smtp-configuration.mdx b/pages/transactional-email/reference-content/smtp-configuration.mdx
index ce1fa5d592..39ec18a1e8 100644
--- a/pages/transactional-email/reference-content/smtp-configuration.mdx
+++ b/pages/transactional-email/reference-content/smtp-configuration.mdx
@@ -5,8 +5,6 @@ tags: smtp configuration forwarding port
dates:
validation: 2025-05-13
posted: 2024-05-02
-categories:
- - managed-services
---
You can set up Scaleway Transaction Email for your applications using either the [Scaleway API](https://www.scaleway.com/en/developers/api/transactional-email/) or the SMTP configuration options of your CRM or application management tool.
diff --git a/pages/transactional-email/reference-content/tem-capabilities-and-limits.mdx b/pages/transactional-email/reference-content/tem-capabilities-and-limits.mdx
index e6f90b1f67..f08494f42c 100644
--- a/pages/transactional-email/reference-content/tem-capabilities-and-limits.mdx
+++ b/pages/transactional-email/reference-content/tem-capabilities-and-limits.mdx
@@ -5,8 +5,6 @@ tags: transactional email-capabilities transactional-email quotas
dates:
validation: 2025-04-23
posted: 2022-11-07
-categories:
- - managed-services
---
Scaleway's Transactional Email service allows users to send automated emails triggered by specific actions like account notifications, password resets, and order confirmations. This service is optimized for high-volume email sending, ensuring fast and reliable delivery of critical messages to end users.
diff --git a/pages/transactional-email/reference-content/tem-dedicated-ip.mdx b/pages/transactional-email/reference-content/tem-dedicated-ip.mdx
index af9318c7df..af9825aa93 100644
--- a/pages/transactional-email/reference-content/tem-dedicated-ip.mdx
+++ b/pages/transactional-email/reference-content/tem-dedicated-ip.mdx
@@ -5,8 +5,6 @@ tags: dedicated ip email deliverability tem ip management
dates:
validation: 2025-03-17
posted: 2024-03-10
-categories:
- - transactional-email
---
import DedicatedIp from '@macros/tem/dedicated-ip.mdx'
diff --git a/pages/transactional-email/reference-content/understanding-tem-reputation-score.mdx b/pages/transactional-email/reference-content/understanding-tem-reputation-score.mdx
index 88d4162e82..924869b0c2 100644
--- a/pages/transactional-email/reference-content/understanding-tem-reputation-score.mdx
+++ b/pages/transactional-email/reference-content/understanding-tem-reputation-score.mdx
@@ -5,8 +5,6 @@ tags: transactional-email domain-reputation email-deliverability score reputatio
dates:
validation: 2025-07-22
posted: 2023-10-12
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/transactional-email/reference-content/webhook-events-payloads.mdx b/pages/transactional-email/reference-content/webhook-events-payloads.mdx
index b6f2822aad..42e1f95fdf 100644
--- a/pages/transactional-email/reference-content/webhook-events-payloads.mdx
+++ b/pages/transactional-email/reference-content/webhook-events-payloads.mdx
@@ -5,8 +5,6 @@ tags: spf dkim dmarc transactional
dates:
validation: 2025-03-26
posted: 2024-09-20
-categories:
- - managed-services
---
import WebhookEventStatus from '@macros/tem/webhook-event-status.mdx'
import WebhookEventTypes from '@macros/tem/webhook-event-types.mdx'
diff --git a/pages/transactional-email/troubleshooting/delist-domain.mdx b/pages/transactional-email/troubleshooting/delist-domain.mdx
index 9c5c0395a2..c1cfafcf60 100644
--- a/pages/transactional-email/troubleshooting/delist-domain.mdx
+++ b/pages/transactional-email/troubleshooting/delist-domain.mdx
@@ -5,8 +5,6 @@ tags: delist domain spam spamhaus
dates:
validation: 2025-04-23
posted: 2023-03-20
-categories:
- - managed-services
---
Spamhaus is a database that analyzes data and lists internet resources such as IP addresses or domains with poor [reputation](/transactional-email/concepts/#ip-reputation). Spamhaus tracks ransomware, malware, phishing, and spam and produces several blocklists that mailbox providers use to protect themselves against malicious activity.
diff --git a/pages/transactional-email/troubleshooting/index.mdx b/pages/transactional-email/troubleshooting/index.mdx
index 943b06c05d..07982786c2 100644
--- a/pages/transactional-email/troubleshooting/index.mdx
+++ b/pages/transactional-email/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Transactional Email
description: Find troubleshooting resources for resolving issues with Transactional Email.
dates:
posted: 2025-03-17
-categories:
- - transactional-email
productIcon: TransactionalEmailProductIcon
---
diff --git a/pages/vpc/concepts.mdx b/pages/vpc/concepts.mdx
index a4f60c367b..bf7169d8fe 100644
--- a/pages/vpc/concepts.mdx
+++ b/pages/vpc/concepts.mdx
@@ -2,8 +2,6 @@
title: VPC - Concepts
description: Discover the key concepts of Scaleway Virtual Private Cloud (VPC). Learn how to isolate, secure, and manage your cloud resources effectively.
tags: network vpc virtual-private-cloud regional private network routing
-categories:
- - network
dates:
validation: 2025-05-05
posted: 2023-02-06
diff --git a/pages/vpc/how-to/activate-dhcp.mdx b/pages/vpc/how-to/activate-dhcp.mdx
index ef9b6dec8a..bc888ade6f 100644
--- a/pages/vpc/how-to/activate-dhcp.mdx
+++ b/pages/vpc/how-to/activate-dhcp.mdx
@@ -5,8 +5,6 @@ tags: regional-private-network private-network vpc virtual-private-cloud dhcp ac
dates:
validation: 2025-01-28
posted: 2023-07-06
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/vpc/how-to/attach-resources-to-pn.mdx b/pages/vpc/how-to/attach-resources-to-pn.mdx
index fc808d79bf..631ea022cf 100644
--- a/pages/vpc/how-to/attach-resources-to-pn.mdx
+++ b/pages/vpc/how-to/attach-resources-to-pn.mdx
@@ -5,8 +5,6 @@ tags: regional-private-network private-network vpc virtual-private-cloud attach
dates:
validation: 2025-02-20
posted: 2023-03-21
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/vpc/how-to/create-private-network.mdx b/pages/vpc/how-to/create-private-network.mdx
index 8d48734168..5c25af8b50 100644
--- a/pages/vpc/how-to/create-private-network.mdx
+++ b/pages/vpc/how-to/create-private-network.mdx
@@ -5,8 +5,6 @@ tags: regional-private-network private-network vpc virtual-private-cloud region
dates:
validation: 2025-04-07
posted: 2023-03-21
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
import PnNaming from '@macros/vpc/pn-naming.mdx'
diff --git a/pages/vpc/how-to/create-vpc.mdx b/pages/vpc/how-to/create-vpc.mdx
index 5dc01d55dd..48c3ab0be3 100644
--- a/pages/vpc/how-to/create-vpc.mdx
+++ b/pages/vpc/how-to/create-vpc.mdx
@@ -5,8 +5,6 @@ tags: vpc default create regional virtual-private-cloud
dates:
validation: 2025-05-05
posted: 2023-06-13
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
import NetworkResourceNaming from '@macros/vpc/network-resource-naming.mdx'
diff --git a/pages/vpc/how-to/delete-private-network.mdx b/pages/vpc/how-to/delete-private-network.mdx
index 3f057288b2..8dd7da4511 100644
--- a/pages/vpc/how-to/delete-private-network.mdx
+++ b/pages/vpc/how-to/delete-private-network.mdx
@@ -5,8 +5,6 @@ tags: regional-private-network private-network vpc virtual-private-cloud delete
dates:
validation: 2025-04-07
posted: 2023-03-21
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/vpc/how-to/delete-vpc.mdx b/pages/vpc/how-to/delete-vpc.mdx
index 5cf35769be..d1bd59109c 100644
--- a/pages/vpc/how-to/delete-vpc.mdx
+++ b/pages/vpc/how-to/delete-vpc.mdx
@@ -5,8 +5,6 @@ tags: vpc default delete regional virtual-private-cloud
dates:
validation: 2025-07-16
posted: 2023-06-13
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/vpc/how-to/manage-routing.mdx b/pages/vpc/how-to/manage-routing.mdx
index 4997b83250..ec1c3d0ad9 100644
--- a/pages/vpc/how-to/manage-routing.mdx
+++ b/pages/vpc/how-to/manage-routing.mdx
@@ -5,8 +5,6 @@ tags: private-network vpc routing route-table routes default-route local-route s
dates:
validation: 2025-06-11
posted: 2024-04-09
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/vpc/quickstart.mdx b/pages/vpc/quickstart.mdx
index 3382255731..94a087e685 100644
--- a/pages/vpc/quickstart.mdx
+++ b/pages/vpc/quickstart.mdx
@@ -5,8 +5,6 @@ tags: vpc virtual-private-cloud regional private network dhcp private-ip
dates:
validation: 2025-06-20
posted: 2022-02-06
-categories:
- - network
---
import Requirements from '@macros/iam/requirements.mdx'
import NetworkResourceNaming from '@macros/vpc/network-resource-naming.mdx'
diff --git a/pages/vpc/reference-content/dns.mdx b/pages/vpc/reference-content/dns.mdx
index b62c5acc55..1dc21daba0 100644
--- a/pages/vpc/reference-content/dns.mdx
+++ b/pages/vpc/reference-content/dns.mdx
@@ -5,8 +5,6 @@ tags: vpc private-network dns dns-server dns-resolution hostname
dates:
validation: 2025-07-16
posted: 2024-12-31
-categories:
- - network
---
Scaleway VPC and Private Networks integrate managed DNS, for the effective resolution of hostnames to IP addresses. Read on to find out more.
diff --git a/pages/vpc/reference-content/getting-most-private-networks.mdx b/pages/vpc/reference-content/getting-most-private-networks.mdx
index a630c3256e..379d6a3bf5 100644
--- a/pages/vpc/reference-content/getting-most-private-networks.mdx
+++ b/pages/vpc/reference-content/getting-most-private-networks.mdx
@@ -5,8 +5,6 @@ tags: vpc private-network connectivity best-practice
dates:
validation: 2025-03-05
posted: 2024-08-28
-categories:
- - network
---
import image from './assets/scaleway-vpc-schema.webp'
import image2 from './assets/scaleway-routing-diag.webp'
diff --git a/pages/vpc/reference-content/understanding-nacls.mdx b/pages/vpc/reference-content/understanding-nacls.mdx
index 0ac95a8ef6..edccd31fc4 100644
--- a/pages/vpc/reference-content/understanding-nacls.mdx
+++ b/pages/vpc/reference-content/understanding-nacls.mdx
@@ -5,8 +5,6 @@ tags: vpc nacl network-access-control-list default-rule stateless inbound outbou
dates:
validation: 2025-06-09
posted: 2025-03-26
-categories:
- - network
---
import image from './assets/scaleway-nacl-diag-simple.webp'
import image2 from './assets/scaleway-nacl-diag-detail.webp'
diff --git a/pages/vpc/reference-content/understanding-routing.mdx b/pages/vpc/reference-content/understanding-routing.mdx
index cf7a7c1862..533d3b2b04 100644
--- a/pages/vpc/reference-content/understanding-routing.mdx
+++ b/pages/vpc/reference-content/understanding-routing.mdx
@@ -5,8 +5,6 @@ tags: vpc routing route-table private-network managed-route automatic-route loca
dates:
validation: 2025-06-11
posted: 2024-05-28
-categories:
- - network
---
import image from './assets/scaleway-routing-diag-custom.webp'
import image2 from './assets/scaleway-route-table.webp'
diff --git a/pages/vpc/reference-content/use-case-basic.mdx b/pages/vpc/reference-content/use-case-basic.mdx
index 988f7697d6..2055d08296 100644
--- a/pages/vpc/reference-content/use-case-basic.mdx
+++ b/pages/vpc/reference-content/use-case-basic.mdx
@@ -5,8 +5,6 @@ tags: vpc private-network connectivity best-practice use-case infrastructure-dia
dates:
validation: 2025-07-21
posted: 2025-01-16
-categories:
- - network
---
import image from './assets/scaleway-vpc-infra-1.webp'
diff --git a/pages/vpc/reference-content/vpc-migration.mdx b/pages/vpc/reference-content/vpc-migration.mdx
index 46bf2175b5..c4ebf9ceb1 100644
--- a/pages/vpc/reference-content/vpc-migration.mdx
+++ b/pages/vpc/reference-content/vpc-migration.mdx
@@ -5,8 +5,6 @@ tags: vpc regional zoned zonal private-networks public-gateway dhcp migration mi
dates:
validation: 2025-07-16
posted: 2023-06-20
-categories:
- - network
---
import image from './assets/scaleway-gateway-mode.webp'
diff --git a/pages/vpc/troubleshooting/autoconfig-not-working.mdx b/pages/vpc/troubleshooting/autoconfig-not-working.mdx
index 8f9aaa1e8e..7dae7a0b0a 100644
--- a/pages/vpc/troubleshooting/autoconfig-not-working.mdx
+++ b/pages/vpc/troubleshooting/autoconfig-not-working.mdx
@@ -5,8 +5,6 @@ tags: resource instance private-network auto-configuration auto configuration dh
dates:
validation: 2025-01-28
posted: 2023-07-05
-categories:
- - network
---
Default Instance images for Ubuntu, Debian, and CentOS support auto-configuration of interfaces plugged into a Private Network.
diff --git a/pages/vpc/troubleshooting/cant-delete-vpc-pn.mdx b/pages/vpc/troubleshooting/cant-delete-vpc-pn.mdx
index a302d19967..04924f746b 100644
--- a/pages/vpc/troubleshooting/cant-delete-vpc-pn.mdx
+++ b/pages/vpc/troubleshooting/cant-delete-vpc-pn.mdx
@@ -5,8 +5,6 @@ tags: vpc private-network delete resources ipam error
dates:
validation: 2025-02-21
posted: 2025-02-21
-categories:
- - network
---
import image from './assets/scaleway-vpc-pns.webp'
import image2 from './assets/scaleway-default-vpcs.webp'
diff --git a/pages/vpc/troubleshooting/connectivity-tests.mdx b/pages/vpc/troubleshooting/connectivity-tests.mdx
index 15b40e092d..4abc57d5db 100644
--- a/pages/vpc/troubleshooting/connectivity-tests.mdx
+++ b/pages/vpc/troubleshooting/connectivity-tests.mdx
@@ -5,8 +5,6 @@ tags: resource private-network connectivity ping test
dates:
validation: 2025-05-30
posted: 2025-05-30
-categories:
- - network
---
When an Instance becomes unreachable over a Private Network, it can be challenging to diagnose and resolve the issue.
diff --git a/pages/vpc/troubleshooting/index.mdx b/pages/vpc/troubleshooting/index.mdx
index 6fb59b277b..8b3850dcf8 100644
--- a/pages/vpc/troubleshooting/index.mdx
+++ b/pages/vpc/troubleshooting/index.mdx
@@ -4,8 +4,6 @@ description: Find troubleshooting resources for resolving issues with Scaleway V
dates:
posted: 2025-03-14
validation: 2025-03-14
-categories:
- - network
productIcon: VpcProductIcon
---
diff --git a/pages/vpc/troubleshooting/pn-name.mdx b/pages/vpc/troubleshooting/pn-name.mdx
index cb7e76f394..36026b4439 100644
--- a/pages/vpc/troubleshooting/pn-name.mdx
+++ b/pages/vpc/troubleshooting/pn-name.mdx
@@ -5,8 +5,6 @@ tags: private-network tld ssl ssl-validation-failed dns name addressing
dates:
validation: 2025-05-30
posted: 2024-01-31
-categories:
- - network
---
Scaleway VPC and Private Networks integrate managed DNS, for the effective resolution of hostnames to IP addresses. You may be experiencing DNS and/or related SSL errors when attempting to access your resource over its [hostname](/vpc/reference-content/dns/#hostname-format) on a Private Network.
diff --git a/pages/vpc/troubleshooting/private-dns-dhcp-not-working.mdx b/pages/vpc/troubleshooting/private-dns-dhcp-not-working.mdx
index 3160995fd5..225b80e07f 100644
--- a/pages/vpc/troubleshooting/private-dns-dhcp-not-working.mdx
+++ b/pages/vpc/troubleshooting/private-dns-dhcp-not-working.mdx
@@ -5,8 +5,6 @@ tags: resource instance private-network vpc private-DNS DNS
dates:
validation: 2025-02-04
posted: 2023-07-13
-categories:
- - network
---
See:
diff --git a/pages/vpc/troubleshooting/resource-attached-no-ip.mdx b/pages/vpc/troubleshooting/resource-attached-no-ip.mdx
index e2e9ac4488..88f72e52ab 100644
--- a/pages/vpc/troubleshooting/resource-attached-no-ip.mdx
+++ b/pages/vpc/troubleshooting/resource-attached-no-ip.mdx
@@ -5,8 +5,6 @@ tags: resource instance private-network vpc ipv4 ipv6 ip-address IPAM reserved c
dates:
validation: 2025-01-28
posted: 2023-07-05
-categories:
- - network
---
import image from './assets/scaleway-attached-resources.webp'
diff --git a/pages/vpc/troubleshooting/vpc-limitations.mdx b/pages/vpc/troubleshooting/vpc-limitations.mdx
index f97d4d3ea2..510cf452a2 100644
--- a/pages/vpc/troubleshooting/vpc-limitations.mdx
+++ b/pages/vpc/troubleshooting/vpc-limitations.mdx
@@ -5,8 +5,6 @@ tags: vpc regional-private-networks
dates:
validation: 2025-04-24
posted: 2023-03-22
-categories:
- - network
---
This page sets out some current limitations of Scaleway's VPC.
diff --git a/pages/vpc/troubleshooting/vpc-pn-routing-connectivity-issues.mdx b/pages/vpc/troubleshooting/vpc-pn-routing-connectivity-issues.mdx
index 7ff7b4b138..f2faa1ed92 100644
--- a/pages/vpc/troubleshooting/vpc-pn-routing-connectivity-issues.mdx
+++ b/pages/vpc/troubleshooting/vpc-pn-routing-connectivity-issues.mdx
@@ -5,8 +5,6 @@ tags: vpc private-network access connectivity ssh ip
dates:
validation: 2025-02-21
posted: 2025-02-21
-categories:
- - network
---
You may have problems with connectivity between resources in a VPC or Private Network, or issues with routing packets.
diff --git a/pages/webhosting/concepts.mdx b/pages/webhosting/concepts.mdx
index 4467c3d8c8..c8cfda0454 100644
--- a/pages/webhosting/concepts.mdx
+++ b/pages/webhosting/concepts.mdx
@@ -4,8 +4,6 @@ description: This page explains all the concepts related to Scaleway’s Web Hos
tags: managed-services webhosting
dates:
validation: 2025-07-09
-categories:
- - managed-services
---
import WordpressWBHPlan from '@macros/webhosting/wordpress-plan.mdx'
diff --git a/pages/webhosting/how-to/configure-dns-webhosting.mdx b/pages/webhosting/how-to/configure-dns-webhosting.mdx
index c3b91bc7f7..39f90d3ab6 100644
--- a/pages/webhosting/how-to/configure-dns-webhosting.mdx
+++ b/pages/webhosting/how-to/configure-dns-webhosting.mdx
@@ -5,8 +5,6 @@ tags: webhosting mx-record domain a-record aaaa-record
dates:
validation: 2025-07-09
posted: 2023-01-17
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/webhosting/how-to/manage-cpanel-webhosting.mdx b/pages/webhosting/how-to/manage-cpanel-webhosting.mdx
index 825fd24fcb..21d82b8999 100644
--- a/pages/webhosting/how-to/manage-cpanel-webhosting.mdx
+++ b/pages/webhosting/how-to/manage-cpanel-webhosting.mdx
@@ -5,8 +5,6 @@ tags: webhosting cpanel control-panel
dates:
validation: 2025-07-09
posted: 2025-07-09
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/webhosting/how-to/manage-databases.mdx b/pages/webhosting/how-to/manage-databases.mdx
index 69b57a4b72..ee8d1d736c 100644
--- a/pages/webhosting/how-to/manage-databases.mdx
+++ b/pages/webhosting/how-to/manage-databases.mdx
@@ -5,8 +5,6 @@ tags: webhosting
dates:
validation: 2025-05-02
posted: 2024-10-24
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/webhosting/how-to/manage-email-accounts.mdx b/pages/webhosting/how-to/manage-email-accounts.mdx
index 8f1a89a504..53ca66fdc0 100644
--- a/pages/webhosting/how-to/manage-email-accounts.mdx
+++ b/pages/webhosting/how-to/manage-email-accounts.mdx
@@ -5,8 +5,6 @@ tags: webhosting
dates:
validation: 2025-05-02
posted: 2024-10-24
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/webhosting/how-to/manage-ftp-accounts.mdx b/pages/webhosting/how-to/manage-ftp-accounts.mdx
index 727dd86f3f..d6a7e3d8d6 100644
--- a/pages/webhosting/how-to/manage-ftp-accounts.mdx
+++ b/pages/webhosting/how-to/manage-ftp-accounts.mdx
@@ -5,8 +5,6 @@ tags: webhosting
dates:
validation: 2025-05-02
posted: 2024-10-24
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/webhosting/how-to/manage-webhosting.mdx b/pages/webhosting/how-to/manage-webhosting.mdx
index 354bb89720..39d16b382c 100644
--- a/pages/webhosting/how-to/manage-webhosting.mdx
+++ b/pages/webhosting/how-to/manage-webhosting.mdx
@@ -5,8 +5,6 @@ tags: webhosting
dates:
validation: 2025-07-09
posted: 2022-11-07
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/webhosting/how-to/manage-wordpress-webhosting.mdx b/pages/webhosting/how-to/manage-wordpress-webhosting.mdx
index 6be3e19ec3..6feec81e66 100644
--- a/pages/webhosting/how-to/manage-wordpress-webhosting.mdx
+++ b/pages/webhosting/how-to/manage-wordpress-webhosting.mdx
@@ -5,8 +5,6 @@ tags: webhosting wordpress wordpress-admin webmail backup
dates:
validation: 2025-07-17
posted: 2025-07-17
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/webhosting/how-to/migrate-webhosting-plan.mdx b/pages/webhosting/how-to/migrate-webhosting-plan.mdx
index ac5bbd0e8e..bd07b313c6 100644
--- a/pages/webhosting/how-to/migrate-webhosting-plan.mdx
+++ b/pages/webhosting/how-to/migrate-webhosting-plan.mdx
@@ -5,8 +5,6 @@ tags: webhosting
dates:
validation: 2025-07-22
posted: 2023-09-18
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/webhosting/how-to/order-dedicated-ip.mdx b/pages/webhosting/how-to/order-dedicated-ip.mdx
index fcec4aea0e..c7c0b49ac2 100644
--- a/pages/webhosting/how-to/order-dedicated-ip.mdx
+++ b/pages/webhosting/how-to/order-dedicated-ip.mdx
@@ -5,8 +5,6 @@ tags: webhosting
dates:
validation: 2025-02-17
posted: 2023-12-20
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/webhosting/how-to/order-webhosting.mdx b/pages/webhosting/how-to/order-webhosting.mdx
index 280d3419c5..6e0234ee9f 100644
--- a/pages/webhosting/how-to/order-webhosting.mdx
+++ b/pages/webhosting/how-to/order-webhosting.mdx
@@ -5,8 +5,6 @@ tags: webhosting order create
dates:
validation: 2025-07-09
posted: 2023-01-17
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/webhosting/how-to/protect-webhosting.mdx b/pages/webhosting/how-to/protect-webhosting.mdx
index c9ed294e5f..5186684548 100644
--- a/pages/webhosting/how-to/protect-webhosting.mdx
+++ b/pages/webhosting/how-to/protect-webhosting.mdx
@@ -5,8 +5,6 @@ tags: protected-hosting protected hosting
dates:
validation: 2025-02-17
posted: 2024-08-16
-categories:
- - web-hosting
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/webhosting/how-to/terminate-webhosting.mdx b/pages/webhosting/how-to/terminate-webhosting.mdx
index 5558854157..855bf47f71 100644
--- a/pages/webhosting/how-to/terminate-webhosting.mdx
+++ b/pages/webhosting/how-to/terminate-webhosting.mdx
@@ -5,8 +5,6 @@ tags: webhosting terminate
dates:
validation: 2025-02-11
posted: 2023-01-17
-categories:
- - managed-services
---
import Requirements from '@macros/iam/requirements.mdx'
diff --git a/pages/webhosting/quickstart.mdx b/pages/webhosting/quickstart.mdx
index a069541dda..8f6e3796cb 100644
--- a/pages/webhosting/quickstart.mdx
+++ b/pages/webhosting/quickstart.mdx
@@ -5,8 +5,6 @@ tags: webhosting cpanel
dates:
validation: 2025-07-17
posted: 2021-05-26
-categories:
- - webhosting
---
Web Hosting is a service that allows individuals and organizations to make their website accessible on the internet. It involves storing website files and data on a server, which is connected to the internet and enables users to access the website through a web browser.
diff --git a/pages/webhosting/reference-content/classic-hosting-migration-information.mdx b/pages/webhosting/reference-content/classic-hosting-migration-information.mdx
index a44882f8db..1935e5d2c0 100644
--- a/pages/webhosting/reference-content/classic-hosting-migration-information.mdx
+++ b/pages/webhosting/reference-content/classic-hosting-migration-information.mdx
@@ -5,8 +5,6 @@ tags: webhosting classic migration cpanel
dates:
validation: 2025-03-18
posted: 2024-03-07
-categories:
- - webhosting
---
You can now migrate your Online.net Web Hosting Classic plan to Scaleway's new Web Hosting platform. This migration brings you better performance and an improved user experience. Benefits of the migration include:
diff --git a/pages/webhosting/reference-content/cpanel-reference-content.mdx b/pages/webhosting/reference-content/cpanel-reference-content.mdx
index 7f38a12e5f..426ab0c09d 100644
--- a/pages/webhosting/reference-content/cpanel-reference-content.mdx
+++ b/pages/webhosting/reference-content/cpanel-reference-content.mdx
@@ -5,8 +5,6 @@ tags: webhosting cpanel jetbackup database mailing list mailing-list
dates:
validation: 2025-02-17
posted: 2021-09-12
-categories:
- - webhosting
---
diff --git a/pages/webhosting/reference-content/php-version-overview.mdx b/pages/webhosting/reference-content/php-version-overview.mdx
index 5cc5b4fbfe..6882443594 100644
--- a/pages/webhosting/reference-content/php-version-overview.mdx
+++ b/pages/webhosting/reference-content/php-version-overview.mdx
@@ -5,8 +5,6 @@ tags: webhosting php version
dates:
validation: 2025-04-16
posted: 2024-10-24
-categories:
- - webhosting
---
diff --git a/pages/webhosting/reference-content/shared-hosting-best-practices.mdx b/pages/webhosting/reference-content/shared-hosting-best-practices.mdx
index 737d0be279..0b7090d71a 100644
--- a/pages/webhosting/reference-content/shared-hosting-best-practices.mdx
+++ b/pages/webhosting/reference-content/shared-hosting-best-practices.mdx
@@ -5,8 +5,6 @@ tags: webhosting cpanel security-practices
dates:
validation: 2025-06-30
posted: 2025-06-30
-categories:
- - webhosting
---
Your Web Hosting plan is on a shared server, meaning multiple websites are hosted on the same physical machine. While we have strong protections in place to isolate client environments, you are still responsible for some configurations.
diff --git a/pages/webhosting/reference-content/understanding-differences-cpanel-plesk.mdx b/pages/webhosting/reference-content/understanding-differences-cpanel-plesk.mdx
index e556b73061..dab774bdc7 100644
--- a/pages/webhosting/reference-content/understanding-differences-cpanel-plesk.mdx
+++ b/pages/webhosting/reference-content/understanding-differences-cpanel-plesk.mdx
@@ -5,8 +5,6 @@ tags: webhosting cpanel control-plane
dates:
validation: 2025-04-16
posted: 2023-11-29
-categories:
- - webhosting
---
cPanel is a widely used web hosting control panel known for its clean, intuitive interface and ease of use. Its layout is user-friendly, making it accessible for both beginners and experienced administrators.
diff --git a/pages/webhosting/troubleshooting/cant-access-website-mail.mdx b/pages/webhosting/troubleshooting/cant-access-website-mail.mdx
index 462feac8cb..d1e3c0bbda 100644
--- a/pages/webhosting/troubleshooting/cant-access-website-mail.mdx
+++ b/pages/webhosting/troubleshooting/cant-access-website-mail.mdx
@@ -5,8 +5,6 @@ tags: web-hosting troubleshooting
dates:
validation: 2025-04-16
posted: 2025-02-05
-categories:
- - webhosting
---
## Problem
diff --git a/pages/webhosting/troubleshooting/cant-connect-ftp.mdx b/pages/webhosting/troubleshooting/cant-connect-ftp.mdx
index 0ed47c2aa3..72d9b9decf 100644
--- a/pages/webhosting/troubleshooting/cant-connect-ftp.mdx
+++ b/pages/webhosting/troubleshooting/cant-connect-ftp.mdx
@@ -5,8 +5,6 @@ tags: web-hosting troubleshooting
dates:
validation: 2025-02-05
posted: 2025-02-05
-categories:
- - webhosting
---
## Problem
diff --git a/pages/webhosting/troubleshooting/index.mdx b/pages/webhosting/troubleshooting/index.mdx
index 5998cba1ab..bc86496d8c 100644
--- a/pages/webhosting/troubleshooting/index.mdx
+++ b/pages/webhosting/troubleshooting/index.mdx
@@ -3,8 +3,6 @@ title: Web Hosting
description: Find troubleshooting resources for resolving issues with Web Hosting.
dates:
posted: 2025-03-18
-categories:
- - webhosting
productIcon: WebhostingProductIcon
---
diff --git a/pages/webhosting/troubleshooting/troubleshooting-access-issues-cpanel-plesk.mdx b/pages/webhosting/troubleshooting/troubleshooting-access-issues-cpanel-plesk.mdx
index f2bb78dd0a..333a67c469 100644
--- a/pages/webhosting/troubleshooting/troubleshooting-access-issues-cpanel-plesk.mdx
+++ b/pages/webhosting/troubleshooting/troubleshooting-access-issues-cpanel-plesk.mdx
@@ -5,8 +5,6 @@ tags: web-hosting troubleshooting
dates:
validation: 2025-04-16
posted: 2025-02-05
-categories:
- - web-hosting
---
## Problem
diff --git a/pages/webhosting/troubleshooting/troubleshooting-dns-issues.mdx b/pages/webhosting/troubleshooting/troubleshooting-dns-issues.mdx
index e12105bc84..b8b9879545 100644
--- a/pages/webhosting/troubleshooting/troubleshooting-dns-issues.mdx
+++ b/pages/webhosting/troubleshooting/troubleshooting-dns-issues.mdx
@@ -2,8 +2,6 @@
title: Troubleshooting DNS issues
description: Solutions for common DNS-related issues in Scaleway Web Hosting.
tags: web-hosting troubleshooting DNS
-categories:
- - webhosting
dates:
validation: 2025-02-05
posted: 2025-02-05
diff --git a/pages/webhosting/troubleshooting/troubleshooting-email.mdx b/pages/webhosting/troubleshooting/troubleshooting-email.mdx
index bbea6b410f..1ee3e20fcf 100644
--- a/pages/webhosting/troubleshooting/troubleshooting-email.mdx
+++ b/pages/webhosting/troubleshooting/troubleshooting-email.mdx
@@ -5,8 +5,6 @@ tags: web-hosting troubleshooting
dates:
validation: 2025-02-05
posted: 2025-02-05
-categories:
- - webhosting
---
## Problem