diff --git a/pages/account/assets/scaleway-account-closed.webp b/pages/account/how-to/assets/scaleway-account-closed.webp
similarity index 100%
rename from pages/account/assets/scaleway-account-closed.webp
rename to pages/account/how-to/assets/scaleway-account-closed.webp
diff --git a/pages/cockpit/assets/scaleway_obs_import_dashboard.webp b/pages/cockpit/api-cli/assets/scaleway_obs_import_dashboard.webp
similarity index 100%
rename from pages/cockpit/assets/scaleway_obs_import_dashboard.webp
rename to pages/cockpit/api-cli/assets/scaleway_obs_import_dashboard.webp
diff --git a/pages/cockpit/assets/scaleway_obs_logs_compass.webp b/pages/cockpit/api-cli/assets/scaleway_obs_logs_compass.webp
similarity index 100%
rename from pages/cockpit/assets/scaleway_obs_logs_compass.webp
rename to pages/cockpit/api-cli/assets/scaleway_obs_logs_compass.webp
diff --git a/pages/cockpit/api-cli/configuring-grafana-agent.mdx b/pages/cockpit/api-cli/configuring-grafana-agent.mdx
index b9fbb39d09..752055492e 100644
--- a/pages/cockpit/api-cli/configuring-grafana-agent.mdx
+++ b/pages/cockpit/api-cli/configuring-grafana-agent.mdx
@@ -265,4 +265,4 @@ This page explains how to configure the Grafana agent and the Zipkin collector t
Refer to the [Grafana documentation](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/traces/#add-a-panel-with-tracing-visualizations) to learn more about how to visualize your traces.
-
+
\ No newline at end of file
diff --git a/pages/cockpit/assets/scaleway-instance-grafana-alert.webp b/pages/cockpit/how-to/assets/scaleway-instance-grafana-alert.webp
similarity index 100%
rename from pages/cockpit/assets/scaleway-instance-grafana-alert.webp
rename to pages/cockpit/how-to/assets/scaleway-instance-grafana-alert.webp
diff --git a/pages/iam/api-cli/assets/scaleway-iam-app.webp b/pages/iam/api-cli/assets/scaleway-iam-app.webp
new file mode 100644
index 0000000000..1ae17ffaf7
Binary files /dev/null and b/pages/iam/api-cli/assets/scaleway-iam-app.webp differ
diff --git a/pages/iam/api-cli/assets/scaleway-preferred-project.webp b/pages/iam/api-cli/assets/scaleway-preferred-project.webp
new file mode 100644
index 0000000000..a3d3661279
Binary files /dev/null and b/pages/iam/api-cli/assets/scaleway-preferred-project.webp differ
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 f3ecabf622..5e4fedb25b 100644
--- a/pages/iam/api-cli/using-api-key-object-storage.mdx
+++ b/pages/iam/api-cli/using-api-key-object-storage.mdx
@@ -23,7 +23,6 @@ In this document, we explain the concept of preferred Projects for Object Storag
## What is a Project?
You can create multiple Projects within an Organization, to enable you to group your resources. Each Organization has at least one default Project to which all resources you create (Instances, Kubernetes Kapsules, Object Storage buckets, etc.) are added if no other Projects are created.
-
When you create new Projects, you can choose the Project in which you want to add or manage resources. However, Object Storage has its own limitations which make it harder to manipulate Projects, **specifically via an API**. When carrying out actions on Scaleway Object Storage resources via the Scaleway console, the target Project can be still selected from the Project dashboard or drop-down menu.
@@ -99,7 +98,6 @@ In the first part of this example, we create an IAM application, create an API k
2. [Create an API key](/iam/how-to/create-api-keys/) for the `my-test-app` application. Select the preferred Project for the API key as `default`.
-
3. [Install the AWS CLI](/object-storage/api-cli/object-storage-aws-cli/) on your machine, using the API key you created in step 2 to complete the fields of the `.aws/credentials` file.
@@ -118,7 +116,6 @@ In the first part of this example, we create an IAM application, create an API k
This is because the IAM application that bears this API key does not have permissions to view or create Object Storage resources.
5. [Create a policy](/iam/how-to/create-policy/) with the name `object-storage-full-access` and the IAM application you created in step 1 as the principal. When adding rules, create a rule giving `Access to resources` > `default` Project, and the `Storage` permission set `ObjectStorageFullAccess`.
-
6. Repeat the command from step 4:
@@ -134,9 +131,7 @@ In the first part of this example, we create an IAM application, create an API k
aws s3 mb s3://test-bucket-123`
```
-8. Go to the [Scaleway console](https://console.scaleway.com/object-storage/buckets) in your browser, click **Object Storage** in the side menu, and ensure you are on the **default** Project. The bucket you just created with the IAM application's API key appears in the list of buckets:
-
-
+8. Go to the [Scaleway console](https://console.scaleway.com/object-storage/buckets) in your browser, click **Object Storage** in the side menu, and ensure you are on the **default** Project. The bucket you just created with the IAM application's API key appears in the list of buckets.
### Part 2: Overriding the preferred Project
@@ -146,10 +141,8 @@ In the second part of this example, we create a new Project, give `my-test-app`
You must be Owner of the Organization, or have the `ProjectManager`, `IAMManager` or `OrganizationManager` [permissions](/iam/reference-content/permission-sets/) to create a Project.
-
2. From the [Project Dashboard](https://console.scaleway.com/project/settings), ensure you are in `my-second-project`, and copy the Project ID.
-
3. Open the `~/.aws/credentials` file on your machine, and edit the API access key to add `@` at the end, replacing `` with the ID you copied in step 10.
@@ -172,5 +165,4 @@ In the second part of this example, we create a new Project, give `my-test-app`
As we overrode the preferred Project for the API key in step 3, this bucket has been created in the `my-second-project`, rather than the `default` Project
-6. Go to the [Scaleway console](https://console.scaleway.com/object-storage/buckets) in your browser, click **Object Storage** in the side menu, and ensure you are on **my-second-project**. The bucket you just created with the IAM application's API key appears in the list of buckets:
-
\ No newline at end of file
+6. Go to the [Scaleway console](https://console.scaleway.com/object-storage/buckets) in your browser, click **Object Storage** in the side menu, and ensure you are on **my-second-project**. The bucket you just created with the IAM application's API key appears in the list of buckets.
\ No newline at end of file
diff --git a/pages/iam/assets/scaleway-iam-activate.webp b/pages/iam/assets/scaleway-iam-activate.webp
deleted file mode 100644
index 64a740d942..0000000000
Binary files a/pages/iam/assets/scaleway-iam-activate.webp and /dev/null differ
diff --git a/pages/iam/assets/scaleway-iam-added-user.webp b/pages/iam/assets/scaleway-iam-added-user.webp
deleted file mode 100644
index 572a247cc0..0000000000
Binary files a/pages/iam/assets/scaleway-iam-added-user.webp and /dev/null differ
diff --git a/pages/iam/assets/scaleway-iam-button.webp b/pages/iam/assets/scaleway-iam-button.webp
deleted file mode 100644
index f38480fcec..0000000000
Binary files a/pages/iam/assets/scaleway-iam-button.webp and /dev/null differ
diff --git a/pages/iam/assets/scaleway-iam-splash.webp b/pages/iam/assets/scaleway-iam-splash.webp
deleted file mode 100644
index 771431416b..0000000000
Binary files a/pages/iam/assets/scaleway-iam-splash.webp and /dev/null differ
diff --git a/pages/iam/concepts.mdx b/pages/iam/concepts.mdx
index 8a4589e660..d4fe5a8df8 100644
--- a/pages/iam/concepts.mdx
+++ b/pages/iam/concepts.mdx
@@ -167,5 +167,4 @@ A user (also known as an IAM user) is a human user in an Organization. They can
- **Guest**: You are a Guest when invited to another Organization of which you are not the Owner. Similarly, you can invite other users to be Guests in your Organization.
- **Member**: You are a Member when you are added to an Organization by an Owner or user with IAM Manager permissions. Members exist only within the specific Organizations in which they are created.
-Within each Organization, different IAM users can have different rights (defined through [policies](#policy)) to perform actions on resources.
-
+Within each Organization, different IAM users can have different rights (defined through [policies](#policy)) to perform actions on resources.
\ No newline at end of file
diff --git a/pages/iam/reference-content/assets/scaleway-api-key-test.webp b/pages/iam/reference-content/assets/scaleway-api-key-test.webp
deleted file mode 100644
index 7c633ce5c9..0000000000
Binary files a/pages/iam/reference-content/assets/scaleway-api-key-test.webp and /dev/null differ
diff --git a/pages/iam/reference-content/assets/scaleway-bucket.webp b/pages/iam/reference-content/assets/scaleway-bucket.webp
deleted file mode 100644
index 8f5fd7a15b..0000000000
Binary files a/pages/iam/reference-content/assets/scaleway-bucket.webp and /dev/null differ
diff --git a/pages/iam/reference-content/assets/scaleway-iam-api-key.webp b/pages/iam/reference-content/assets/scaleway-iam-api-key.webp
new file mode 100644
index 0000000000..d32903152a
Binary files /dev/null and b/pages/iam/reference-content/assets/scaleway-iam-api-key.webp differ
diff --git a/pages/iam/reference-content/assets/scaleway-iam-app.webp b/pages/iam/reference-content/assets/scaleway-iam-app.webp
deleted file mode 100644
index c6ebcda29e..0000000000
Binary files a/pages/iam/reference-content/assets/scaleway-iam-app.webp and /dev/null differ
diff --git a/pages/iam/reference-content/assets/scaleway-iam-create-app.webp b/pages/iam/reference-content/assets/scaleway-iam-create-app.webp
new file mode 100644
index 0000000000..8339347312
Binary files /dev/null and b/pages/iam/reference-content/assets/scaleway-iam-create-app.webp differ
diff --git a/pages/iam/reference-content/assets/scaleway-second-bucket.webp b/pages/iam/reference-content/assets/scaleway-second-bucket.webp
deleted file mode 100644
index fd739008bf..0000000000
Binary files a/pages/iam/reference-content/assets/scaleway-second-bucket.webp and /dev/null differ
diff --git a/pages/iam/reference-content/assets/scaleway-test-project.webp b/pages/iam/reference-content/assets/scaleway-test-project.webp
deleted file mode 100644
index 69a1ac17a1..0000000000
Binary files a/pages/iam/reference-content/assets/scaleway-test-project.webp and /dev/null differ
diff --git a/pages/iam/reference-content/overview.mdx b/pages/iam/reference-content/overview.mdx
index 7530e6a4c4..65c37c3a4c 100644
--- a/pages/iam/reference-content/overview.mdx
+++ b/pages/iam/reference-content/overview.mdx
@@ -73,6 +73,4 @@ With the introduction of IAM, an API key is now associated with an IAM [user](/i
## Getting started
-Check out our [quickstart](/iam/quickstart/) or [full range of IAM documentation](/iam/) to learn more.
-
-
+Check out our [quickstart](/iam/quickstart/) or [full range of IAM documentation](/iam/) to learn more.
\ No newline at end of file
diff --git a/pages/managed-databases-for-postgresql-and-mysql/faq.mdx b/pages/managed-databases-for-postgresql-and-mysql/faq.mdx
index 2ecc52c2e9..32fe5b79da 100644
--- a/pages/managed-databases-for-postgresql-and-mysql/faq.mdx
+++ b/pages/managed-databases-for-postgresql-and-mysql/faq.mdx
@@ -20,11 +20,9 @@ In comparison to traditional database management, which requires customers to pr
## How can I access my Database Instance once it is provisioned?
-On the details page of your Database Instance, the IP address and your Instance's port are shown:
+The IP address and your Instance's port appear on the details page of your Database Instance.
-
-
-It is possible to connect to your Database Instance from any application using the IP address and port shown in the **Endpoint** section and the login/password of any valid database user. This can be managed from the “users” tab.
+It is possible to connect to your Database Instance from any application using the IP address and port shown in the **Endpoint** section and the login/password of any valid database user. You can manage this from the **Users** tab.
**PostgreSQL**
diff --git a/pages/organizations-and-projects/assets/scaleway-puttygen-01.webp b/pages/organizations-and-projects/assets/scaleway-puttygen-01.webp
new file mode 100644
index 0000000000..2a97e4121d
Binary files /dev/null and b/pages/organizations-and-projects/assets/scaleway-puttygen-01.webp differ
diff --git a/pages/organizations-and-projects/assets/scaleway-puttygen-02.webp b/pages/organizations-and-projects/assets/scaleway-puttygen-02.webp
new file mode 100644
index 0000000000..be24c83099
Binary files /dev/null and b/pages/organizations-and-projects/assets/scaleway-puttygen-02.webp differ
diff --git a/pages/organizations-and-projects/assets/scaleway-puttygen-03.webp b/pages/organizations-and-projects/assets/scaleway-puttygen-03.webp
new file mode 100644
index 0000000000..fa2ee5a9a1
Binary files /dev/null and b/pages/organizations-and-projects/assets/scaleway-puttygen-03.webp differ
diff --git a/pages/organizations-and-projects/assets/scaleway-puttygen-app.webp b/pages/organizations-and-projects/assets/scaleway-puttygen-app.webp
new file mode 100644
index 0000000000..e1d8c60025
Binary files /dev/null and b/pages/organizations-and-projects/assets/scaleway-puttygen-app.webp differ
diff --git a/pages/organizations-and-projects/how-to/assets/scaleway-terminal-icon.webp b/pages/organizations-and-projects/assets/scaleway-terminal-icon.webp
similarity index 100%
rename from pages/organizations-and-projects/how-to/assets/scaleway-terminal-icon.webp
rename to pages/organizations-and-projects/assets/scaleway-terminal-icon.webp
diff --git a/pages/organizations-and-projects/how-to/assets/scaleway-iam-owners-guests.webp b/pages/organizations-and-projects/how-to/assets/scaleway-iam-owners-guests.webp
new file mode 100644
index 0000000000..d96bede636
Binary files /dev/null and b/pages/organizations-and-projects/how-to/assets/scaleway-iam-owners-guests.webp differ
diff --git a/pages/organizations-and-projects/quickstart.mdx b/pages/organizations-and-projects/quickstart.mdx
index 316455e080..a299b05113 100644
--- a/pages/organizations-and-projects/quickstart.mdx
+++ b/pages/organizations-and-projects/quickstart.mdx
@@ -99,13 +99,13 @@ On Windows, you can use the third-party application [PuTTYgen](https://www.chiar
Ensure that the private key file (``) is kept secure. Do not share it with unauthorized parties.
- - Select the content of the public key (the sequence of characters under "Public key for pasting into OpenSSH authorized_keys file") and copy it, as you will need this in the next step/
+ - Select the content of the public key (the sequence of characters under "Public key for pasting into OpenSSH authorized_keys file") and copy it, as you will need this in the next step.
### How to upload the public SSH key to your Scaleway Project
You must upload the content of the public part of the SSH key pair you just created to the Scaleway interface. This is then associated with your Project and can be transferred to your Instances during the boot process.
-1. From the [Scaleway console](https://console.scaleway.com), navigate to the [Credentials](/organizations-and-projects/concepts/#ssh-key) tab of your Project Dashboard.
+1. From the [Scaleway console](https://console.scaleway.com), navigate to the [Credentials](/organizations-and-projects/concepts/#ssh-key) tab of your Project dashboard.
2. Scroll down to the **SSH key** section, and click **Add a new SSH key**.
3. Paste the content of the public key (which you copied in the previous step) into the pop-up box, and optionally add a description. Then click **Add an SSH key**.
@@ -120,4 +120,4 @@ To add a new [resource](/iam/concepts/#resource) to your Project, first ensure y
3. Select the resource you want to create from the console side menu.
4. Click the resource and follow the deployment instructions.
- Once the resource is created, it is automatically included in your Project.
+ Once the resource is created, it is automatically included in your Project.
\ No newline at end of file
diff --git a/pages/transactional-email/assets/scaleway-webhook-site.webp b/pages/transactional-email/api-cli/assets/scaleway-webhook-site.webp
similarity index 100%
rename from pages/transactional-email/assets/scaleway-webhook-site.webp
rename to pages/transactional-email/api-cli/assets/scaleway-webhook-site.webp
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 35afdda2aa..3818beb1a6 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
@@ -17,7 +17,6 @@ A webhook is an automated message sent in real-time from one system to another w
You can set up webhooks for Scaleway Transactional Email and subscribe them to [Topics and Events topics](/messaging/how-to/create-manage-topics/) to have real-time event alerts sent to your endpoints.
-
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -124,4 +123,4 @@ curl --request DELETE \
Refer to the [Transactional Email API documentation](https://www.scaleway.com/en/developers/api/transactional-email/) for more information.
-
+
\ No newline at end of file
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 c3137c072b..e087f21567 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
@@ -39,7 +39,7 @@ After you have configured your domain with Transactional Email, you are prompted
8. Paste the name you have copied in the root zone of your domain on your DNS zone.
9. Copy the value that displays in the console and paste it in the root zone of your domain on your DNS zone.
-
+
10. Add an [MX record](/transactional-email/how-to/add-mx-record-to-your-domain/).
11. Check the box "I have added these DNS records to my DNS zone" to confirm.
12. Click **Verify domain**. Your domain displays in the list of your domains.
@@ -47,6 +47,4 @@ After you have configured your domain with Transactional Email, you are prompted
- The verification of your domain might take up to 48 hours.
- Scaleway performs regular validity checks on your domain that can impact its validity.
-
-
-
+
\ No newline at end of file
diff --git a/pages/transactional-email/how-to/assets/scaleway_dkim_name_value.webp b/pages/transactional-email/how-to/assets/scaleway_dkim_name_value.webp
new file mode 100644
index 0000000000..ec2fe16bc4
Binary files /dev/null and b/pages/transactional-email/how-to/assets/scaleway_dkim_name_value.webp differ
diff --git a/pages/transactional-email/how-to/assets/scaleway_dkim_record_name.webp b/pages/transactional-email/how-to/assets/scaleway_dkim_record_name.webp
new file mode 100644
index 0000000000..31dfc1d388
Binary files /dev/null and b/pages/transactional-email/how-to/assets/scaleway_dkim_record_name.webp differ
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 f12eea2fa0..0ce1d9e869 100644
--- a/pages/transactional-email/how-to/monitor-transactional-email-cockpit.mdx
+++ b/pages/transactional-email/how-to/monitor-transactional-email-cockpit.mdx
@@ -49,8 +49,6 @@ To view your TEM metrics, use the Grafana preconfigured dashboard which is acces
You are directed to the TEM Overview dashboard.
-
-
### List of Metrics
Metrics are refreshed every minute, and report on the following data:
diff --git a/pages/transactional-email/quickstart.mdx b/pages/transactional-email/quickstart.mdx
index f121e77931..86d1aa1f94 100644
--- a/pages/transactional-email/quickstart.mdx
+++ b/pages/transactional-email/quickstart.mdx
@@ -58,7 +58,7 @@ After you have configured your domain with Transactional Email, you are prompted
8. Paste the name you have copied in the root zone of your domain on your DNS zone.
9. Copy the value that displays in the console and paste it into the root zone of your domain on your DNS zone.
-
+
10. Check the box "I have added these DNS records to my DNS zone" to confirm.
11. Click **Verify domain**. Your domain displays in the list of your domains.
@@ -81,7 +81,6 @@ After you have configured your domain with Transactional Email, you are prompted
4. Enter the name of your MX followed by a trailing dot in the **Hostname** field.
5. Save your changes.
-
## How to improve your domain reputation
The **factors** used to determine your domain's reputation score **vary from one service to another**.
diff --git a/pages/webhosting/reference-content/scaleway-webmail.webp b/pages/webhosting/assets/scaleway-webmail.webp
similarity index 100%
rename from pages/webhosting/reference-content/scaleway-webmail.webp
rename to pages/webhosting/assets/scaleway-webmail.webp
diff --git a/pages/webhosting/assets/scaleway-dns-verification.webp b/pages/webhosting/how-to/assets/scaleway-dns-verification.webp
similarity index 100%
rename from pages/webhosting/assets/scaleway-dns-verification.webp
rename to pages/webhosting/how-to/assets/scaleway-dns-verification.webp
diff --git a/pages/webhosting/assets/scaleway-webhosting-dashboard.webp b/pages/webhosting/how-to/assets/scaleway-webhosting-dashboard.webp
similarity index 100%
rename from pages/webhosting/assets/scaleway-webhosting-dashboard.webp
rename to pages/webhosting/how-to/assets/scaleway-webhosting-dashboard.webp
diff --git a/pages/webhosting/assets/scaleway-webhosting-migrate-console.webp b/pages/webhosting/how-to/assets/scaleway-webhosting-migrate-console.webp
similarity index 100%
rename from pages/webhosting/assets/scaleway-webhosting-migrate-console.webp
rename to pages/webhosting/how-to/assets/scaleway-webhosting-migrate-console.webp
diff --git a/pages/webhosting/assets/scaleway-webhosting-terminate.webp b/pages/webhosting/how-to/assets/scaleway-webhosting-terminate.webp
similarity index 100%
rename from pages/webhosting/assets/scaleway-webhosting-terminate.webp
rename to pages/webhosting/how-to/assets/scaleway-webhosting-terminate.webp
diff --git a/pages/webhosting/how-to/configure-dns-webhosting.mdx b/pages/webhosting/how-to/configure-dns-webhosting.mdx
index c2e341f76d..f97c36684a 100644
--- a/pages/webhosting/how-to/configure-dns-webhosting.mdx
+++ b/pages/webhosting/how-to/configure-dns-webhosting.mdx
@@ -44,6 +44,4 @@ To link your domain name with Web Hosting, you must update the DNS configuration
5. After updating your DNS configuration, click **Verify domain**. This initiates the DNS verification process.
- Once the process has been completed, you will notice a green dot next to **DNS verification**. Your DNS is now configured and linked with your Web Hosting plan.
-
-
+ Once the process has been completed, you will notice a green dot next to **DNS verification**. Your DNS is now configured and linked with your Web Hosting plan.
\ No newline at end of file
diff --git a/pages/webhosting/how-to/migrate-webhosting-plan.mdx b/pages/webhosting/how-to/migrate-webhosting-plan.mdx
index 5394a22c51..32005d5c78 100644
--- a/pages/webhosting/how-to/migrate-webhosting-plan.mdx
+++ b/pages/webhosting/how-to/migrate-webhosting-plan.mdx
@@ -51,6 +51,4 @@ You now have the option to migrate your Dedibox Web Hosting Cloud (powered by cP
You also have the option to initiate the migration process manually by copying and pasting the web hosting details from your Dedibox console into the [Scaleway Web Hosting migration form](https://console.scaleway.com/webhosting/webhostings/migrate).
-
-
-
+
\ No newline at end of file
diff --git a/pages/webhosting/how-to/order-webhosting.mdx b/pages/webhosting/how-to/order-webhosting.mdx
index f68f5e6df4..82617f5b7a 100644
--- a/pages/webhosting/how-to/order-webhosting.mdx
+++ b/pages/webhosting/how-to/order-webhosting.mdx
@@ -48,6 +48,4 @@ This page shows how to create a Scaleway Web Hosting plan. Web Hosting is a mana
You will find the credentials (username/password) for your control panel in your email inbox.
-Proceed with the [configuration of the DNS](/webhosting/how-to/configure-dns-webhosting/) for your Web Hosting plan.
-
-
+Proceed with the [configuration of the DNS](/webhosting/how-to/configure-dns-webhosting/) for your Web Hosting plan.
\ No newline at end of file
diff --git a/pages/webhosting/how-to/terminate-webhosting.mdx b/pages/webhosting/how-to/terminate-webhosting.mdx
index d92c93452e..7b56bb454a 100644
--- a/pages/webhosting/how-to/terminate-webhosting.mdx
+++ b/pages/webhosting/how-to/terminate-webhosting.mdx
@@ -28,4 +28,4 @@ categories:
4. Type **TERMINATE** in the confirmation field and click **Terminate Web Hosting** to confirm the termination.
This action is irreversible and will permanently delete your Web Hosting account. All your data (files and emails) will be lost.
-
+
\ No newline at end of file