From 3c967e67530f428e889d7e45222c74500f81ceb2 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 28 Apr 2025 10:49:49 +0300 Subject: [PATCH] docs: fix troubleshooting page (#12305) --- .../resources/generated/generated-troubleshooting-sidebar.mjs | 2 +- www/apps/resources/sidebars/troubleshooting.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apps/resources/generated/generated-troubleshooting-sidebar.mjs b/www/apps/resources/generated/generated-troubleshooting-sidebar.mjs index ff89ee3276..ac9e43f0ca 100644 --- a/www/apps/resources/generated/generated-troubleshooting-sidebar.mjs +++ b/www/apps/resources/generated/generated-troubleshooting-sidebar.mjs @@ -187,7 +187,7 @@ const generatedgeneratedTroubleshootingSidebarSidebar = { "isPathHref": true, "type": "link", "title": "ValidationError", - "link": "/troubleshooting/validation-error", + "path": "/troubleshooting/validation-error", "children": [] } ] diff --git a/www/apps/resources/sidebars/troubleshooting.mjs b/www/apps/resources/sidebars/troubleshooting.mjs index 3b50fbbb74..ee1ad90b62 100644 --- a/www/apps/resources/sidebars/troubleshooting.mjs +++ b/www/apps/resources/sidebars/troubleshooting.mjs @@ -123,7 +123,7 @@ export const troubleshootingSidebar = [ { type: "link", title: "ValidationError", - link: "/troubleshooting/validation-error", + path: "/troubleshooting/validation-error", }, ], },