Skip to content

Commit cd31ba5

Browse files
chore(gen): documentation review MTA-5202 (#3903)
* chore(gen): documentation review MTA-5202 * chore(gen): update * chore(gen): update
1 parent 50fec7d commit cd31ba5

File tree

9 files changed

+14
-16
lines changed

9 files changed

+14
-16
lines changed

console/account/how-to/change-console-appearance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Customize the appearance of the Scaleway console.
88
tags: color-scheme change color theme dark-mode change-color
99
dates:
10-
validation: 2024-04-29
10+
validation: 2024-11-04
1111
posted: 2022-10-12
1212
categories:
1313
- console

developer-tools/scaleway-cli/reference-content/scaleway-configuration-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains what is the Scaleway configuration file for developer tools and how to use it.
88
tags: developer tools cli configuration config
99
dates:
10-
validation: 2024-04-23
10+
validation: 2024-10-27
1111
posted: 2023-04-23
1212
categories:
1313
- devtools

developer-tools/scaleway-sdk/reference-content/scaleway-configuration-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains what is the Scaleway configuration file for developer tools and how to use it.
88
tags: developer tools cli configuration config sdk
99
dates:
10-
validation: 2024-04-23
10+
validation: 2024-10-27
1111
posted: 2023-04-23
1212
categories:
1313
- devtools

developer-tools/terraform/reference-content/scaleway-configuration-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains what is the Scaleway configuration file for developer tools and how to use it.
88
tags: developer tools cli api configuration config terraform
99
dates:
10-
validation: 2024-04-23
10+
validation: 2024-10-27
1111
posted: 2023-04-23
1212
categories:
1313
- devtools

macros/developer-tools/scaleway-configuration-file.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can set up the Scaleway configuration file using several methods. However, w
4444

4545
To initialize the configuration without the Scaleway CLI, you can simply create a `config.yaml` file in the appropriate folder:
4646

47-
- a **custom directory** defined as `$SCW_CONFIG_PATH`
47+
- a **custom directory**: `$SCW_CONFIG_PATH`
4848

4949
- an **XDG** base directory: `$XDG_CONFIG_HOME/scw/config.yaml`
5050

@@ -56,7 +56,7 @@ To initialize the configuration without the Scaleway CLI, you can simply create
5656

5757
### Single profile configuration file
5858

59-
```yaml
59+
```
6060
access_key: EXAMPLESCW34P0XKFD4
6161
secret_key: example-2b41-8d52-f888-8c8a460e
6262
default_organization_id: example-468g-4f65-a41e-8b40766c5fc5
@@ -68,7 +68,7 @@ api_url: https://api.scaleway.com
6868

6969
### Multi-profile configuration file
7070

71-
```yaml
71+
```
7272
profiles:
7373
myProfile1:
7474
access_key: EXAMPLESCW34P0XKFD4

serverless/containers/how-to/create-auth-token-from-console.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ content:
77
paragraph: How to create an auth token from the Scaleway console.
88
tags: authentication authentication-token containers auth
99
dates:
10-
validation: 2024-04-29
10+
validation: 2024-11-04
1111
posted: 2022-10-14
1212
categories:
1313
- serverless
1414
- containers
1515
---
1616

17-
This page shows you how to create and manage an authentication token from the console.
17+
This page shows you how to create and manage an authentication token from the Scaleway console.
1818

1919
<Macro id="requirements" />
2020

@@ -35,7 +35,7 @@ This page shows you how to create and manage an authentication token from the co
3535

3636
5. Click **Generate token** in the **Tokens** panel. A pop-up displays.
3737

38-
6. Enter the token description and set an expiration date for the token. Optionally, tick the box **No expiration date**, to have a token with unlimited validity. Then click **Generate token**.
38+
6. Enter the token description and set an expiration date for the token. Optionally, tick the box **No expiration date**, to have a token with unlimited validity. Then, click **Generate token**.
3939

4040
7. Copy the token from the pop-up and store it in a safe environment.
4141

@@ -81,5 +81,3 @@ Tokens will expire by default on their given expiry date. You can delete them ma
8181
This action is irreversible, and this token will not be able to access your container anymore.
8282

8383
</Message>
84-
85-

serverless/containers/how-to/monitor-container.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Guide to monitoring Scaleway Serverless Containers.
88
tags: serverless containers logs metrics cockpit grafana activity
99
dates:
10-
validation: 2024-04-22
10+
validation: 2024-10-27
1111
posted: 2024-04-22
1212
categories:
1313
- serverless

serverless/containers/reference-content/configure-trigger-inputs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: How to configure trigger inputs for Scaleway Serverless Containers.
88
tags: containers
99
dates:
10-
validation: 2024-04-23
10+
validation: 2024-11-04
1111
posted: 2023-06-09
1212
categories:
1313
- serverless
@@ -38,7 +38,7 @@ The first parameter to calculate is the **throughput**, which corresponds to the
3838
Container throughput = ( 1 / processing time ) * maximum instances
3939
```
4040

41-
For example, a container that takes 0.1 seconds to complete with a maximum of 10 replicas has a throughput of `( 1 / 0.1 ) * 10 = 100` messages per second.
41+
For example, a container that takes 0.1 second to complete with a maximum of 10 replicas has a throughput of `( 1 / 0.1 ) * 10 = 100` messages per second.
4242

4343
As long as the number of events sent to the input per second is lower than the container throughput, the events will be consumed almost immediately. However, if there is a burst of events higher than this value, they will be throttled and buffered in the input while they are consumed.
4444

serverless/functions/how-to/monitor-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Monitor the performance and usage of your Scaleway Serverless Functions.
88
tags: serverless functions logs metrics cockpit grafana activity
99
dates:
10-
validation: 2024-04-22
10+
validation: 2024-11-04
1111
posted: 2024-04-22
1212
categories:
1313
- serverless

0 commit comments

Comments
 (0)