From 99112af44d01a8cd9e6a2962b41606f6771c0152 Mon Sep 17 00:00:00 2001
From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com>
Date: Thu, 23 Oct 2025 15:59:35 +0200
Subject: [PATCH 1/2] fix(gen): reviews
---
.../understanding-savings-plans copy.mdx | 131 ++++++++++++++++++
.../how-to/autoconfigure-domain.mdx | 2 +-
...figure-domain-with-transactional-email.mdx | 2 +-
3 files changed, 133 insertions(+), 2 deletions(-)
create mode 100644 pages/billing/additional-content/understanding-savings-plans copy.mdx
diff --git a/pages/billing/additional-content/understanding-savings-plans copy.mdx b/pages/billing/additional-content/understanding-savings-plans copy.mdx
new file mode 100644
index 0000000000..8a421f0ddf
--- /dev/null
+++ b/pages/billing/additional-content/understanding-savings-plans copy.mdx
@@ -0,0 +1,131 @@
+---
+title: Understanding Scaleway savings plans
+description: This page explains how Scaleway savings plans work.
+tags: billing invoice payment savings plans
+dates:
+ validation: 2025-06-23
+ posted: 2024-06-10
+---
+import image from './assets/scaleway-savings-plan.webp'
+import image2 from './assets/scaleway-invoice-taxes.webp'
+
+
+Scaleway's savings plan is a commitment-based discount program that provides more cost-effective billing compared to the pay-as-you-go model. This plan merges the benefits of discounted rates with the adaptability of pay-as-you-go billing.
+
+## How do Scaleway savings plans work?
+
+When you purchase a savings plan, you:
+
+1. Commit to a certain amount of spending per month for a set period of time (3 years, for example).
+
+ Commitment rates are calculated based on the public prices of resources before taxes and do not include any discounts.
+
+2. Receive a discount on your monthly bill in exchange.
+3. Have the discount applied to the total amount of resources you use, up to the committed amount.
+
+
+ Keep in mind that:
+ - If you use less than you committed to, you will still be billed for the committed amount with the savings plan discount applied.
+ - If you use more resources than the committed amount, you will be charged the standard prices for the excess amount.
+
+
+
+
+### Example
+
+If you have a Compute savings plan with a committed amount of 900€ per month over 3 years, a 10% discount is applied. Your consumption within the savings plan will cost you 810€ per month.
+
+If in the month of March you consume:
+
+| Number of Instances | Instance Type | Hourly Price | Usage (in hours) | Monthly total |
+| --- | --- | --- | --- | --- |
+| 1 | DEV-1S | €0.008 | 744 | €5.95 |
+| 1 | POP2-64C-256G | €2.35 | 381 | €895.35 |
+| | | | **Total** | **€901.30** |
+
+You will be charged:
+
+| Detail | Amount |
+| --- | --- |
+| Savings plan committed amount | €900 |
+| Savings plan 10% discount | -€90 |
+| Additional consumption | €1.30 |
+| **Total untaxed bill** | **€811.30** |
+
+To sum up:
+
+Since the savings plan has a committed amount of **€900**, you would be charged the discounted monthly fee for the committed amount (**€810**) added to the excess amount used above the committed amount, charged at the standard price (**€1.30**) equating to your total untaxed bill in March (**€811.30**).
+
+### Eligibility and quotas
+
+Your Organization is eligible to purchase a savings plan if:
+ - It does not have any ongoing signed sales agreements with Scaleway
+ - You have verified your identity via the Scaleway console
+ - Does not have any outstanding invoices
+
+### Scope
+
+Currently, Scaleway only offers savings plans for compute resources.
+
+### Commitment amount
+
+The monthly commitment amount for a savings plan must be at least €50 and at most €9,999. The amount you specify will determine in which discount bracket your plan falls.
+
+### Duration
+
+The commitment period can last 12 or 36 months. The longer the commitment, the higher the discount offered.
+
+### Payment options
+
+Payments are made on a monthly basis as part of your regular billing cycle.
+
+### Discounts
+
+Savings plan discounts are applied automatically to the eligible services.
+
+At Scaleway, the discounts are applied in the following order:
+ - Free tiers or free trials - savings plan discounts will apply after any eligible free tier or trials have been used. This ensures that you maximize your free usage before the savings plan discount is applied.
+ - Savings plans, and
+ - Discounts (vouchers or credits) - Any applicable vouchers or credits are used and applied after the savings plan discount.
+
+Understanding this order helps you optimize your savings and ensure that you make the most of the available discounts.
+
+### Cancellations and exchanges
+
+Savings plans cannot be canceled or exchanged.
+
+If you need to request a change to your savings plan, [contact the sales team](https://www.scaleway.com/en/contact-sales/).
+
+We do not make refunds for savings plans that have already been invoiced.
+
+### Taxes and currency
+
+The total cost displayed for the savings plan does not include applicable taxes. Taxes are displayed on a dedicated section of the invoice, under the summary of your Projects' total consumption.
+
+
+
+Currently, we invoice all customers in euros (EUR). If your primary currency is different, our Payment Service Providers (PSPs) apply the prevailing exchange rate.
+
+## How to purchase a savings plan
+
+Follow the instructions on the [How to purchase a savings plan](/billing/how-to/purchase-savings-plan/) documentation plan to do so.
+
+## Compute savings plan
+
+There is currently one available savings plan type: the Compute savings plan.
+
+The **Compute savings plan** can be used with the following resources, simultaneously and across all regions:
+
+ - Instances
+ - Development
+ - Geneal Purpose
+ - Specialized
+
+The following resources are **not** covered by the savings plan discount:
+
+ - Instances H100, RENDER, L40S, L4, COPARM1, START1, X64, POP-WIN
+
+
+
+ The list of products included in the Compute savings plan is subject to periodic changes.
+
diff --git a/pages/transactional-email/how-to/autoconfigure-domain.mdx b/pages/transactional-email/how-to/autoconfigure-domain.mdx
index fc02e9cd54..20516c98c3 100644
--- a/pages/transactional-email/how-to/autoconfigure-domain.mdx
+++ b/pages/transactional-email/how-to/autoconfigure-domain.mdx
@@ -3,7 +3,7 @@ title: How to autoconfigure a Scaleway domain with Transactional Email
description: This page provides instructions how to automatically configure the required DNS records on your domain with Transactional Email.
tags: autoconfiguration autoconfig domain dns spf spf-record dkim dkim-records transactional
dates:
- validation: 2025-04-15
+ validation: 2025-10-23
posted: 2024-10-11
---
import Requirements from '@macros/iam/requirements.mdx'
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 8f7550a364..19c5c48917 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
@@ -3,7 +3,7 @@ title: How to configure your sending domain with Transactional Email
description: Guide to configuring your domain for Scaleway Transactional Email.
tags: transactional sending-domain sending domain managed-services
dates:
- validation: 2025-04-15
+ validation: 2025-10-23
posted: 2022-11-07
---
import Requirements from '@macros/iam/requirements.mdx'
From 997b54cbbd3d08700b3ca49f370e862465d663b5 Mon Sep 17 00:00:00 2001
From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com>
Date: Thu, 23 Oct 2025 16:07:17 +0200
Subject: [PATCH 2/2] fix(gen): doublon
---
.../understanding-savings-plans copy.mdx | 131 ------------------
1 file changed, 131 deletions(-)
delete mode 100644 pages/billing/additional-content/understanding-savings-plans copy.mdx
diff --git a/pages/billing/additional-content/understanding-savings-plans copy.mdx b/pages/billing/additional-content/understanding-savings-plans copy.mdx
deleted file mode 100644
index 8a421f0ddf..0000000000
--- a/pages/billing/additional-content/understanding-savings-plans copy.mdx
+++ /dev/null
@@ -1,131 +0,0 @@
----
-title: Understanding Scaleway savings plans
-description: This page explains how Scaleway savings plans work.
-tags: billing invoice payment savings plans
-dates:
- validation: 2025-06-23
- posted: 2024-06-10
----
-import image from './assets/scaleway-savings-plan.webp'
-import image2 from './assets/scaleway-invoice-taxes.webp'
-
-
-Scaleway's savings plan is a commitment-based discount program that provides more cost-effective billing compared to the pay-as-you-go model. This plan merges the benefits of discounted rates with the adaptability of pay-as-you-go billing.
-
-## How do Scaleway savings plans work?
-
-When you purchase a savings plan, you:
-
-1. Commit to a certain amount of spending per month for a set period of time (3 years, for example).
-
- Commitment rates are calculated based on the public prices of resources before taxes and do not include any discounts.
-
-2. Receive a discount on your monthly bill in exchange.
-3. Have the discount applied to the total amount of resources you use, up to the committed amount.
-
-
- Keep in mind that:
- - If you use less than you committed to, you will still be billed for the committed amount with the savings plan discount applied.
- - If you use more resources than the committed amount, you will be charged the standard prices for the excess amount.
-
-
-
-
-### Example
-
-If you have a Compute savings plan with a committed amount of 900€ per month over 3 years, a 10% discount is applied. Your consumption within the savings plan will cost you 810€ per month.
-
-If in the month of March you consume:
-
-| Number of Instances | Instance Type | Hourly Price | Usage (in hours) | Monthly total |
-| --- | --- | --- | --- | --- |
-| 1 | DEV-1S | €0.008 | 744 | €5.95 |
-| 1 | POP2-64C-256G | €2.35 | 381 | €895.35 |
-| | | | **Total** | **€901.30** |
-
-You will be charged:
-
-| Detail | Amount |
-| --- | --- |
-| Savings plan committed amount | €900 |
-| Savings plan 10% discount | -€90 |
-| Additional consumption | €1.30 |
-| **Total untaxed bill** | **€811.30** |
-
-To sum up:
-
-Since the savings plan has a committed amount of **€900**, you would be charged the discounted monthly fee for the committed amount (**€810**) added to the excess amount used above the committed amount, charged at the standard price (**€1.30**) equating to your total untaxed bill in March (**€811.30**).
-
-### Eligibility and quotas
-
-Your Organization is eligible to purchase a savings plan if:
- - It does not have any ongoing signed sales agreements with Scaleway
- - You have verified your identity via the Scaleway console
- - Does not have any outstanding invoices
-
-### Scope
-
-Currently, Scaleway only offers savings plans for compute resources.
-
-### Commitment amount
-
-The monthly commitment amount for a savings plan must be at least €50 and at most €9,999. The amount you specify will determine in which discount bracket your plan falls.
-
-### Duration
-
-The commitment period can last 12 or 36 months. The longer the commitment, the higher the discount offered.
-
-### Payment options
-
-Payments are made on a monthly basis as part of your regular billing cycle.
-
-### Discounts
-
-Savings plan discounts are applied automatically to the eligible services.
-
-At Scaleway, the discounts are applied in the following order:
- - Free tiers or free trials - savings plan discounts will apply after any eligible free tier or trials have been used. This ensures that you maximize your free usage before the savings plan discount is applied.
- - Savings plans, and
- - Discounts (vouchers or credits) - Any applicable vouchers or credits are used and applied after the savings plan discount.
-
-Understanding this order helps you optimize your savings and ensure that you make the most of the available discounts.
-
-### Cancellations and exchanges
-
-Savings plans cannot be canceled or exchanged.
-
-If you need to request a change to your savings plan, [contact the sales team](https://www.scaleway.com/en/contact-sales/).
-
-We do not make refunds for savings plans that have already been invoiced.
-
-### Taxes and currency
-
-The total cost displayed for the savings plan does not include applicable taxes. Taxes are displayed on a dedicated section of the invoice, under the summary of your Projects' total consumption.
-
-
-
-Currently, we invoice all customers in euros (EUR). If your primary currency is different, our Payment Service Providers (PSPs) apply the prevailing exchange rate.
-
-## How to purchase a savings plan
-
-Follow the instructions on the [How to purchase a savings plan](/billing/how-to/purchase-savings-plan/) documentation plan to do so.
-
-## Compute savings plan
-
-There is currently one available savings plan type: the Compute savings plan.
-
-The **Compute savings plan** can be used with the following resources, simultaneously and across all regions:
-
- - Instances
- - Development
- - Geneal Purpose
- - Specialized
-
-The following resources are **not** covered by the savings plan discount:
-
- - Instances H100, RENDER, L40S, L4, COPARM1, START1, X64, POP-WIN
-
-
-
- The list of products included in the Compute savings plan is subject to periodic changes.
-