Skip to content

Commit ad4b2ad

Browse files
feat(gen): reviews (#5603)
1 parent bdbe78e commit ad4b2ad

File tree

19 files changed

+21
-19
lines changed

19 files changed

+21
-19
lines changed

pages/account/troubleshooting/quotas-exceeded-error-message.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: I see a 'Quotas exceeded' error message
33
description: Troubleshoot issues that prevent you from creating resources.
44
tags: quotas
55
dates:
6-
validation: 2025-03-20
6+
validation: 2025-10-01
77
posted: 2025-03-20
88
---
99

pages/environmental-footprint/additional-content/environmental-footprint-calculator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Environmental Footprint calculation breakdown
33
description: This page explains how Scaleway calculates the environmental footprint of its products and services in detail.
44
tags: environmental-footprint impact environment datacentre
55
dates:
6-
validation: 2025-03-17
6+
validation: 2025-10-01
77
posted: 2024-09-11
88
---
99
import image from './assets/scaleway-overall-env-footprint-calc.webp'

pages/environmental-footprint/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Environmental Footprint - Concepts
33
description: Understand the fundamental concepts of the Environmental Footprint calculator at Scaleway.
44
tags: environmental-footprint impact environment datacentre
55
dates:
6-
validation: 2025-03-17
6+
validation: 2025-10-01
77
---
88

99
## DDV_DC (Data center Lifespan)

pages/iam/how-to/comply-with-sec-requirements-member.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to comply with security requirements as a Member
33
description: Instructions for complying with security requirements as an IAM Member
44
dates:
5-
validation: 2025-03-24
5+
validation: 2025-10-01
66
posted: 2025-03-24
77
---
88
import Requirements from '@macros/iam/requirements.mdx'

pages/managed-databases-for-postgresql-and-mysql/api-cli/connecting-managed-databases-to-kubernetes-clusters.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connecting Scaleway Managed Databases to Kubernetes Kapsule clusters
33
description: This page explains how to connect Scaleway Managed Databases to Kubernetes Kapsule clusters
44
tags: managed database kubernetes cluster kapsule k8s
55
dates:
6-
validation: 2025-03-26
6+
validation: 2025-10-01
77
posted: 2025-03-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -389,7 +389,7 @@ You need to create the necessary files for your Node.js application. Here’s a
389389
user: process.env.DB_USER, // 'admin'
390390
host: process.env.DB_HOST, // '<private-network-db-hostname>'
391391
database: process.env.DB_NAME, // 'rdb'
392-
password: process.env.DB_PASSWORD,
392+
password: process.env.DB_PASSWORD,
393393
port: process.env.DB_PORT, // '5432'
394394
});
395395

pages/managed-databases-for-postgresql-and-mysql/api-cli/pg-audit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Setting up and using the pgaudit extension
33
description: This page explains how to set up and use the pgaudit extension.
44
tags: managed-database postgresql pgaudit pg-extensions
55
dates:
6-
validation: 2025-03-17
6+
validation: 2025-10-01
77
posted: 2024-03-05
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/managed-mongodb-databases/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Managed MongoDB® - Quickstart
33
description: This page shows you how to get started with Managed MongoDB®.
44
tags: document managed-database database mongodb
55
dates:
6-
validation: 2025-03-17
6+
validation: 2025-10-01
77
posted: 2024-09-12
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/organizations-and-projects/how-to/add-resources-project.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to add resources to a Project
33
description: This page explains how to add resources to a Project
44
tags: resources add-resource add project
55
dates:
6-
validation: 2025-03-17
6+
validation: 2025-10-01
77
posted: 2021-06-10
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/organizations-and-projects/how-to/change-project-name.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to change the name of a Project
33
description: This page explains how to change the name of a Project
44
tags: change project-name project
55
dates:
6-
validation: 2025-03-17
6+
validation: 2025-10-01
77
posted: 2021-06-10
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/organizations-and-projects/how-to/create-a-project.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create a Scaleway Project
33
description: This page explains how to create a Scaleway Project
44
tags: account create project create-project
55
dates:
6-
validation: 2025-03-17
6+
validation: 2025-10-01
77
posted: 2021-06-10
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

0 commit comments

Comments
 (0)