Skip to content

Commit fde17b1

Browse files
committed
docs(review): weekly review
1 parent 6137533 commit fde17b1

11 files changed

+20
-25
lines changed

pages/classic-hosting/how-to/change-email-account-password.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to change the password of an email account on Web Hosting Classic
33
description: This page shows you how to change the password of an email account on Scaleway Web Hosting Classic
44
tags: password email-account email account webhosting
55
dates:
6-
validation: 2025-02-11
6+
validation: 2025-08-21
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/classic-hosting/how-to/configure-htaccess-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to configure an .htaccess file on Web Hosting Classic
33
description: Learn how to configure an .htaccess file on Scaleway Web Hosting Classic.
44
tags: htaccess error-message directory authentication php html
55
dates:
6-
validation: 2025-02-11
6+
validation: 2025-08-21
77
posted: 2021-08-05
88
---
99
import WebhostingOnline from '@macros/webhosting/webhosting-online.mdx'

pages/classic-hosting/how-to/connect-via-ftp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to connect via FTP on Web Hosting Classic
33
description: Learn how to connect to your website via FTP on Scaleway Web Hosting Classic using FileZilla.
44
tags: webhosting ftp
55
dates:
6-
validation: 2025-02-11
6+
validation: 2025-08-21
77
posted: 2022-02-24
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/classic-hosting/how-to/create-alias.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to add a domain name as an alias on Web Hosting Classic
33
description: This page explains how to add a domain name as an alias on Scaleway Web Hosting Classic
44
tags: webhosting domain alias domain-name
55
dates:
6-
validation: 2025-02-11
6+
validation: 2025-08-21
77
posted: 2021-08-05
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/classic-hosting/how-to/create-email-account.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,20 @@ title: How to create an email account on Web Hosting Classic
33
description: This page shows you how to create an email account on Scaleway Web Hosting Classic
44
tags: email-account email account webhosting
55
dates:
6-
validation: 2025-02-11
6+
validation: 2025-08-21
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
1010
import WebhostingOnline from '@macros/webhosting/webhosting-online.mdx'
1111

12-
import image from './assets/scaleway_webhostingc_manage.webp'
13-
14-
1512
<WebhostingOnline />
1613

1714
<Requirements />
1815

1916
- A Dedibox account logged into the [console](https://console.online.net)
2017
- Created a **Webhosting Classic**
2118

22-
1. Click **Hosting**, then click **Manage**.
23-
<Lightbox image={image} />
24-
25-
The **Configure hosting** page displays.
19+
1. Click **Hosting**, then click **Manage**. The **Configure hosting** page displays.
2620
2. Scroll to **E-mail accounts** and click **Manage**.
2721
3. Click **Add account** to create a new mailbox.
2822
4. Enter the details of the email address you are adding and click **Add account**.

pages/classic-hosting/how-to/create-ftp-account.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create an FTP account on Web Hosting Classic
33
description: This page shows you how to create an FTP account on Scaleway Web Hosting Classic
44
tags: webhosting ftp account ftp-account
55
dates:
6-
validation: 2025-02-11
6+
validation: 2025-08-21
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/classic-hosting/how-to/delete-email-account.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to delete your email account on Web Hosting Classic
33
description: This page shows you how to delete your email account on Scaleway Web Hosting Classic
44
tags: webhosting email-account
55
dates:
6-
validation: 2025-02-11
6+
validation: 2025-08-21
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/classic-hosting/how-to/manage-email-filter.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to manage your email filters on Web Hosting Classic
33
description: This page shows you how to manage your email filters on Scaleway Web Hosting Classic.
44
tags: webhosting email-filter filter email
55
dates:
6-
validation: 2025-02-11
6+
validation: 2025-08-21
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -52,7 +52,7 @@ Email filters allow you to sort your emails based on the sender, subject, and mo
5252
## How to configure an automatic response?
5353

5454
<Message type="important">
55-
- Setting up an automatic response on incoming mails can be useful when you will not have access to your mails for a while.
55+
Setting up an automatic response on incoming mails can be useful when you will not have access to your mails for a while.
5656
</Message>
5757

5858
1. Log into your [Scaleway webmail](https://webmail.online.net/) account.

pages/key-manager/api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Encrypting and decrypting data streams with Streaming AEAD, Tink and Key
33
description: Learn how to use Key Manager with Tink for secure encryption and decryption of large data streams using AEAD in Go.
44
tags: key sensitive-data tink aead streaming encryption decryption
55
dates:
6-
validation: 2025-02-06
6+
validation: 2025-08-21
77
posted: 2025-02-06
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
55.3 KB
Loading

0 commit comments

Comments
 (0)