Skip to content

Commit 6e5964d

Browse files
committed
chore(gen): content review MTA-6733
1 parent 436e736 commit 6e5964d

31 files changed

+32
-32
lines changed

pages/object-storage/api-cli/create-bucket-policy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Creating and applying a bucket policy
33
description: Create custom bucket policies in Scaleway Object Storage using the CLI.
44
tags: bucket policy bucket bucket-policy object storage object-storage s3
55
dates:
6-
validation: 2025-05-13
6+
validation: 2025-11-18
77
posted: 2021-01-17
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/scaleway-cli/reference-content/scaleway-configuration-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Scaleway CLI - Configuration file
33
description: This page explains what is the Scaleway configuration file for developer tools and how to use it.
44
tags: developer tools cli configuration config
55
dates:
6-
validation: 2025-05-12
6+
validation: 2025-11-18
77
posted: 2023-04-23
88
---
99
import ScalewayConfigurationFile from '@macros/developer-tools/scaleway-configuration-file.mdx'

pages/scaleway-sdk/reference-content/scaleway-configuration-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Scaleway SDKs - Configuration file
33
description: This page explains what is the Scaleway configuration file for developer tools and how to use it.
44
tags: developer tools cli configuration config sdk
55
dates:
6-
validation: 2025-05-12
6+
validation: 2025-11-18
77
posted: 2023-04-23
88
---
99
import ScalewayConfigurationFile from '@macros/developer-tools/scaleway-configuration-file.mdx'

pages/serverless-containers/api-cli/migrate-external-image-to-scaleway-registry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrating an external image to the Scaleway Container Registry
33
description: Methods to migrate or import an image from an external public container registry to the Scaleway Container Registry.
44
tags: serverless containers registry import copy migrate skopeo docker
55
dates:
6-
validation: 2025-05-12
6+
validation: 2025-11-18
77
posted: 2021-11-06
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create and manage an an authentication token from the console
33
description: How to create an auth token from the Scaleway console.
44
tags: authentication authentication-token containers auth
55
dates:
6-
validation: 2025-05-12
6+
validation: 2025-11-18
77
posted: 2022-10-14
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to monitor logs and metrics for Serverless Containers
33
description: Guide to monitoring Scaleway Serverless Containers.
44
tags: serverless containers logs metrics cockpit grafana activity
55
dates:
6-
validation: 2025-05-12
6+
validation: 2025-11-18
77
posted: 2024-04-22
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Considerations to configure event retention for Scaleway Queues trigger i
33
description: How to configure trigger inputs for Scaleway Serverless Containers.
44
tags: containers
55
dates:
6-
validation: 2025-05-12
6+
validation: 2025-11-18
77
posted: 2023-06-09
88
---
99

pages/serverless-containers/reference-content/containers-sandbox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Containers sandbox
33
description: Learn more about the sandboxing environments of Scaleway Serverless Containers.
44
tags: containers sandbox sandboxing gvisor isolation mechanism serverless v1 v2 clock drift skew
55
dates:
6-
validation: 2025-11-14
6+
validation: 2025-11-18
77
posted: 2025-05-07
88
---
99

pages/serverless-containers/troubleshooting/cannot-create-namespace.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: I am unable to create a Serverless Containers namespace
33
description: Troubleshoot problems encountered while creating namespaces for Scaleway Serverless Containers.
44
tags: serverless Containers troubleshooting issue error namespace creation unable
55
dates:
6-
validation: 2025-05-12
6+
validation: 2025-11-18
77
posted: 2024-11-06
88
---
99

pages/serverless-containers/troubleshooting/cannot-deploy-image.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: I am unable to deploy my container
33
description: Troubleshoot errors encountered while deploying containers with Scaleway Serverless Containers.
44
tags: serverless containers troubleshooting issue error message deploy image failed
55
dates:
6-
validation: 2025-05-12
6+
validation: 2025-11-18
77
posted: 2024-11-07
88
---
99

@@ -26,6 +26,6 @@ I am unable to deploy my container or image using Serverless Containers.
2626
<Message type="tip">
2727
Run the [`docker inspect`](https://docs.docker.com/engine/reference/commandline/inspect/) command to get detailed information on your image:
2828
```
29-
docker inspect myimage
29+
docker inspect my_image
3030
```
3131
</Message>

0 commit comments

Comments
 (0)