Skip to content

Commit 65720c9

Browse files
SamyOubouazizbene2k1
authored andcommitted
chore(gen): content review MTA-5614 (#4474)
1 parent 1fac3a9 commit 65720c9

File tree

22 files changed

+89
-104
lines changed

22 files changed

+89
-104
lines changed

pages/account/concepts.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Understand key concepts related to Scaleway accounts.
88
tags: active-session abuse api-key billing-alert kyc 2fa ssh-key mac-address
99
dates:
10-
validation: 2024-08-13
10+
validation: 2025-02-24
1111
categories:
1212
- console
1313
---
@@ -16,23 +16,23 @@ categories:
1616

1717
[Abuse](https://www.scaleway.com/en/abuse-notice/) of Scaleway services includes cyber-crime, copyright violation, illegal or offensive content, spamming and malware distribution. Abuse should be [reported in the console](https://console.scaleway.com/support/abuses/create).
1818

19-
Multiple instances of abuse from the same offending resource for the same reason within a given timeframe are grouped by case. An abuse report either creates a case if no case is currently open or joins an existing case. Scaleway clients are responsible for taking the appropriate security measures to solve the case and related abuse reports.
19+
Multiple instances of abuse from the same offending resource for the same reason within a given time frame are grouped by case. An abuse report either creates a case if no case is currently open or joins an existing case. Scaleway clients are responsible for taking the appropriate security measures to solve the case and related abuse reports.
2020

2121
## Active session
2222

2323
An active session begins when a computer or device signs into your account. To connect you to your account, Scaleway uses JSON Web Tokens (JWT). JWT allows secure transmission of information between parties through tokens. These parties can be users, servers, or any other combination of services. In the case of Scaleway, when a user connects to their account (e.g. via an email address and password), we generate a token, associate it with the session and send it to the user. The token is composed of a header, a payload, and a signature. You can see the list of your active sessions in the [Scaleway console](https://console.scaleway.com/account/user/profile), to get an overview of all devices that are signed in and recently active on your account.
2424

2525
## Console
2626

27-
The Scaleway console allows you to view and manage your Scaleway products, billing information, support tickets and more. [Access the Scaleway console](https://console.scaleway.com/organization).
27+
The Scaleway console allows you to view and manage your Scaleway products, billing information, support tickets, and more. [Access the Scaleway console](https://console.scaleway.com/organization).
2828

2929
## KYC
3030

31-
**K**now **Y**our **C**ustomer is the process of verifying a client's identity. An ID document such as a passport, driver's license or identity card is required to [complete KYC verification](/account/how-to/verify-identity/).
31+
**K**now **Y**our **C**ustomer is the process of verifying a client's identity. An ID document such as a passport, driver's license, or identity card is required to [complete KYC verification](/account/how-to/verify-identity/).
3232

3333
## Login information
3434

35-
Consists of the **e-mail address** your account is registered to and its corresponding [**password**](#password). With your login information, you can connect to your Scaleway Organization via the Scaleway console. As an alternative to using a password, you can use login using a [magic link](#magic-link).
35+
Consists of the **e-mail address** your account is registered to and its corresponding [**password**](#password). With your login information, you can connect to your Scaleway Organization via the Scaleway console. As an alternative to using a password, you can login using a [magic link](#magic-link).
3636

3737
## MAC Address
3838

pages/data-lab/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn the fundamental concepts of Scaleway Distributed Data Lab.
88
tags: distributed data lab apache spark notebook jupyter processing
99
dates:
10-
validation: 2024-07-31
10+
validation: 2025-02-24
1111
categories:
1212
- managed-services
1313
---

pages/data-lab/how-to/connect-to-data-lab.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Step-by-step guide to connecting to a Distributed Data Lab with the Scaleway console.
88
tags: distributed data lab apache spark create process
99
dates:
10-
validation: 2024-07-31
10+
validation: 2025-02-24
1111
posted: 2024-07-31
1212
categories:
1313
- managed-services

pages/data-lab/how-to/create-data-lab.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Step-by-step guide to creating a Distributed Data Lab on Scaleway.
88
tags: distributed data lab apache spark create process
99
dates:
10-
validation: 2024-07-31
10+
validation: 2025-02-24
1111
posted: 2024-07-31
1212
categories:
1313
- managed-services

pages/data-lab/how-to/manage-delete-data-lab.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Step-by-step guide to managing and deleting a Distributed Data Lab with the Scaleway console.
88
tags: distributed data lab apache spark delete remove suppress
99
dates:
10-
validation: 2024-07-31
10+
validation: 2025-02-24
1111
posted: 2024-07-31
1212
categories:
1313
- managed-services
@@ -41,7 +41,7 @@ This page explains how to manage and delete your Distributed Data Lab.
4141
- [Delete your Data Lab cluster](/data-lab/how-to/manage-delete-data-lab/#how-to-delete-a-distributed-data-lab).
4242

4343
<Message type="note">
44-
Once you have created a Data Lab cluster, you cannot edit its parameters, such as the node type, or its computing resources. You must [create a new Data Lab cluster](/data-lab/how-to/create-data-lab/) instead.
44+
Once you have created a Data Lab cluster, you cannot edit certain parameters, such as the node type, or its computing resources. You must [create a new Data Lab cluster](/data-lab/how-to/create-data-lab/) instead.
4545
</Message>
4646

4747
## How to delete a Distributed Data Lab
@@ -58,7 +58,6 @@ Once you have created a Data Lab cluster, you cannot edit its parameters, such a
5858

5959
4. Enter **DELETE** in the confirmation pop-up to confirm your action.
6060

61-
6261
5. Click **Delete Data Lab cluster**.
6362

6463
<Message type="note">

pages/data-lab/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Get started with Scaleway Distributed Data Lab quickly and efficiently.
88
tags: distributed data lab apache spark notebook jupyter processing
99
dates:
10-
validation: 2024-07-31
10+
validation: 2025-02-24
1111
posted: 2024-07-10
1212
categories:
1313
- managed-services

pages/object-storage/api-cli/object-storage-aws-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Integrate AWS CLI with Scaleway Object Storage for seamless operations.
88
tags: object storage object-storage aws-cli aws cli
99
dates:
10-
validation: 2024-08-19
10+
validation: 2025-02-28
1111
posted: 2018-07-16
1212
categories:
1313
- storage

0 commit comments

Comments
 (0)