|
3703 | 3703 | "label": "API/CLI", |
3704 | 3704 | "slug": "api-cli" |
3705 | 3705 | }, |
3706 | | - { |
3707 | | - "items": [ |
3708 | | - { |
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" |
3735 | | - } |
3736 | | - ], |
3737 | | - "label": "Troubleshooting", |
3738 | | - "slug": "troubleshooting" |
3739 | | - }, |
3740 | 3706 | { |
3741 | 3707 | "items": [ |
3742 | 3708 | { |
|
3790 | 3756 | ], |
3791 | 3757 | "label": "Additional Content", |
3792 | 3758 | "slug": "reference-content" |
| 3759 | + }, |
| 3760 | + { |
| 3761 | + "items": [ |
| 3762 | + { |
| 3763 | + "label": "Unable to create a namespace", |
| 3764 | + "slug": "cannot-create-namespace" |
| 3765 | + }, |
| 3766 | + { |
| 3767 | + "label": "I cannot inject secrets or variables in my job", |
| 3768 | + "slug": "cannot-inject-secret-variable" |
| 3769 | + }, |
| 3770 | + { |
| 3771 | + "label": "My function is in an error state", |
| 3772 | + "slug": "function-in-error-state" |
| 3773 | + }, |
| 3774 | + { |
| 3775 | + "label": "My function stopped working after a redeploy", |
| 3776 | + "slug": "function-stopped-after-redeploy" |
| 3777 | + }, |
| 3778 | + { |
| 3779 | + "label": "Handler not found", |
| 3780 | + "slug": "handler-not-found" |
| 3781 | + }, |
| 3782 | + { |
| 3783 | + "label": "I am experiencing timeout errors", |
| 3784 | + "slug": "timeout-error" |
| 3785 | + }, |
| 3786 | + { |
| 3787 | + "label": "My function fails after too many retries", |
| 3788 | + "slug": "too-many-retries" |
| 3789 | + } |
| 3790 | + ], |
| 3791 | + "label": "Troubleshooting", |
| 3792 | + "slug": "troubleshooting" |
3793 | 3793 | } |
3794 | 3794 | ], |
3795 | 3795 | "label": "Functions", |
|
3885 | 3885 | "label": "API/CLI", |
3886 | 3886 | "slug": "api-cli" |
3887 | 3887 | }, |
3888 | | - { |
3889 | | - "items": [ |
3890 | | - { |
3891 | | - "label": "I cannot create a namespace", |
3892 | | - "slug": "cannot-create-namespace" |
3893 | | - }, |
3894 | | - { |
3895 | | - "label": "I cannot deploy my image", |
3896 | | - "slug": "cannot-deploy-image" |
3897 | | - }, |
3898 | | - { |
3899 | | - "label": "I cannot inject secrets or variables in my job", |
3900 | | - "slug": "cannot-inject-secret-variable" |
3901 | | - }, |
3902 | | - { |
3903 | | - "label": "I cannot retrieve external images", |
3904 | | - "slug": "cannot-retrieve-external-images" |
3905 | | - }, |
3906 | | - { |
3907 | | - "label": "My container stopped working after a redeploy", |
3908 | | - "slug": "container-stopped-after-redeploy" |
3909 | | - } |
3910 | | - ], |
3911 | | - "label": "Troubleshooting", |
3912 | | - "slug": "troubleshooting" |
3913 | | - }, |
3914 | 3888 | { |
3915 | 3889 | "items": [ |
3916 | 3890 | { |
|
3948 | 3922 | ], |
3949 | 3923 | "label": "Additional Content", |
3950 | 3924 | "slug": "reference-content" |
| 3925 | + }, |
| 3926 | + { |
| 3927 | + "items": [ |
| 3928 | + { |
| 3929 | + "label": "I cannot create a namespace", |
| 3930 | + "slug": "cannot-create-namespace" |
| 3931 | + }, |
| 3932 | + { |
| 3933 | + "label": "I cannot deploy my image", |
| 3934 | + "slug": "cannot-deploy-image" |
| 3935 | + }, |
| 3936 | + { |
| 3937 | + "label": "I cannot inject secrets or variables in my job", |
| 3938 | + "slug": "cannot-inject-secret-variable" |
| 3939 | + }, |
| 3940 | + { |
| 3941 | + "label": "I cannot retrieve external images", |
| 3942 | + "slug": "cannot-retrieve-external-image" |
| 3943 | + }, |
| 3944 | + { |
| 3945 | + "label": "My container stopped working after a redeploy", |
| 3946 | + "slug": "container-stopped-after-redeploy" |
| 3947 | + } |
| 3948 | + ], |
| 3949 | + "label": "Troubleshooting", |
| 3950 | + "slug": "troubleshooting" |
3951 | 3951 | } |
3952 | 3952 | ], |
3953 | 3953 | "label": "Containers", |
|
4005 | 4005 | "label": "How to", |
4006 | 4006 | "slug": "how-to" |
4007 | 4007 | }, |
4008 | | - { |
4009 | | - "items": [ |
4010 | | - { |
4011 | | - "label": "My job is in an error state", |
4012 | | - "slug": "job-in-error-state" |
4013 | | - }, |
4014 | | - { |
4015 | | - "label": "I cannot inject secrets or variables in my job", |
4016 | | - "slug": "cannot-inject-secret-variable" |
4017 | | - }, |
4018 | | - { |
4019 | | - "label": "I cannot retrieve external images", |
4020 | | - "slug": "cannot-retrieve-external-images" |
4021 | | - } |
4022 | | - ], |
4023 | | - "label": "Troubleshooting", |
4024 | | - "slug": "troubleshooting" |
4025 | | - }, |
4026 | 4008 | { |
4027 | 4009 | "items": [ |
4028 | 4010 | { |
|
4054 | 4036 | ], |
4055 | 4037 | "label": "Additional Content", |
4056 | 4038 | "slug": "reference-content" |
| 4039 | + }, |
| 4040 | + { |
| 4041 | + "items": [ |
| 4042 | + { |
| 4043 | + "label": "My job is in an error state", |
| 4044 | + "slug": "job-in-error-state" |
| 4045 | + }, |
| 4046 | + { |
| 4047 | + "label": "I cannot inject secrets or variables in my job", |
| 4048 | + "slug": "cannot-inject-secret-variable" |
| 4049 | + }, |
| 4050 | + { |
| 4051 | + "label": "I cannot retrieve external images", |
| 4052 | + "slug": "cannot-retrieve-external-image" |
| 4053 | + } |
| 4054 | + ], |
| 4055 | + "label": "Troubleshooting", |
| 4056 | + "slug": "troubleshooting" |
4057 | 4057 | } |
4058 | 4058 | ], |
4059 | 4059 | "label": "Jobs", |
|
0 commit comments