Skip to content

Commit 5c0cefb

Browse files
committed
docs(gen): update
1 parent eef2bad commit 5c0cefb

File tree

3 files changed

+134
-4
lines changed
  • pages

3 files changed

+134
-4
lines changed

pages/serverless-containers/troubleshooting/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ dates:
1111
categories:
1212
- serverless
1313
---
14+
1415
<ProductHeader
1516
productName="Containers troubleshooting"
1617
productLogo="containers"
1718
description="Find resources for resolving issues with Scaleway Serverless Containers."
1819
/>
20+
1921
## Featured Pages
22+
2023
<Grid>
2124
<DefaultCard
2225
title="Serverless Containers FAQ"
Lines changed: 69 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,74 @@
11
---
22
meta:
33
title: Functions - Troubleshooting
4-
description: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions.
4+
description: Troubleshooting guide for Scaleway Serverless Functions.
55
content:
66
h1: Functions - Troubleshooting
7-
paragraph: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions.
8-
---
7+
paragraph: Troubleshooting guide for Scaleway Serverless Functions.
8+
dates:
9+
posted: 2025-03-13
10+
validation: 2025-03-13
11+
categories:
12+
- serverless
13+
---
14+
15+
<ProductHeader
16+
productName="Functions troubleshooting"
17+
productLogo="functions"
18+
description="Find resources for resolving issues with Scaleway Serverless Functions."
19+
/>
20+
21+
## Featured Pages
22+
23+
<Grid>
24+
<DefaultCard
25+
title="Serverless Functions FAQ"
26+
description="General info on Serverless Functions"
27+
url="/faq/serverless-functions/"
28+
label="See more"
29+
/>
30+
<DefaultCard
31+
title="Methods to deploy Serverless Functions"
32+
description="Discover several solutions to deploy your Functions."
33+
url="/serverless-functions/reference-content/deploy-function/"
34+
label="See more"
35+
/>
36+
<DefaultCard
37+
title="Functions limitations"
38+
description="Technical limitations of Serverless Functions."
39+
url="/serverless-functions/reference-content/functions-limitations/"
40+
label="See more"
41+
/>
42+
</Grid>
43+
<Grid>
44+
<DefaultCard
45+
title="Serverless Functions billing"
46+
description="Detailed pricing model."
47+
url="/serverless-functions/reference-content/functions-billing/"
48+
label="See more"
49+
/>
50+
<DefaultCard
51+
title="Serverless Functions handler reference"
52+
description="Understand the behavior of handlers."
53+
url="/serverless-functions/reference-content/functions-handlers/"
54+
label="See more"
55+
/>
56+
<DefaultCard
57+
title="Differences between Serverless Jobs, Containers and Functions"
58+
description="Differences between Serverless products."
59+
url="/serverless-functions/reference-content/difference-jobs-functions-containers/"
60+
label="See more"
61+
/>
62+
</Grid>
63+
64+
## Serverless Functions troubleshooting pages
65+
66+
- [I am unable to create a Serverless Functions namespace](/serverless-functions/troubleshooting/cannot-create-namespace/)
67+
- [My secrets and variables are not injected properly in my function](/serverless-functions/troubleshooting/cannot-inject-secret-variable/)
68+
- [My function does not build properly](/serverless-functions/troubleshooting/function-build-error/)
69+
- [My function is in an error state](/serverless-functions/troubleshooting/function-in-error-state/)
70+
- [My function stopped working after a redeploy](/serverless-functions/troubleshooting/function-stopped-after-redeploy/)
71+
- [Unable to find the function handler](/serverless-functions/troubleshooting/handler-not-found/)
72+
- [Tests fail on Serverless Functions](/serverless-functions/troubleshooting/tests-fail-on-function/)
73+
- [I am experiencing timeout errors](/serverless-functions/troubleshooting/timeout-error/)
74+
- [My function fails after trying too many times](/serverless-functions/troubleshooting/too-many-retries/)

pages/serverless-jobs/troubleshooting/index.mdx

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,65 @@ meta:
55
content:
66
h1: Jobs - Troubleshooting
77
paragraph: Troubleshooting guide for Scaleway Serverless Jobs.
8-
---
8+
dates:
9+
posted: 2025-03-13
10+
validation: 2025-03-13
11+
categories:
12+
- serverless
13+
---
14+
15+
<ProductHeader
16+
productName="Jobs troubleshooting"
17+
productLogo="Jobs"
18+
description="Find resources for resolving issues with Scaleway Serverless Jobs."
19+
/>
20+
21+
## Featured Pages
22+
23+
<Grid>
24+
<DefaultCard
25+
title="Serverless Jobs FAQ"
26+
description="General info on Serverless Jobs"
27+
url="/faq/serverless-jobs/"
28+
label="See more"
29+
/>
30+
<DefaultCard
31+
title="Methods to deploy Serverless Jobs"
32+
description="Discover several solutions to deploy your Jobs."
33+
url="/serverless-jobs/reference-content/deploy-job/"
34+
label="See more"
35+
/>
36+
<DefaultCard
37+
title="Jobs limitations"
38+
description="Technical limitations of Serverless Jobs."
39+
url="/serverless-jobs/reference-content/Jobs-limitations/"
40+
label="See more"
41+
/>
42+
</Grid>
43+
<Grid>
44+
<DefaultCard
45+
title="Serverless Jobs billing"
46+
description="Detailed pricing model."
47+
url="/serverless-jobs/reference-content/Jobs-billing/"
48+
label="See more"
49+
/>
50+
<DefaultCard
51+
title="Serverless Jobs handler reference"
52+
description="Understand the behavior of handlers."
53+
url="/serverless-jobs/reference-content/Jobs-handlers/"
54+
label="See more"
55+
/>
56+
<DefaultCard
57+
title="Differences between Serverless Jobs, Containers and Functions"
58+
description="Differences between Serverless products."
59+
url="/serverless-jobs/reference-content/difference-jobs-functions-containers/"
60+
label="See more"
61+
/>
62+
</Grid>
63+
64+
## Serverless Jobs troubleshooting pages
65+
66+
- [My secrets and variables are not injected properly in my job](/serverless-jobs/troubleshooting/cannot-inject-secret-variable/)
67+
- [I cannot retrieve an external image for my job](/serverless-jobs/troubleshooting/cannot-retrieve-external-image/)
68+
- [My Job run is in an error state](/serverless-jobs/troubleshooting/job-in-error-state/)
69+
- [Missing metrics for my Job Run](/serverless-jobs/troubleshooting/missing-metrics/)

0 commit comments

Comments
 (0)