Skip to content

Commit ad62179

Browse files
thomas-tacquettgenaitay
authored andcommitted
fix(serverless): faq title level (#3901)
* fix(serverless): faq title level * one more
1 parent cccdb1c commit ad62179

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

faq/serverless-containers.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ Ensure that your code avoids heavy computations or long-running initialization a
9797

9898
Refer to our dedicated page about [Serverless Containers limitations and configuration restrictions](/serverless/containers/reference-content/containers-limitations/) for more information.
9999

100-
# Where should I host my container images for deployment ?
100+
## Where should I host my container images for deployment ?
101101

102102
<Macro id="container-registry-note" />
103103

104-
# How can I copy an image from an external registry to Scaleway Container Registry?
104+
## How can I copy an image from an external registry to Scaleway Container Registry?
105105

106106
You can copy an image from an external registry by [logging in to the Scaleway Container Registry](/containers/container-registry/how-to/connect-docker-cli/) using the Docker CLI, and by copying the image as shown below:
107107

@@ -153,7 +153,7 @@ Scaleway Serverless Containers do not currently support attaching block storage.
153153
stateless, meaning they do not retain data between invocations. For persistent storage, we recommend using external
154154
solutions like Scaleway Object Storage.
155155

156-
# Why does my container have an instance running after deployment, even with min-scale 0?
156+
## Why does my container have an instance running after deployment, even with min-scale 0?
157157

158158
Currently, a new container instance will always start after each deployment, even if there is no traffic and the minimum
159159
scale is set to 0. This behavior is not configurable at this time.

faq/serverless-functions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Scaleway Serverless Functions do not currently support attaching block storage.
180180
stateless, meaning they do not retain data between invocations. For persistent storage, we recommend using external
181181
solutions like Scaleway Object Storage.
182182

183-
# Why does my function have an instance running after deployment, even with min-scale 0?
183+
## Why does my function have an instance running after deployment, even with min-scale 0?
184184

185185
Currently, a new function instance will always start after each deployment, even if there is no traffic and the minimum
186186
scale is set to 0. This behavior is not configurable at this time.

faq/serverless-jobs.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ Scaleway Serverless Jobs is part of the Scaleway ecosystem, it can therefore be
9494

9595
When starting a job, you can use contextual options to define the number of jobs to execute at the same time. Refer to the [dedicated documentation](/serverless/jobs/how-to/run-job/#how-to-run-a-job-with-contextual-options) for more information.
9696

97-
# Where should I host my jobs images for deployment ?
97+
## Where should I host my jobs images for deployment ?
9898

9999
<Macro id="container-registry-note" />
100100

101-
# How can I copy an image from an external registry to Scaleway Container Registry?
101+
## How can I copy an image from an external registry to Scaleway Container Registry?
102102

103103
You can copy an image from an external registry by [logging in to the Scaleway Container Registry](/containers/container-registry/how-to/connect-docker-cli/) using the Docker CLI, and by copying the image as shown below:
104104

@@ -119,4 +119,4 @@ skopeo copy --override-os linux docker://docker.io/alpine:latest docker://rg.fr-
119119

120120
Scaleway Serverless Jobs does not currently support Scaleway VPC or Private Networks, though this feature is under development.
121121

122-
To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Serverless resources do not have dedicated or predictable IP addresses.
122+
To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Serverless resources do not have dedicated or predictable IP addresses.

0 commit comments

Comments
 (0)