Skip to content

Commit 6fba203

Browse files
fix(gen): fix errors for troubleshootings (#4648)
* fix(gen): fix errors for troubleshootings * fix(gen): update
1 parent 01ff6b9 commit 6fba203

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

docs/TROUBLESHOOTING_TEMPLATE.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ Provide links to documentation pages that may be useful if the issue has not bee
4848

4949
If required, add a paragraph containing elements to provide the support with when creating a support ticket.
5050

51-
<Macro id="troubleshooting-ticket">
51+
<Macro id="troubleshooting-ticket" />

menu/navigation.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3550,12 +3550,6 @@
35503550
"slug": "reference-content"
35513551
},
35523552
{
3553-
"items": [
3554-
{
3555-
"label": "I cannot transfer my domain",
3556-
"slug": "cannot-transfer-domain"
3557-
}
3558-
],
35593553
"label": "Troubleshooting",
35603554
"slug": "troubleshooting"
35613555
}

pages/serverless-containers/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ categories:
6767
- [I am unable to deploy my image](/serverless-containers/troubleshooting/cannot-deploy-image/)
6868
- [My secrets and variables are not injected properly in my container](/serverless-containers/troubleshooting/cannot-inject-secret-variable/)
6969
- [I cannot retrieve an external image for my container](/serverless-containers/troubleshooting/cannot-retrieve-external-image/)
70-
[My container stopped working after a redeploy](/- serverless-containers/troubleshooting/container-stopped-after-redeploy/)
70+
- [My container stopped working after a redeploy](/serverless-containers/troubleshooting/container-stopped-after-redeploy/)
7171
- [Tests fail on Serverless Containers](/serverless-containers/troubleshooting/tests-fail-on-container/)

0 commit comments

Comments
 (0)