Skip to content

Commit fe6fe6d

Browse files
committed
feat(gen): update skeleton
1 parent 35966ca commit fe6fe6d

File tree

1 file changed

+23
-28
lines changed
  • pages/serverless-functions/troubleshooting

1 file changed

+23
-28
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,66 @@
11
---
22
meta:
3-
title: Functions - Troubleshooting
4-
description: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions.
3+
title: XXXX - Troubleshooting
4+
description: Find troubleshooting resources for resolving issues with XXXX.
55
content:
6-
paragraph: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions.
6+
paragraph: Find troubleshooting resources for resolving issues with XXXX.
77
dates:
8-
posted: 2025-01-14
8+
posted: 2025-03-10
99
categories:
1010
- serverless
1111
---
1212

1313
<ProductHeader
14-
productName="Serverless Functions troubleshooting"
15-
productLogo="functions"
16-
description="Find useful resources for resolving most issues with Scaleway Serverless Functions."
14+
productName="XXXX troubleshooting"
15+
productLogo="XXXX"
16+
description="XXXX"
1717
/>
1818

1919
## Featured Pages
2020

2121
<Grid>
2222
<DefaultCard
23-
title="Serverless Functions FAQ"
24-
description="General info on Serverless Functions"
23+
title="XXX FAQ"
24+
description="General info on XXX"
2525
url="/#"
2626
label="See more"
2727
/>
2828
<DefaultCard
29-
title="Serverless Functions limitations"
30-
description="Specifications and quotas"
29+
title="XXXX"
30+
description="XXXX"
3131
url="/#"
3232
label="See more"
3333
/>
3434
<DefaultCard
35-
title="Function handlers reference"
36-
description="Handler syntax and configuration"
35+
title="XXXX"
36+
description="XXXX"
3737
url="/#"
3838
label="See more"
3939
/>
4040
</Grid>
4141
<Grid>
4242
<DefaultCard
43-
title="Serverless Functions examples"
44-
description="Examples of Serverless Functions"
43+
title="XXXX"
44+
description="XXXX"
4545
url="/#"
4646
label="See more"
4747
/>
4848
<DefaultCard
49-
title="Serverless Functions runtimes"
50-
description="Infos on runtimes"
49+
title="XXXX"
50+
description="XXXX"
5151
url="/#"
5252
label="See more"
5353
/>
5454
<DefaultCard
55-
title="Function deployment methods"
56-
description="Different ways to deploy"
55+
title="XXXX"
56+
description="XXXX"
5757
url="/#"
5858
label="See more"
5959
/>
6060
</Grid>
6161

62-
## Serverless troubleshooting pages
62+
## XXXX troubleshooting pages
6363

64-
- [My secrets and variables are not injected properly in my function](/serverless-functions/troubleshooting/cannot-inject-secret-variable/)
65-
- [My function fails after trying too many times](/serverless-functions/troubleshooting/too-many-retries/)
66-
- [My function is in an error state](/serverless-functions/troubleshooting/function-in-error-state/)
67-
- [Tests fail on Serverless Functions](/serverless-functions/troubleshooting/tests-fail-on-function/)
68-
- [Unable to find the function handler](/serverless-functions/troubleshooting/handler-not-found/)
69-
- [My function stopped working after a redeploy](/serverless-functions/troubleshooting/function-stopped-after-redeploy/)
70-
- [I am unable to create a Serverless Functions namespace](/serverless-functions/troubleshooting/cannot-create-namespace/)
71-
- [I am experiencing timeout errors](/serverless-functions/troubleshooting/timeout-error/)
64+
- [Troubleshooting 1](link)
65+
- [Troubleshooting 2](link)
66+
- [Troubleshooting 3](link)

0 commit comments

Comments
 (0)