From 1050ed4c44cef1c470de3f2abd2750dfadfecbfc Mon Sep 17 00:00:00 2001
From: paksi <240254790+muhammad-paksi@users.noreply.github.com>
Date: Sat, 6 Dec 2025 13:34:16 +0700
Subject: [PATCH 1/2] Update external link to open in new tab
Add target and rel attributes to external links for security.
---
src/components/DocsLayout.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/DocsLayout.tsx b/src/components/DocsLayout.tsx
index d9d6f547b..75489bafe 100644
--- a/src/components/DocsLayout.tsx
+++ b/src/components/DocsLayout.tsx
@@ -219,7 +219,7 @@ export function DocsLayout({
return (
{child.to.startsWith('http') ? (
-
+
{child.label}
) : (
From 9eaae40181c2b33df7d95da27da58bdfcd2b6e4d Mon Sep 17 00:00:00 2001
From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com>
Date: Sat, 6 Dec 2025 17:37:15 +0000
Subject: [PATCH 2/2] ci: apply automated fixes
---
src/components/DocsLayout.tsx | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/components/DocsLayout.tsx b/src/components/DocsLayout.tsx
index 75489bafe..f1befcf9a 100644
--- a/src/components/DocsLayout.tsx
+++ b/src/components/DocsLayout.tsx
@@ -219,7 +219,12 @@ export function DocsLayout({
return (
{child.to.startsWith('http') ? (
-
+
{child.label}
) : (