From d5d8bb534d914959b22eca8466f5cd5963bc5547 Mon Sep 17 00:00:00 2001 From: jsudraud Date: Wed, 7 May 2025 17:08:36 +0200 Subject: [PATCH] fix(serverless): added guideflow --- pages/serverless-containers/quickstart.mdx | 4 ++++ pages/serverless-functions/quickstart.mdx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/pages/serverless-containers/quickstart.mdx b/pages/serverless-containers/quickstart.mdx index 266a1a4eca..87806e7874 100644 --- a/pages/serverless-containers/quickstart.mdx +++ b/pages/serverless-containers/quickstart.mdx @@ -20,6 +20,10 @@ Containers rely on the HTTP protocol, and must therefore include a web server to This page explains how to deploy a basic NGINX image in a Serverless Container using the Scaleway console. +## Console Overview +Follow this guided tour to discover how to deploy a container using the console. + + - A Scaleway account logged into the [console](https://console.scaleway.com) diff --git a/pages/serverless-functions/quickstart.mdx b/pages/serverless-functions/quickstart.mdx index a58f07130c..e476eabcb4 100644 --- a/pages/serverless-functions/quickstart.mdx +++ b/pages/serverless-functions/quickstart.mdx @@ -21,6 +21,10 @@ Refer to the [differences between Functions, Jobs, and Containers](/serverless-c This page explains how to deploy, invoke, and delete a basic Node, Python, or PHP function using the [Scaleway console](https://console.scaleway.com). +## Console Overview +Follow this guided tour to discover how to deploy a function using the console. + + - A Scaleway account logged into the [console](https://console.scaleway.com)