diff --git a/docs/TROUBLESHOOTING_TEMPLATE.mdx b/docs/TROUBLESHOOTING_TEMPLATE.mdx index 50ede5e78c..0d0ea2a2da 100644 --- a/docs/TROUBLESHOOTING_TEMPLATE.mdx +++ b/docs/TROUBLESHOOTING_TEMPLATE.mdx @@ -48,4 +48,4 @@ Provide links to documentation pages that may be useful if the issue has not bee If required, add a paragraph containing elements to provide the support with when creating a support ticket. - \ No newline at end of file + \ No newline at end of file diff --git a/menu/navigation.json b/menu/navigation.json index e5ee3db23f..8834865de6 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -3550,12 +3550,6 @@ "slug": "reference-content" }, { - "items": [ - { - "label": "I cannot transfer my domain", - "slug": "cannot-transfer-domain" - } - ], "label": "Troubleshooting", "slug": "troubleshooting" } diff --git a/pages/serverless-containers/troubleshooting/index.mdx b/pages/serverless-containers/troubleshooting/index.mdx index 6019bc16e6..afd698a823 100644 --- a/pages/serverless-containers/troubleshooting/index.mdx +++ b/pages/serverless-containers/troubleshooting/index.mdx @@ -67,5 +67,5 @@ categories: - [I am unable to deploy my image](/serverless-containers/troubleshooting/cannot-deploy-image/) - [My secrets and variables are not injected properly in my container](/serverless-containers/troubleshooting/cannot-inject-secret-variable/) - [I cannot retrieve an external image for my container](/serverless-containers/troubleshooting/cannot-retrieve-external-image/) -[My container stopped working after a redeploy](/- serverless-containers/troubleshooting/container-stopped-after-redeploy/) +- [My container stopped working after a redeploy](/serverless-containers/troubleshooting/container-stopped-after-redeploy/) - [Tests fail on Serverless Containers](/serverless-containers/troubleshooting/tests-fail-on-container/)