From 0eb2108e09feb3e1a9294d07e404b76910a770f5 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Thu, 12 Jun 2025 13:56:47 +0200 Subject: [PATCH] fix(gen): fix errors preventing build --- pages/scaleway-sdk/go-sdk.mdx | 2 +- .../how-to/create-manage-delete-containers-namespace.mdx | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/pages/scaleway-sdk/go-sdk.mdx b/pages/scaleway-sdk/go-sdk.mdx index 0805104bc2..0dbd921338 100644 --- a/pages/scaleway-sdk/go-sdk.mdx +++ b/pages/scaleway-sdk/go-sdk.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to install and use the Scaleway Go software development kit (SDK) tags: devtools sdk go-sdk go golang dates: - validation: 2025-06-09s + validation: 2025-06-09 posted: 2023-11-14 categories: - devtools diff --git a/pages/serverless-containers/how-to/create-manage-delete-containers-namespace.mdx b/pages/serverless-containers/how-to/create-manage-delete-containers-namespace.mdx index 7d57c4f671..364ab43c02 100644 --- a/pages/serverless-containers/how-to/create-manage-delete-containers-namespace.mdx +++ b/pages/serverless-containers/how-to/create-manage-delete-containers-namespace.mdx @@ -26,13 +26,8 @@ This page shows you how to create and manage a Serverless Containers namespace. 1. Click **Containers** in the **Serverless** section of the side menu. The list of your containers namespaces displays. 2. Click **Create namespace**. If you have no existing Serverless Containers resources in your current Project, click **Deploy container**. 3. Complete the following steps in the wizard: -<<<<<<< MTA-6082 - Enter a **name** or use the automatically generated one. The name must only contain alphanumeric characters and dashes. - Enter an optional **description** and **tags**. -======= - - Enter a **name** or use the automatically generated one. The name can only contain lowercase alphanumeric characters and dashes. - - Optionally, add a **description** and **tags**. ->>>>>>> main - Choose a **region**, which is the geographical location in which your namespace will be deployed. - Enter any **environment variables** required for your namespace. Environment variables configured in a namespace will be available in all containers/apps within the same namespace. For each environment variable, click **+ Add new variable** and enter the key / value pair. - Set secret environment variables (optional). **Secrets** are environment variables that are injected into your container and stored securely, but not displayed in the console after initial validation. Add a **key** and a **value**.