docs: fix troubleshooting page (#12305)

This commit is contained in:
Shahed Nasser
2025-04-28 10:49:49 +03:00
committed by GitHub
parent d7a273ff2d
commit 3c967e6753
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ const generatedgeneratedTroubleshootingSidebarSidebar = {
"isPathHref": true,
"type": "link",
"title": "ValidationError",
"link": "/troubleshooting/validation-error",
"path": "/troubleshooting/validation-error",
"children": []
}
]

View File

@@ -123,7 +123,7 @@ export const troubleshootingSidebar = [
{
type: "link",
title: "ValidationError",
link: "/troubleshooting/validation-error",
path: "/troubleshooting/validation-error",
},
],
},