Skip to content

Commit 003cf4c

Browse files
chore(gen): doc review MTA-5305 (#4041)
* chore(gen): doc review MTA-5305 * chore(gen): update * chore(gen): update
1 parent 300d765 commit 003cf4c

File tree

16 files changed

+95
-73
lines changed

16 files changed

+95
-73
lines changed

console/account/troubleshooting/cannot-erase-account.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Resolve issues encountered when deleting Scaleway accounts.
88
tags: account close delete deactivate close-account
99
dates:
10-
validation: 2024-10-01
10+
validation: 2024-27-11
1111
posted: 2024-03-28
1212
categories:
1313
- console
@@ -19,17 +19,17 @@ categories:
1919
When you click the **Send request** button, an error message appears. This message says that you still have active resources.
2020

2121
### Cause
22-
You have active resources, preventing us from proceeding with your request.
22+
You have active resources, preventing us from proceeding with your request.
2323

24-
### Solution
25-
You can check all your active resources from your [Organization dashboard](https://console.scaleway.com/organization). If one or more resources are listed, they are active. You need to delete all of them manually. In this situation, you must wait for the current month's invoice to be paid before sending another request to erase your account.
24+
### Solution
25+
You can check all your active resources from your [Organization dashboard](https://console.scaleway.com/organization). If one or more resources are listed, they are active. You need to delete all of them manually. In this situation, you must wait for the current month's invoice to be paid before sending another request to erase your account.
2626

2727

2828
### Problem
29-
I received an email explaining that my request to erase my account and personal data had failed.
29+
I received an email explaining that my request to erase my account and personal data had failed.
3030

3131
### Cause
32-
You may have unpaid consumption, preventing us from proceeding with your request.
32+
You may have unpaid consumption, preventing us from proceeding with your request.
3333

34-
### Solution
35-
You can check your consumption from your [Billing space](https://console.scaleway.com/billing). All invoices must be marked as paid, and your current consumption must be zero. Once these criteria are met, you can send another request to delete your account and erase personal data.
34+
### Solution
35+
You can check your consumption from your [Billing space](https://console.scaleway.com/billing). All invoices must be marked as paid, and your current consumption must be zero. Once these criteria are met, you can send another request to delete your account and erase personal data.

console/account/troubleshooting/cannot-log-into-my-account.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Fix issues preventing login to Scaleway accounts.
88
tags: login unrecognized-ip password 2fa
99
dates:
10-
validation: 2024-05-14
10+
validation: 2024-11-27
1111
posted: 2022-10-19
1212
categories:
1313
- console
@@ -20,7 +20,7 @@ When logging into your Scaleway account, you may encounter the following message
2020

2121
<Lightbox src="scaleway-unrecognized-ip.webp" alt="" />
2222

23-
This means you tried to log into your account from an unknown [IP address](/network/public-gateways/concepts/#ip-address). You may be logging in from a new device or location. As a security measure, we require you to use a [magic link](/console/account/concepts/#magic-link) to complete authentication.
23+
This means you tried to log into your account from an unknown [IP address](/network/public-gateways/concepts/#ip-address). You may be logging in from a new device or location. As a security measure, we require you to use a [magic link](/console/account/concepts/#magic-link) to complete authentication.
2424

2525
1. Check your inbox for the latest email sent by the Scaleway team.
2626
2. Click the **Authenticate myself** button in the email.
@@ -41,14 +41,14 @@ If you forgot or lost your password, you need to reset it. There are several met
4141

4242
## I have lost my 2FA device
4343

44-
Refer to the [How to use two-factor authentication (MFA)](/console/account/how-to/use-2fa/) page to find the instructions to recover access to your MFA device.
44+
Refer to the [How to use two-factor authentication (MFA)](/console/account/how-to/use-2fa/) page to find the instructions to recover access to your MFA device.
4545

4646
Remember that if you lose both your MFA device and backup codes, you will need to gather all the following information:
4747

4848
* Email address
4949
* Postal address
5050
* If your account is:
51-
- an individual account, a document proving your identity (passport or local ID card)
51+
- an individual account, a document proving your identity (passport or local ID card)
5252
- a corporate account, a copy of a business registration certificate,
5353
and a certified translation in either English or French if the document was issued in another language
5454
* A phone number to contact you

developer-tools/scaleway-sdk/go-sdk.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to install and use the Scaleway Go software development kit (SDK)
88
tags: devtools sdk go-sdk go golang
99
dates:
10-
validation: 2024-05-23
10+
validation: 2024-11-27
1111
posted: 2023-11-14
1212
categories:
1313
- devtools
@@ -81,7 +81,7 @@ func main() {
8181

8282
## Example
8383

84-
To create a Kubernetes cluster on Scaleway using the Go SDK, you would typically interact with the `scaleway` SDK package. The specific details can change, so you should always refer to the latest documentation.
84+
To create a Kubernetes cluster on Scaleway using the Go SDK, you would typically interact with the `scaleway` SDK package. The specific details can change, so you should always refer to the latest documentation.
8585
Below is a conceptual example of how you might use the Scaleway Go SDK to create a Kubernetes (Kapsule) cluster with 3 nodes:
8686

8787
```go

developer-tools/scaleway-sdk/js-sdk.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to install and use the Scaleway JS software development kit (SDK)
88
tags: devtools sdk go-sdk scaleway-sdk go golang
99
dates:
10-
validation: 2024-05-23
10+
validation: 2024-11-27
1111
posted: 2023-11-14
1212
categories:
1313
- devtools
@@ -41,7 +41,7 @@ const api = new Registry.v1.API(client)
4141

4242
## Using the SDK
4343

44-
The SDK is written in TypeScript, offering the full benefits of this language.
44+
The SDK is written in TypeScript, offering the full benefits of this language.
4545

4646
* For any product, its types are available under `Product.version`. For example, access the `Image` interface of Registry v1 using `Registry.v1.Image`.
4747

developer-tools/scaleway-sdk/python-sdk.mdx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@ meta:
55
content:
66
h1: Scaleway Python software development kit (SDK)
77
paragraph: This page explains how to install and use the Scaleway Python software development kit (SDK)
8-
tags: devtools sdk python-sdkscaleway-sdk
8+
tags: devtools sdk python-sdkscaleway-sdk
99
dates:
10-
validation: 2024-05-23
10+
validation: 2024-11-27
1111
posted: 2023-11-14
1212
categories:
1313
- devtools
1414
---
1515

16-
The Scaleway Python SDK offers an efficient way for developers to interact with Scaleway's cloud services programmatically.
17-
This powerful tool simplifies the automation of various tasks, including server management, storage operations, and networking setup.
18-
It encapsulates these functions into user-friendly Python method invocations by taking care of the complexity of direct API calls and authentication.
16+
The Scaleway Python SDK offers an efficient way for developers to interact with Scaleway's cloud services programmatically.
17+
This powerful tool simplifies the automation of various tasks, including server management, storage operations, and networking setup.
18+
It encapsulates these functions into user-friendly Python method invocations by taking care of the complexity of direct API calls and authentication.
1919
This makes it easier to integrate Scaleway's cloud resources into applications or manage these resources directly from code.
2020

2121
## Installation of the Python SDK
2222

2323
The SDK caters to different programming needs by offering both synchronous and asynchronous versions. You can easily install the version that suits your project's requirements:
2424

25-
**For the synchronous version:**
26-
```bash
27-
pip install scaleway
28-
```
25+
- **Synchronous version**:
26+
```bash
27+
pip install scaleway
28+
```
2929

30-
**For the asynchronous version:**
31-
```bash
32-
pip install scaleway-async
33-
```
30+
- **Asynchronous version**:
31+
```bash
32+
pip install scaleway-async
33+
```
3434

3535
<Message type="note">
3636
While this library is optimized for Python 3.8, it maintains compatibility with newer Python versions, ensuring a broad scope of applicability.
@@ -40,7 +40,7 @@ pip install scaleway-async
4040

4141
You need a pair of access and secret keys to connect to Scaleway API. Check out the documentation to find out [how to retrieve them](/identity-and-access-management/iam/how-to/create-api-keys/).
4242

43-
`scaleway` APIs must be initialized with a `scaleway.Client`.
43+
`scaleway` APIs must be initialized with `scaleway.Client`.
4444

4545
A minimal setup would look like this:
4646

@@ -61,8 +61,8 @@ registry_api = RegistryV1API(client)
6161

6262
## Example
6363

64-
To create a Kubernetes cluster on Scaleway using the Python SDK, you would typically interact with the `scaleway` SDK package. The specific details can change, so you should always refer to the latest documentation.
65-
Below is a conceptual example of how you might use the Scaleway Python SDK to create a Kubernetes (Kapsule) cluster with 3 nodes:
64+
To create a Kubernetes cluster on Scaleway using the Python SDK, you would typically interact with the `scaleway` SDK package. The specific details can change, so you should always refer to the latest documentation.
65+
Below is an example of how you can use the Scaleway Python SDK to create a Kubernetes (Kapsule) cluster with 3 nodes:
6666

6767
```python
6868
import time
@@ -156,4 +156,4 @@ print(f"Node pool created with ID: {node_pool_id}")
156156

157157
## Further resources
158158

159-
For further information about the Scaleway Python SDK, refer to the [official SDK repository](https://github.com/scaleway/scaleway-sdk-python) on GitHub.
159+
For further information about the Scaleway Python SDK, refer to the [official SDK repository](https://github.com/scaleway/scaleway-sdk-python) on GitHub.

developer-tools/terraform/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ meta:
55
content:
66
h1: Terraform for Scaleway - Quickstart
77
paragraph: This page explains how to install and configure Terraform with Scaleway as a provider
8-
tags: devtools terraform tf scaleway-provider scaleway-terraform
8+
tags: devtools terraform tf scaleway-provider scaleway-terraform
99
dates:
10-
validation: 2024-05-14
10+
validation: 2024-11-27
1111
posted: 2023-10-24
1212
categories:
1313
- devtools

serverless/containers/reference-content/use-cases.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ content:
77
paragraph: Explore use cases for Scaleway Serverless Containers.
88
tags: Containers serverless use-cases
99
dates:
10-
validation: 2024-05-14
10+
validation: 2024-11-27
1111
posted: 2023-04-24
1212
categories:
1313
- serverless
1414
---
1515

16-
Scaleway Serverless Containers can be used in endless use cases:
16+
Scaleway Serverless Containers can be used in many use cases:
1717
- Push directly your containers to production hosting
1818
- Automation
1919
- Integration with your ecosystem

serverless/functions/reference-content/use-cases.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ content:
77
paragraph: Explore use cases for Scaleway Serverless Functions in various scenarios.
88
tags: functions serverless use-cases
99
dates:
10-
validation: 2024-05-14
10+
validation: 2024-11-27
1111
posted: 2023-04-24
1212
categories:
1313
- serverless
1414
---
1515

16-
Scaleway Serverless Functions can be used in endless use cases:
16+
Scaleway Serverless Functions can be used in many use cases:
1717
* Automation for specific tasks
1818
* Integration with your ecosystem to help scale specific routes of your code
1919
* CI/CD integration

serverless/jobs/how-to/run-job.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn how to run jobs in Scaleway Serverless platform efficiently.
88
tags: run execute start serverless job scaleway contextual-options parameters
99
dates:
10-
validation: 2024-05-23
10+
validation: 2024-11-27
1111
posted: 2023-11-14
1212
categories:
1313
- serverless

serverless/jobs/how-to/stop-job.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Discover methods to stop jobs running on Scaleway Serverless.
88
tags: stop execute abort start serverless job scaleway
99
dates:
10-
validation: 2024-05-23
10+
validation: 2024-11-27
1111
posted: 2023-12-12
1212
categories:
1313
- serverless

0 commit comments

Comments
 (0)