Skip to content

Commit 985f5c1

Browse files
committed
docs(srv): update
1 parent b44d2da commit 985f5c1

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

menu/navigation.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3706,8 +3706,32 @@
37063706
{
37073707
"items": [
37083708
{
3709-
"label": "Common errors",
3710-
"slug": "common-errors"
3709+
"label": "Unable to create a namespace",
3710+
"slug": "cannot-create-namespace"
3711+
},
3712+
{
3713+
"label": "I cannot inject secrets or variables in my job",
3714+
"slug": "cannot-inject-secret-variable"
3715+
},
3716+
{
3717+
"label": "My function is in an error state",
3718+
"slug": "function-in-error-state"
3719+
},
3720+
{
3721+
"label": "My function stopped working after a redeploy",
3722+
"slug": "function-stopped-after-redeploy"
3723+
},
3724+
{
3725+
"label": "Handler not found",
3726+
"slug": "handler-not-found"
3727+
},
3728+
{
3729+
"label": "I am experiencing timeout errors",
3730+
"slug": "timeout-errors"
3731+
},
3732+
{
3733+
"label": "My function fails after too many retries",
3734+
"slug": "too-many-retries"
37113735
}
37123736
],
37133737
"label": "Troubleshooting",

0 commit comments

Comments
 (0)